Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory 
checked in at 2014-10-14 13:24:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sip (Old)
 and      /work/SRC/openSUSE:Factory/.python-sip.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-sip"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-sip/python-sip.changes    2014-08-01 
14:34:26.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python-sip.changes       
2014-10-14 13:24:44.000000000 +0200
@@ -1,0 +2,8 @@
+Sat Oct 11 17:01:01 UTC 2014 - [email protected]
+
+- Update to 4.16.3
+  - This is a minor functional release including the implementation of
+    __qualname__ for class enums.
+  - run spec-cleaner
+
+-------------------------------------------------------------------
python3-sip.changes: same change

Old:
----
  sip-4.16.2.tar.gz

New:
----
  sip-4.16.3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-sip.spec ++++++
--- /var/tmp/diff_new_pack.JjYoJS/_old  2014-10-14 13:24:45.000000000 +0200
+++ /var/tmp/diff_new_pack.JjYoJS/_new  2014-10-14 13:24:45.000000000 +0200
@@ -17,9 +17,8 @@
 
 
 %define python_sip_api 11.1
-
 Name:           python-sip
-Version:        4.16.2
+Version:        4.16.3
 Release:        0
 Summary:        SIP tool to use python sip bindings
 License:        GPL-2.0 or GPL-3.0 or SUSE-SIP
@@ -33,7 +32,7 @@
 BuildRequires:  c++_compiler
 BuildRequires:  python
 BuildRequires:  python-devel
-Provides:       python-sip(api) = %python_sip_api
+Provides:       python-sip(api) = %{python_sip_api}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %py_requires
 
@@ -77,15 +76,15 @@
 sip_major=$(grep "define SIP_API_MAJOR_NR" siplib/sip.h.in | awk '{print $3}')
 sip_minor=$(grep "define SIP_API_MINOR_NR" siplib/sip.h.in | awk '{print $3}')
 
-if test "%python_sip_api" != "$sip_major.$sip_minor"; then
+if test "%{python_sip_api}" != "$sip_major.$sip_minor"; then
     echo "API version was changed to $sip_major.$sip_minor"
     exit 1
 fi
 
-echo "%%requires_python_sip_api Requires: python-sip(api) = 
$sip_major.$sip_minor" > macros.%name
+echo "%%requires_python_sip_api Requires: python-sip(api) = 
$sip_major.$sip_minor" > macros.%{name}
 
 %install
-make DESTDIR=%{buildroot} install
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 mkdir -p %{buildroot}%{_datadir}/sip
 
 # For alternatives
@@ -94,7 +93,7 @@
 touch %{buildroot}%{_sysconfdir}/alternatives/sip
 ln -s -f %{_sysconfdir}/alternatives/sip %{buildroot}/%{_bindir}/sip
 
-install -m 644 -D macros.%name %{buildroot}/%{_sysconfdir}/rpm/macros.%name
+install -m 644 -D macros.%{name} %{buildroot}/%{_sysconfdir}/rpm/macros.%{name}
 
 # Point to the correct location for the documentation files
 sed -i 's/"doc" directory/"doc" directory of package %{name}-devel/' README
@@ -116,7 +115,7 @@
 %files devel
 %defattr(-,root,root,-)
 %doc NEWS LICENSE* doc/
-%config %{_sysconfdir}/rpm/macros.%name
+%config %{_sysconfdir}/rpm/macros.%{name}
 %{_bindir}/sip-%{py_ver}
 %ghost %{_sysconfdir}/alternatives/sip
 %{_bindir}/sip

++++++ python3-sip.spec ++++++
--- /var/tmp/diff_new_pack.JjYoJS/_old  2014-10-14 13:24:45.000000000 +0200
+++ /var/tmp/diff_new_pack.JjYoJS/_new  2014-10-14 13:24:45.000000000 +0200
@@ -17,9 +17,11 @@
 
 
 %define python_sip_api 11.1
-
+%if 0%{?suse_version} == 1220
+%define py3_incdir %{_includedir}/python3.2mu
+%endif
 Name:           python3-sip
-Version:        4.16.2
+Version:        4.16.3
 Release:        0
 Summary:        SIP tool to use python sip bindings
 License:        GPL-2.0 or GPL-3.0 or SUSE-SIP
@@ -32,13 +34,10 @@
 Patch1:         build-compare.diff
 BuildRequires:  c++_compiler
 BuildRequires:  python3-devel
-Provides:       python3-sip(api) = %python_sip_api
 Requires(pre):  python3
 Requires(pre):  python3-base
+Provides:       python3-sip(api) = %{python_sip_api}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} == 1220
-%define py3_incdir %{_includedir}/python3.2mu
-%endif
 
 %description
 SIP is a tool that makes it very easy to create Python bindings for C
@@ -80,15 +79,15 @@
 sip_major=$(grep "define SIP_API_MAJOR_NR" siplib/sip.h.in | awk '{print $3}')
 sip_minor=$(grep "define SIP_API_MINOR_NR" siplib/sip.h.in | awk '{print $3}')
 
-if test "%python_sip_api" != "$sip_major.$sip_minor"; then
+if test "%{python_sip_api}" != "$sip_major.$sip_minor"; then
     echo "API version was changed to $sip_major.$sip_minor"
     exit 1
 fi
 
-echo "%%requires_python3_sip_api Requires: python3-sip(api) = 
$sip_major.$sip_minor" > macros.%name
+echo "%%requires_python3_sip_api Requires: python3-sip(api) = 
$sip_major.$sip_minor" > macros.%{name}
 
 %install
-%{make_install}
+%make_install
 mkdir -p %{buildroot}%{_datadir}/sip
 
 # For alternatives
@@ -100,7 +99,7 @@
 # Point to the correct location for the documentation files
 sed -i 's/"doc" directory/"doc" directory of package %{name}-devel/' README
 
-install -m 644 -D macros.%name %{buildroot}/%{_sysconfdir}/rpm/macros.%name
+install -m 644 -D macros.%{name} %{buildroot}/%{_sysconfdir}/rpm/macros.%{name}
 
 %post devel
 # Lower priority than the python 2.x version for now
@@ -120,7 +119,7 @@
 %files devel
 %defattr(-,root,root,-)
 %doc NEWS LICENSE* doc/
-%config %{_sysconfdir}/rpm/macros.%name
+%config %{_sysconfdir}/rpm/macros.%{name}
 %{_bindir}/sip-%{py3_ver}
 %ghost %{_sysconfdir}/alternatives/sip
 %{_bindir}/sip

++++++ sip-4.16.2.tar.gz -> sip-4.16.3.tar.gz ++++++
++++ 6068 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to