Hello community,

here is the log from the commit of package tevent for openSUSE:Factory checked 
in at 2019-04-26 22:44:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tevent (Old)
 and      /work/SRC/openSUSE:Factory/.tevent.new.5536 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tevent"

Fri Apr 26 22:44:23 2019 rev:34 rq:696794 version:0.9.39

Changes:
--------
--- /work/SRC/openSUSE:Factory/tevent/tevent-man.changes        2018-10-04 
18:59:48.583309214 +0200
+++ /work/SRC/openSUSE:Factory/.tevent.new.5536/tevent-man.changes      
2019-04-26 22:44:26.573643732 +0200
@@ -1,0 +2,21 @@
+Tue Mar  5 18:22:33 UTC 2019 - dmul...@suse.com
+
+- Update to version 0.9.39
+  + py_tevent: add_timer takes float argument
+  + C99 build fixes.
+  + Fix standalone build of tevent.
+
+-------------------------------------------------------------------
+Wed Feb  6 17:50:12 UTC 2019 - dmul...@suse.com
+
+- Update to version 0.9.38
+  + Deprecate tevent wrapper api again
+  + Build fixes
+  + The build uses python3 by default:
+  + --extra-python would take python2 now
+  + To build with python2 only use:
+    PYTHON=python2 ./configure
+    PYTHON=python2 make
+    PYTHON=python2 make install
+
+-------------------------------------------------------------------
tevent.changes: same change

Old:
----
  tevent-0.9.37.tar.asc
  tevent-0.9.37.tar.gz

New:
----
  tevent-0.9.39.tar.asc
  tevent-0.9.39.tar.gz

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

Other differences:
------------------
++++++ tevent-man.spec ++++++
--- /var/tmp/diff_new_pack.6tuADg/_old  2019-04-26 22:44:30.457641745 +0200
+++ /var/tmp/diff_new_pack.6tuADg/_new  2019-04-26 22:44:30.461641744 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tevent-man
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,9 @@
 #
 
 
