diff --git a/obs/PKGBUILD b/obs/PKGBUILD
index b354b9188..54ac37136 100644
--- a/obs/PKGBUILD
+++ b/obs/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=cemu
-pkgver=1.1.1
+pkgver=1.2
pkgrel=0
pkgdesc='TI-84 Plus CE / TI-83 Premium CE emulator.'
arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@ build() {
cd gui/qt/capture/libpng-apng && ./configure --with-libpng-prefix=a --enable-static --disable-shared CFLAGS="-O2 -fPIC" && make libpng16.la && cd ../../../..
mkdir -p build
cd build
- qmake ../gui/qt/CEmu.pro CEMU_VERSION=v1.1.1 USE_LIBPNG=internal TARGET_NAME=cemu
+ qmake ../gui/qt/CEmu.pro CEMU_VERSION=v1.2 USE_LIBPNG=internal TARGET_NAME=cemu
make
}
diff --git a/obs/_service b/obs/_service
index e78c70742..fcd0a433b 100644
--- a/obs/_service
+++ b/obs/_service
@@ -3,8 +3,8 @@
https://github.com/CE-Programming/CEmu.git
git
CEmu
- 29adfe7
- 1.1.1
+ f654cb8
+ 1.2
*.tar
diff --git a/obs/cemu.changes b/obs/cemu.changes
index 87f69da3e..7c63b2d25 100644
--- a/obs/cemu.changes
+++ b/obs/cemu.changes
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+Mon Dec 10 17:03:30 UTC 2018 - bertrand.adrien@gmail.com
+
+- v1.2: Several improvements, bugfixes, minor additions (see GitHub)
+
-------------------------------------------------------------------
Fri Sep 1 20:03:30 UTC 2018 - bertrand.adrien@gmail.com
diff --git a/obs/cemu.dsc b/obs/cemu.dsc
index 37f742155..aa095ae79 100644
--- a/obs/cemu.dsc
+++ b/obs/cemu.dsc
@@ -1,7 +1,7 @@
Format: 3.0 (quilt)
Source: cemu
Binary: cemu
-Version: 1.1.1-0
+Version: 1.2-0
Architecture: any
Maintainer: Adrien Bertrand
Homepage: https://github.com/CE-Programming/CEmu
diff --git a/obs/cemu.spec b/obs/cemu.spec
index f2e00c4ac..255d52693 100644
--- a/obs/cemu.spec
+++ b/obs/cemu.spec
@@ -18,7 +18,7 @@
%global debug_package %{nil}
Name: cemu
-Version: 1.1.1
+Version: 1.2
Release: 0
Summary: TI-84 Plus CE / TI-83 Premium CE emulator
License: GPL-3.0
@@ -95,7 +95,7 @@ test -x "$(type -p g++-6)" && export CXX=g++-6
test -x "$(type -p gcc-7)" && export CC=gcc-7
test -x "$(type -p g++-7)" && export CXX=g++-7
cd gui/qt/capture/libpng-apng && ./configure --with-libpng-prefix=a --enable-static --disable-shared CFLAGS="-O2 -fPIC" && make libpng16.la && cd ../../../..
-qmake-qt5 QMAKE_CC="$CC" QMAKE_CXX="$CXX" QMAKE_LINK="$CXX" gui/qt/CEmu.pro CEMU_VERSION=v1.1.1 USE_LIBPNG=internal TARGET_NAME=cemu
+qmake-qt5 QMAKE_CC="$CC" QMAKE_CXX="$CXX" QMAKE_LINK="$CXX" gui/qt/CEmu.pro CEMU_VERSION=v1.2 USE_LIBPNG=internal TARGET_NAME=cemu
make %{?_smp_mflags}
%install
diff --git a/obs/debian.changelog b/obs/debian.changelog
index 07c3b5c4d..bc65e0a69 100644
--- a/obs/debian.changelog
+++ b/obs/debian.changelog
@@ -1,3 +1,10 @@
+cemu (1.2-0) unstable; urgency=low
+
+ * Several improvements, bugfixes, minor additions (see GitHub)
+
+ -- Adrien Bertrand Tue, 11 Dec 2018 00:03:40 +0800
+
+
cemu (1.1.1-0) unstable; urgency=low
* Minor update (update check issue fixed)
diff --git a/obs/debian.rules b/obs/debian.rules
index fe64b2072..e2199d95b 100644
--- a/obs/debian.rules
+++ b/obs/debian.rules
@@ -21,7 +21,7 @@ build-stamp:
# Add here commands to compile the package.
echo $PWD
cd gui/qt/capture/libpng-apng && ./configure --with-libpng-prefix=a --enable-static --disable-shared CFLAGS="-O2 -fPIC" && make libpng16.la && cd ../../../..
- qmake gui/qt/CEmu.pro CEMU_VERSION=v1.1.1 USE_LIBPNG=internal TARGET_NAME=cemu
+ qmake gui/qt/CEmu.pro CEMU_VERSION=v1.2 USE_LIBPNG=internal TARGET_NAME=cemu
make
# --- end custom part for compiling