Hello community,

here is the log from the commit of package libgadu for openSUSE:Factory checked 
in at 2012-01-04 07:24:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libgadu (Old)
 and      /work/SRC/openSUSE:Factory/.libgadu.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libgadu", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libgadu/libgadu.changes  2011-09-23 
02:08:15.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libgadu.new/libgadu.changes     2012-01-04 
07:24:31.000000000 +0100
@@ -1,0 +2,12 @@
+Fri Dec 30 19:09:30 CET 2011 - [email protected]
+
+- Apply /usr/local include work-around for 12.1 only (bnc#719176).
+
+-------------------------------------------------------------------
+Mon Dec  5 21:15:12 UTC 2011 - [email protected]
+
+- Fix include path (/usr/local) in .pc file.
+- Replace -devel with pkgconfig() in BuildRequires.
+- Fix license notation according to spdx.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libgadu.spec ++++++
--- /var/tmp/diff_new_pack.JHd77K/_old  2012-01-04 07:24:31.000000000 +0100
+++ /var/tmp/diff_new_pack.JHd77K/_new  2012-01-04 07:24:31.000000000 +0100
@@ -21,19 +21,19 @@
 Name:           libgadu
 Version:        1.11.0
 Release:        1
-License:        LGPLv2.1+
+License:        LGPL-2.1+
 Summary:        Library for Handling of Gadu-Gadu Instant Messaging
 Url:            http://toxygen.net/libgadu/
 Group:          System/Libraries
 Source:         http://toxygen.net/%{name}/files/%{name}-%{version}.tar.gz
-BuildRequires:  curl-devel
 BuildRequires:  doxygen
-BuildRequires:  gnutls-devel
 BuildRequires:  libexpat-devel
 BuildRequires:  libgsm-devel
 BuildRequires:  pkg-config
-BuildRequires:  speex-devel
+BuildRequires:  pkgconfig(gnutls)
+BuildRequires:  pkgconfig(libcurl)
 BuildRequires:  pkgconfig(libxml-2.0)
+BuildRequires:  pkgconfig(speex)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -42,8 +42,7 @@
 
 %package -n %{name}%{soname}
 
-
-License:        LGPLv2.1+
+License:        LGPL-2.1+
 Summary:        Library for Handling of Gadu-Gadu Instant Messaging
 Group:          System/Libraries
 Provides:       %{name} = %{version}
@@ -54,7 +53,7 @@
 instant messenger Gadu-Gadu.
 
 %package devel
-License:        LGPLv2.1+
+License:        LGPL-2.1+
 Summary:        Library for Handling of Gadu-Gadu Instant Messaging
 Group:          Development/Libraries/C and C++
 Requires:       %{name}%{soname} = %{version}
@@ -79,6 +78,10 @@
 rm -f docs/html/installdox
 #
 rm -f %{buildroot}%{_libdir}/*.la
+%if 0%{?suse_version} == 1210
+# remove /usr/local path from .pc file -> it's inherited from libgnutls-devel
+sed -e "s:-I/usr/local/include::" -i 
%{buildroot}%{_libdir}/pkgconfig/%{name}.pc
+%endif
 
 %clean
 %{?buildroot:rm -rf %{buildroot}}

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

Reply via email to