Hello community,

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

Package is "talloc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/talloc/talloc.changes    2013-08-30 
11:51:03.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.talloc.new/talloc.changes       2013-12-09 
07:19:29.000000000 +0100
@@ -1,0 +2,18 @@
+Fri Dec  6 12:40:28 UTC 2013 - lmue...@suse.com
+
+- Update to 2.1.0.
+  + Add talloc_pooled_object and test it
+  + Allow nested pools
+  + Add a separate pool size
+  + Put pool-specific data before the chunk
+  + Introduce __talloc_with_prefix
+  + Decouple the dual use of chunk->pool
+  + Only provide the --enable-talloc-compat1 in standalone build
+  + Simplify _talloc_free_poolmem a bit
+
+-------------------------------------------------------------------
+Fri Dec  6 12:29:33 UTC 2013 - lmue...@suse.com
+
+- Verify source tar ball gpg signature.
+
+-------------------------------------------------------------------

Old:
----
  talloc-2.0.8.tar.gz

New:
----
  samba-library-distribution-pubkey_13084025.asc
  talloc-2.1.0.tar.asc
  talloc-2.1.0.tar.gz

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

Other differences:
------------------
++++++ talloc.spec ++++++
--- /var/tmp/diff_new_pack.edwjt3/_old  2013-12-09 07:19:29.000000000 +0100
+++ /var/tmp/diff_new_pack.edwjt3/_new  2013-12-09 07:19:29.000000000 +0100
@@ -27,6 +27,9 @@
 BuildRequires:  autoconf
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  doxygen
+%if 0%{?suse_version} > 1220
+BuildRequires:  gpg-offline
+%endif
 BuildRequires:  libxslt
 %if 0%{?suse_version} > 1020
 BuildRequires:  pkg-config
@@ -38,13 +41,15 @@
 #!BuildIgnore:  python
 %endif
 Url:            http://talloc.samba.org/
-Version:        2.0.8
+Version:        2.1.0
 Release:        0
 PreReq:         /sbin/ldconfig
 Summary:        Samba talloc Library
 License:        LGPL-3.0+
 Group:          System/Libraries
 Source:         http://download.samba.org/pub/talloc/talloc-%{version}.tar.gz
+Source1:        http://download.samba.org/pub/talloc/talloc-%{version}.tar.asc
+Source2:        samba-library-distribution-pubkey_13084025.asc
 Source4:        baselibs.conf
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -104,6 +109,11 @@
 
 
 %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 talloc-%{version} -q
 
 %build

++++++ talloc-2.0.8.tar.gz -> talloc-2.1.0.tar.gz ++++++
++++ 7322 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