Skip to content

Commit 1621ab4

Browse files
committed
OBS changes for v1.2
1 parent b89ecdd commit 1621ab4

File tree

7 files changed

+20
-8
lines changed

7 files changed

+20
-8
lines changed

obs/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pkgname=cemu
2-
pkgver=1.1.1
2+
pkgver=1.2
33
pkgrel=0
44
pkgdesc='TI-84 Plus CE / TI-83 Premium CE emulator.'
55
arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@ build() {
1717
cd gui/qt/capture/libpng-apng && ./configure --with-libpng-prefix=a --enable-static --disable-shared CFLAGS="-O2 -fPIC" && make libpng16.la && cd ../../../..
1818
mkdir -p build
1919
cd build
20-
qmake ../gui/qt/CEmu.pro CEMU_VERSION=v1.1.1 USE_LIBPNG=internal TARGET_NAME=cemu
20+
qmake ../gui/qt/CEmu.pro CEMU_VERSION=v1.2 USE_LIBPNG=internal TARGET_NAME=cemu
2121
make
2222
}
2323

obs/_service

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<param name="url">https://github.com/CE-Programming/CEmu.git</param>
44
<param name="scm">git</param>
55
<param name="filename">CEmu</param>
6-
<param name="revision">29adfe7</param>
7-
<param name="version">1.1.1</param>
6+
<param name="revision">f654cb8</param>
7+
<param name="version">1.2</param>
88
</service>
99
<service name="recompress" mode="disabled">
1010
<param name="file">*.tar</param>

obs/cemu.changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
-------------------------------------------------------------------
2+
Mon Dec 10 17:03:30 UTC 2018 - bertrand.adrien@gmail.com
3+
4+
- v1.2: Several improvements, bugfixes, minor additions (see GitHub)
5+
16
-------------------------------------------------------------------
27
Fri Sep 1 20:03:30 UTC 2018 - bertrand.adrien@gmail.com
38

obs/cemu.dsc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Format: 3.0 (quilt)
22
Source: cemu
33
Binary: cemu
4-
Version: 1.1.1-0
4+
Version: 1.2-0
55
Architecture: any
66
Maintainer: Adrien Bertrand <bertrand.adrien@gmail.com>
77
Homepage: https://github.com/CE-Programming/CEmu

obs/cemu.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
%global debug_package %{nil}
2020
Name: cemu
21-
Version: 1.1.1
21+
Version: 1.2
2222
Release: 0
2323
Summary: TI-84 Plus CE / TI-83 Premium CE emulator
2424
License: GPL-3.0
@@ -95,7 +95,7 @@ test -x "$(type -p g++-6)" && export CXX=g++-6
9595
test -x "$(type -p gcc-7)" && export CC=gcc-7
9696
test -x "$(type -p g++-7)" && export CXX=g++-7
9797
cd gui/qt/capture/libpng-apng && ./configure --with-libpng-prefix=a --enable-static --disable-shared CFLAGS="-O2 -fPIC" && make libpng16.la && cd ../../../..
98-
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
98+
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
9999
make %{?_smp_mflags}
100100

101101
%install

obs/debian.changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
cemu (1.2-0) unstable; urgency=low
2+
3+
* Several improvements, bugfixes, minor additions (see GitHub)
4+
5+
-- Adrien Bertrand <bertrand.adrien@gmail.com> Tue, 11 Dec 2018 00:03:40 +0800
6+
7+
18
cemu (1.1.1-0) unstable; urgency=low
29

310
* Minor update (update check issue fixed)

obs/debian.rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ build-stamp:
2121
# Add here commands to compile the package.
2222
echo $PWD
2323
cd gui/qt/capture/libpng-apng && ./configure --with-libpng-prefix=a --enable-static --disable-shared CFLAGS="-O2 -fPIC" && make libpng16.la && cd ../../../..
24-
qmake gui/qt/CEmu.pro CEMU_VERSION=v1.1.1 USE_LIBPNG=internal TARGET_NAME=cemu
24+
qmake gui/qt/CEmu.pro CEMU_VERSION=v1.2 USE_LIBPNG=internal TARGET_NAME=cemu
2525
make
2626
# --- end custom part for compiling
2727

0 commit comments

Comments
 (0)