Hello community,

here is the log from the commit of package tevent for openSUSE:Factory checked 
in at 2012-08-16 21:45:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tevent (Old)
 and      /work/SRC/openSUSE:Factory/.tevent.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tevent", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/tevent/tevent.changes    2012-06-13 
10:05:56.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.tevent.new/tevent.changes       2012-08-16 
21:45:40.000000000 +0200
@@ -1,0 +2,17 @@
+Tue Aug  7 21:49:07 UTC 2012 - lmue...@suse.com
+
+- Update to 0.9.16.
+  + Adds tevent_*_trace_*() and tevent_context_init_ops().
+  + Move tevent.py to the arch-specific directory.
+
+-------------------------------------------------------------------
+Thu Jun 28 16:29:25 UTC 2012 - lmue...@suse.com
+
+- Disable rpath while configure.
+
+-------------------------------------------------------------------
+Wed Jun 13 16:09:22 UTC 2012 - dd...@suse.com
+
+- Tag GPLv3 due to tevent_util.h license; (bnc#765270).
+
+-------------------------------------------------------------------

Old:
----
  tevent-0.9.15.tar.gz

New:
----
  tevent-0.9.16.tar.gz

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

Other differences:
------------------
++++++ tevent.spec ++++++
--- /var/tmp/diff_new_pack.eo7khM/_old  2012-08-16 21:45:42.000000000 +0200
+++ /var/tmp/diff_new_pack.eo7khM/_new  2012-08-16 21:45:42.000000000 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package tevent (Version 0.9.15)
+# spec file for package tevent
 #
 # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -15,14 +15,11 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
-%{!?python_sitelib:  %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 %{!?python_sitearch:  %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 %define talloc_version 2.0.7
 
-
 Name:           tevent
 BuildRequires:  doxygen
 #!BuildIgnore: libtalloc
@@ -32,19 +29,19 @@
 %else
 BuildRequires:  pkgconfig
 %endif
-BuildRequires:  python-devel
 BuildRequires:  pytalloc-devel >= %{talloc_version}
+BuildRequires:  python-devel
 %if 0%{?suse_version} == 0 || 0%{?suse_version} > 1140
 %define        build_make_smp_mflags %{?_smp_mflags}
 %else
 %define        build_make_smp_mflags %{?jobs:-j%jobs}
 %endif
-License:        LGPL-3.0+
-Group:          System/Libraries
 Url:            http://tevent.samba.org/
-Version:        0.9.15
+Version:        0.9.16
 Release:        0
 Summary:        An event system based on the talloc memory management library
+License:        GPL-3.0+
+Group:          System/Libraries
 Source:         http://download.samba.org/pub/tevent/tevent-%{version}.tar.gz
 Source4:        baselibs.conf
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -62,10 +59,9 @@
 
 %define libtevent_name libtevent0
 %package -n %{libtevent_name}
-License:        LGPL-3.0+
-Group:          System/Libraries
 PreReq:         /sbin/ldconfig
 Summary:        Samba tevent Library
+Group:          System/Libraries
 
 %description -n %{libtevent_name}
 Tevent is an event system based on the talloc memory management library. It
@@ -78,7 +74,6 @@
 
 
 %package -n libtevent-devel
-License:        LGPL-3.0+
 Summary:        Libraries and Header Files to Develop Programs with tevent0 
Support
 Group:          Development/Libraries/C and C++
 Requires:       %{libtevent_name} = %{version}
@@ -103,7 +98,6 @@
 
 
 %package -n python-tevent
-License:        LGPL-3.0+
 Summary:        Python bindings for the Tevent library
 Group:          Development/Libraries/Python
 Requires:       %{libtevent_name} = %{version}
@@ -125,6 +119,7 @@
 CONFIGURE_OPTIONS="\
        --prefix=%{_prefix} \
        --libdir=%{_libdir} \
+       --disable-rpath \
        --bundled-libraries=NONE \
        --builtin-libraries=replace \
 "
@@ -161,7 +156,8 @@
 
 %files -n python-tevent
 %defattr(-,root,root)
-%attr(0755,root,root) %{python_sitelib}/tevent.py*
+%attr(0755,root,root)
+%{python_sitearch}/tevent.py
 %{python_sitearch}/_tevent.so
 
 %changelog

++++++ tevent-0.9.15.tar.gz -> tevent-0.9.16.tar.gz ++++++
++++ 11418 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to