Hello community,

here is the log from the commit of package pkg-config for openSUSE:Factory 
checked in at 2013-03-25 20:40:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pkg-config (Old)
 and      /work/SRC/openSUSE:Factory/.pkg-config.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pkg-config", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pkg-config/pkg-config.changes    2012-09-17 
14:02:30.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.pkg-config.new/pkg-config.changes       
2013-03-25 20:41:52.000000000 +0100
@@ -1,0 +2,39 @@
+Tue Feb  5 17:07:00 UTC 2013 - [email protected]
+
+- Update to version 0.28:
+  + Fixed a pair of long-standing and intertwined bugs involving
+    unwanted removal of flags:
+    - Other Libs flags like -Wl are now kept in context order
+      with -l flags.
+    - Aggressive removal of all duplicate arguments has been scaled
+      back so that just consecutive duplicate arguments are
+      removed. One result of this change is that some flags could
+      be repeated in the final output, especially flags from
+      non-pkg-config packages like -lm. Since pkg-config rarely has
+      enough knowledge here about the right thing to do, we throw
+      the duplicate arguments at the compiler/linker and trust it
+      will do the right thing.
+  + Fixed an old bug to allow circular Requires. This fix brings
+    along a small behavior change in that pkg-config resolves
+    requires depth first, causing some lower level flags to show up
+    earlier in the output than previously.
+  + Cleaned up many corner-case bugs and ambiguous behavior in
+    pkg-config's interface.
+  + New autoconf macro PKG_CHECK_VAR for reading variables from .pc
+    files.
+  + Default to suppressing -L/lib and/or -L/lib64 like their /usr
+    counterparts.
+  + To help support multiarch scenarios out of the box,
+    $host-pkg-config is now installed unless --disable-host-tool
+    is passed to configure.
+  + Added optional gcov usage through the --with-gcov configure
+    option. As a result, many more tests were added to greatly
+    increase the coverage of the code to 86% of executed lines on a
+    Fedora 18 machine.
+  + Bugs fixed: fdo#130, fdo#7331, fdo#16101, fdo#17053, fdo#19950,
+    fdo#34504, fdo#48098, fdo#54231, fdo#54271, fdo#54379,
+    fdo#54384, fdo#54386, fdo#54388, fdo#54389, fdo#54390,
+    fdo#54391, fdo#54427, fdo#54463, fdo#54716, fdo#57078,
+    fdo#58363, fdo#59435.
+
+-------------------------------------------------------------------

Old:
----
  pkg-config-0.27.1.tar.gz

New:
----
  pkg-config-0.28.tar.gz

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

Other differences:
------------------
++++++ pkg-config.spec ++++++
--- /var/tmp/diff_new_pack.bvJWpx/_old  2013-03-25 20:41:57.000000000 +0100
+++ /var/tmp/diff_new_pack.bvJWpx/_new  2013-03-25 20:41:57.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pkg-config
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products 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,8 +16,13 @@
 #
 
 
+%ifarch %{ix86}
+# On ix86, _arch is defined to be i386... re-define
+%define _arch i586
+%endif
+
 Name:           pkg-config
-Version:        0.27.1
+Version:        0.28
 Release:        0
 Summary:        A library management system
 License:        GPL-2.0+
@@ -59,6 +64,7 @@
 %defattr(-,root,root)
 %doc AUTHORS COPYING NEWS README ChangeLog pkg-config-guide.html
 %{_bindir}/pkg-config
+%{_bindir}/%{_arch}-suse-linux-gnu-pkg-config
 %dir %{_datadir}/aclocal
 %{_datadir}/aclocal/pkg.m4
 %doc %{_mandir}/man1/pkg-config.*

++++++ pkg-config-0.27.1.tar.gz -> pkg-config-0.28.tar.gz ++++++
++++ 18107 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to