From 03b92e5af6d401b5c6b8e5b166b3130af4cb109f Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mar 06 2018 16:42:25 +0000 Subject: 4.19.8 --- diff --git a/.gitignore b/.gitignore index 249f083..c751ad4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /sip-4.19.6.tar.gz /sip-4.19.7.tar.gz +/sip-4.19.8.tar.gz diff --git a/sip.spec b/sip.spec index 56b118e..0bc48b8 100644 --- a/sip.spec +++ b/sip.spec @@ -19,8 +19,8 @@ Summary: SIP - Python/C++ Bindings Generator Name: sip -Version: 4.19.7 -Release: 3%{?dist} +Version: 4.19.8 +Release: 1%{?dist} # sipgen/parser.{c.h} is GPLv3+ with exceptions (bison) License: GPLv2 or GPLv3 and (GPLv3+ with exceptions) @@ -136,7 +136,7 @@ pushd %{_target_platform} -d %{python2_sitearch} \ CFLAGS="%{optflags}" CXXFLAGS="%{optflags}" LFLAGS="%{?__global_ldflags}" -make %{?_smp_mflags} +%make_build popd %if 0%{?with_python3} @@ -148,7 +148,7 @@ pushd %{_target_platform}-python3 --sipdir=%{_datadir}/python3-sip \ CXXFLAGS="%{optflags}" CFLAGS="%{optflags}" LFLAGS="%{?__global_ldflags}" -make %{?_smp_mflags} +%make_build popd %endif @@ -157,7 +157,7 @@ popd # Perform the Python 3 installation first, to avoid stomping over the Python 2 # /usr/bin/sip: %if 0%{?with_python3} -make install DESTDIR=%{buildroot} -C %{_target_platform}-python3 +%make_install -C %{_target_platform}-python3 mkdir -p %{buildroot}%{_datadir}/python3-sip mv %{buildroot}%{_bindir}/sip %{buildroot}%{_bindir}/python3-sip @@ -167,7 +167,7 @@ mkdir -p %{buildroot}%{python3_sitearch}/__pycache__/exclude_rpm_hack %endif # Python 2 installation: -make install DESTDIR=%{buildroot} -C %{_target_platform} +%make_install -C %{_target_platform} mkdir -p %{buildroot}%{_datadir}/sip # Macros used by -devel subpackages: @@ -207,6 +207,9 @@ install -D -p -m644 %{SOURCE1} %{buildroot}%{rpm_macros_dir}/macros.sip %changelog +* Tue Mar 06 2018 Rex Dieter - 4.19.8-1 +- 4.19.8 + * Sat Mar 03 2018 Sérgio Basto - 4.19.7-3 - Enable python3 on epel7 diff --git a/sources b/sources index 780879c..64ac95a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sip-4.19.7.tar.gz) = 0cead34e129d25ee3d908e503a3853289bbfd77c58c563a2046ce7b65bd8f0b318b20af72346cbf4cb7a17e76c9c1374f686b5dabc284d7247897a1648c15f97 +SHA512 (sip-4.19.8.tar.gz) = 9c0a9722a9a9dd23e2eabe751d622cdd31b376b7987b2c991f5ef4a8d11853c5c6e9f1c24a0d2d864d3990e2a45c2a159ca8511efd4a7e156a14937ef3c680f7