-%{!?python_sitearch:  %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 %{!?py3_soflags:  %global py3_soflags cpython-%{python3_version_nodots}m}
-%if 0%{?suse_version} > 1310 || 0%{?fedora_version} > 20
-%define with_python3 1
-%else
-%define with_python3 0
-%endif
 
-%define talloc_version 2.1.11
+%define talloc_version 2.1.15
 %define build_man 1
 
 %if %{build_man}
@@ -41,13 +35,9 @@
 %else
 BuildRequires:  pkgconfig
 %endif
-BuildRequires:  python-devel
-%if %{with_python3}
 BuildRequires:  python3-devel
 BuildRequires:  python3-talloc >= %{talloc_version}
 BuildRequires:  python3-talloc-devel >= %{talloc_version}
-%endif # with_python3
-BuildRequires:  python-talloc-devel >= %{talloc_version}
 %endif # build_man
 %if 0%{?suse_version} == 0 || 0%{?suse_version} > 1140
 %define        build_make_smp_mflags %{?_smp_mflags}
@@ -55,7 +45,7 @@
 %define        build_make_smp_mflags %{?jobs:-j%jobs}
 %endif
 Url:            https://tevent.samba.org/
-Version:        0.9.37
+Version:        0.9.39
 Release:        0
 Summary:        An event system based on the talloc memory management library
 License:        LGPL-3.0-or-later
@@ -121,26 +111,15 @@
 This package contains libraries and header files need for development.
 
 
-%package -n python-tevent
-Summary:        Python bindings for the Tevent library
-Group:          Development/Libraries/Python
-Requires:       libtevent0 = %{version}
-PreReq:         /sbin/ldconfig
-
-%description -n python-tevent
-This package contains the python bindings for the Tevent library.
-
-
-%if %{with_python3}
 %package -n python3-tevent
 Summary:        Python3 bindings for the Tevent library
 Group:          Development/Libraries/Python
 Requires:       libtevent0 = %{version}
 PreReq:         /sbin/ldconfig
+Obsoletes:      python-tevent
 
 %description -n python3-tevent
 This package contains the python bindings for the Tevent library.
-%endif
 
 %endif # ! build_man
 
@@ -164,9 +143,6 @@
        --disable-silent-rules \
        --bundled-libraries=NONE \
        --builtin-libraries=replace \
-%if %{with_python3}
-       --extra-python=/usr/bin/python3 \
-%endif
 "
 ./configure ${CONFIGURE_OPTIONS}
 %{__make} %{build_make_smp_mflags} \
@@ -204,15 +180,9 @@
 
 %postun -n libtevent0 -p /sbin/ldconfig
 
-%post -n python-tevent -p /sbin/ldconfig
-
-%postun -n python-tevent -p /sbin/ldconfig
-
-%if %{with_python3}
 %post -n python3-tevent -p /sbin/ldconfig
 
 %postun -n python3-tevent -p /sbin/ldconfig
-%endif
 
 %files -n libtevent0
 %defattr(-,root,root)
@@ -224,15 +194,6 @@
 %{_libdir}/libtevent.so
 %{_libdir}/pkgconfig/tevent.pc
 
-%files -n python-tevent
-%defattr(-,root,root)
-%{python_sitearch}/tevent.py
-%{python_sitearch}/_tevent.so
-%if 0%{?centos_version} > 599 || 0%{?fedora_version} > 11 || 0%{?rhel_version} 
> 599
-%{python_sitearch}/tevent.py[co]
-%endif
-
-%if %{with_python3}
 %files -n python3-tevent
 %defattr(-,root,root)
 %{python3_sitearch}/_tevent.%{py3_soflags}.so
@@ -240,7 +201,6 @@
 %if 0%{?centos_version} > 599 || 0%{?fedora_version} > 11 || 0%{?rhel_version} 
> 599
 %{python3_sitearch}/__pycache__/tevent.cpython-*.py[co]
 %endif
-%endif
 
 %else
 %files

++++++ tevent.spec ++++++
--- /var/tmp/diff_new_pack.6tuADg/_old  2019-04-26 22:44:30.477641735 +0200
+++ /var/tmp/diff_new_pack.6tuADg/_new  2019-04-26 22:44:30.481641733 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tevent-man
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,9 @@
 #
 
 
-%{!?python_sitearch:  %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 %{!?py3_soflags:  %global py3_soflags cpython-%{python3_version_nodots}m}
-%if 0%{?suse_version} > 1310 || 0%{?fedora_version} > 20
-%define with_python3 1
-%else
-%define with_python3 0
-%endif
 
-%define talloc_version 2.1.11
+%define talloc_version 2.1.15
 %define build_man 0
 
 %if %{build_man}
@@ -41,13 +35,9 @@
 %else
 BuildRequires:  pkgconfig
 %endif
-BuildRequires:  python-devel
-%if %{with_python3}
 BuildRequires:  python3-devel
 BuildRequires:  python3-talloc >= %{talloc_version}
 BuildRequires:  python3-talloc-devel >= %{talloc_version}
-%endif # with_python3
-BuildRequires:  python-talloc-devel >= %{talloc_version}
 %endif # build_man
 %if 0%{?suse_version} == 0 || 0%{?suse_version} > 1140
 %define        build_make_smp_mflags %{?_smp_mflags}
@@ -55,7 +45,7 @@
 %define        build_make_smp_mflags %{?jobs:-j%jobs}
 %endif
 Url:            https://tevent.samba.org/
-Version:        0.9.37
+Version:        0.9.39
 Release:        0
 Summary:        An event system based on the talloc memory management library
 License:        LGPL-3.0-or-later
@@ -121,26 +111,15 @@
 This package contains libraries and header files need for development.
 
 
-%package -n python-tevent
-Summary:        Python bindings for the Tevent library
-Group:          Development/Libraries/Python
-Requires:       libtevent0 = %{version}
-PreReq:         /sbin/ldconfig
-
-%description -n python-tevent
-This package contains the python bindings for the Tevent library.
-
-
-%if %{with_python3}
 %package -n python3-tevent
 Summary:        Python3 bindings for the Tevent library
 Group:          Development/Libraries/Python
 Requires:       libtevent0 = %{version}
 PreReq:         /sbin/ldconfig
+Obsoletes:      python-tevent
 
 %description -n python3-tevent
 This package contains the python bindings for the Tevent library.
-%endif
 
 %endif # ! build_man
 
@@ -164,9 +143,6 @@
        --disable-silent-rules \
        --bundled-libraries=NONE \
        --builtin-libraries=replace \
-%if %{with_python3}
-       --extra-python=/usr/bin/python3 \
-%endif
 "
 ./configure ${CONFIGURE_OPTIONS}
 %{__make} %{build_make_smp_mflags} \
@@ -204,15 +180,9 @@
 
 %postun -n libtevent0 -p /sbin/ldconfig
 
-%post -n python-tevent -p /sbin/ldconfig
-
-%postun -n python-tevent -p /sbin/ldconfig
-
-%if %{with_python3}
 %post -n python3-tevent -p /sbin/ldconfig
 
 %postun -n python3-tevent -p /sbin/ldconfig
-%endif
 
 %files -n libtevent0
 %defattr(-,root,root)
@@ -224,15 +194,6 @@
 %{_libdir}/libtevent.so
 %{_libdir}/pkgconfig/tevent.pc
 
-%files -n python-tevent
-%defattr(-,root,root)
-%{python_sitearch}/tevent.py
-%{python_sitearch}/_tevent.so
-%if 0%{?centos_version} > 599 || 0%{?fedora_version} > 11 || 0%{?rhel_version} 
> 599
-%{python_sitearch}/tevent.py[co]
-%endif
-
-%if %{with_python3}
 %files -n python3-tevent
 %defattr(-,root,root)
 %{python3_sitearch}/_tevent.%{py3_soflags}.so
@@ -240,7 +201,6 @@
 %if 0%{?centos_version} > 599 || 0%{?fedora_version} > 11 || 0%{?rhel_version} 
> 599
 %{python3_sitearch}/__pycache__/tevent.cpython-*.py[co]
 %endif
-%endif
 
 %else
 %files

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.6tuADg/_old  2019-04-26 22:44:30.501641723 +0200
+++ /var/tmp/diff_new_pack.6tuADg/_new  2019-04-26 22:44:30.501641723 +0200
@@ -1,3 +1,2 @@
 libtevent0
-python-tevent
 python3-tevent

++++++ tevent-0.9.37.tar.gz -> tevent-0.9.39.tar.gz ++++++
++++ 66410 lines of diff (skipped)



Reply via email to