Hello community,

here is the log from the commit of package tevent for openSUSE:Factory checked 
in at 2013-12-09 07:26:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tevent (Old)
 and      /work/SRC/openSUSE:Factory/.tevent.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tevent"

Changes:
--------
--- /work/SRC/openSUSE:Factory/tevent/tevent.changes    2013-08-30 
11:51:16.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.tevent.new/tevent.changes       2013-12-09 
07:26:55.000000000 +0100
@@ -1,0 +2,15 @@
+Fri Dec  6 13:51:45 UTC 2013 - lmue...@suse.com
+
+- Update to 0.9.19.
+  + Remove the signal pipe if no signal events are around
+  + document tevent_req_create state zeroing
+  + Fix Coverity ID 989236 Operands don't affect result
+  + Add tevent tutorial files and link it on the mainpage
+  + Only set poll_ev->delete=false if it was true
+
+-------------------------------------------------------------------
+Fri Dec  6 13:42:37 UTC 2013 - lmue...@suse.com
+
+- Verify source tar ball gpg signature.
+
+-------------------------------------------------------------------

Old:
----
  tevent-0.9.18.tar.gz

New:
----
  samba-library-distribution-pubkey_13084025.asc
  tevent-0.9.19.tar.asc
  tevent-0.9.19.tar.gz

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

Other differences:
------------------
++++++ tevent.spec ++++++
--- /var/tmp/diff_new_pack.gDUJKw/_old  2013-12-09 07:26:55.000000000 +0100
+++ /var/tmp/diff_new_pack.gDUJKw/_new  2013-12-09 07:26:55.000000000 +0100
@@ -22,6 +22,9 @@
 
 Name:           tevent
 BuildRequires:  doxygen
+%if 0%{?suse_version} > 1220
+BuildRequires:  gpg-offline
+%endif
 #!BuildIgnore: libtalloc
 BuildRequires:  libtalloc-devel >= %{talloc_version}
 %if 0%{?suse_version} > 1020
@@ -37,12 +40,14 @@
 %define        build_make_smp_mflags %{?jobs:-j%jobs}
 %endif
 Url:            http://tevent.samba.org/
-Version:        0.9.18
+Version:        0.9.19
 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
+Source1:        http://download.samba.org/pub/tevent/tevent-%{version}.tar.asc
+Source2:        samba-library-distribution-pubkey_13084025.asc
 Source4:        baselibs.conf
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -107,6 +112,11 @@
 This package contains the python bindings for the Tevent library.
 
 %prep
+%if 0%{?suse_version} > 1220
+gzip -dc %{SOURCE0} >${RPM_SOURCE_DIR}/%{name}-%{version}.tar
+%{?gpg_verify: %gpg_verify --keyring %{SOURCE2} %{SOURCE1}}
+rm ${RPM_SOURCE_DIR}/%{name}-%{version}.tar
+%endif
 %setup -n tevent-%{version} -q
 
 %build

++++++ tevent-0.9.18.tar.gz -> tevent-0.9.19.tar.gz ++++++
++++ 6091 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