Hello community,

here is the log from the commit of package talloc for openSUSE:Factory checked 
in at 2014-05-26 10:27:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    2014-05-22 
09:04:33.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.talloc.new/talloc.changes       2014-05-26 
10:27:43.000000000 +0200
@@ -1,0 +2,14 @@
+Fri May 23 19:15:38 UTC 2014 - lmue...@suse.com
+
+- Require pkg-config from the devel packages.
+
+-------------------------------------------------------------------
+Thu May 22 17:44:49 UTC 2014 - lmue...@suse.com
+
+- Update to 2.1.1.
+  + documentation updates
+  + a fix for pytalloc-util.pc
+  + performance improvements here and there
+  + fixed compiler warnings
+
+-------------------------------------------------------------------

Old:
----
  talloc-2.1.0.tar
  talloc-2.1.0.tar.asc

New:
----
  talloc-2.1.1.tar
  talloc-2.1.1.tar.asc

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

Other differences:
------------------
++++++ talloc.spec ++++++
--- /var/tmp/diff_new_pack.KzKMl2/_old  2014-05-26 10:27:43.000000000 +0200
+++ /var/tmp/diff_new_pack.KzKMl2/_new  2014-05-26 10:27:43.000000000 +0200
@@ -37,7 +37,7 @@
 #!BuildIgnore:  python
 %endif
 Url:            http://talloc.samba.org/
-Version:        2.1.0
+Version:        2.1.1
 Release:        0
 PreReq:         /sbin/ldconfig
 Summary:        Samba talloc Library
@@ -81,6 +81,11 @@
 Summary:        Libraries and Header Files to Develop Programs with talloc2 
Support
 Group:          Development/Libraries/C and C++
 Requires:       %{libtalloc_name} = %{version}
+%if 0%{?suse_version} > 1020
+Requires:       pkg-config
+%else
+Requires:       pkgconfig
+%endif
 
 %description -n libtalloc-devel
 Talloc is a hierarchical, reference counted memory pool system with
@@ -105,6 +110,11 @@
 Summary:        Developer tools for the Talloc library
 Group:          Development/Libraries/Python
 Requires:       pytalloc = %{version}
+%if 0%{?suse_version} > 1020
+Requires:       pkg-config
+%else
+Requires:       pkgconfig
+%endif
 
 %description -n pytalloc-devel
 Libraries and Header Files to Develop Programs with pytalloc Support


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

Reply via email to