Hello community,

here is the log from the commit of package herqq for openSUSE:Factory checked 
in at 2012-01-25 12:20:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/herqq (Old)
 and      /work/SRC/openSUSE:Factory/.herqq.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "herqq", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/herqq/herqq.changes      2011-09-23 
02:02:46.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.herqq.new/herqq.changes 2012-01-25 
12:20:21.000000000 +0100
@@ -1,0 +2,13 @@
+Wed Jan 25 09:10:53 UTC 2012 - [email protected]
+
+- Fix baselibs.conf
+- Package documentation, fix EOL encoding
+
+-------------------------------------------------------------------
+Mon Jan 23 12:39:43 UTC 2012 - [email protected]
+
+- Respect %optflags 
+- build with -fvisibility-inlines-hidden
+- devel package requires libqt4-devel
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ herqq.spec ++++++
--- /var/tmp/diff_new_pack.a6eiO5/_old  2012-01-25 12:20:22.000000000 +0100
+++ /var/tmp/diff_new_pack.a6eiO5/_new  2012-01-25 12:20:22.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package herqq
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright 2010 [email protected]
 # Copyright 2011 [email protected]
 # Copyright 2011 Buschmann <[email protected]>
@@ -19,14 +19,13 @@
 #
 
 
-
 Name:           herqq
 Version:        1.0.0
-Release:        1
-License:        LGPL-3.0
+Release:        0
 Summary:        A Library for Building UPnP Devices and Control Points
-Url:            http://herqq.org
+License:        LGPL-3.0
 Group:          Development/Libraries/Other
+Url:            http://herqq.org
 Source:         %{name}-%{version}.tar.bz2
 BuildRequires:  fdupes
 BuildRequires:  libqt4-devel >= 4.6.0
@@ -40,11 +39,10 @@
 rapid UPnP development.
 
 %package -n libHUpnp1
-
 Summary:        A Library for Building UPnP Devices and Control Points
 Group:          Development/Libraries/KDE
 Provides:       %{name}-libs = %{version}
-Requires:       libQtSolutions_SOAP-2_7-1 = %{version}
+Obsoletes:      %{name}-libs < %{version}
 
 %description -n libHUpnp1
 Herqq UPnP (HUPnP) is a software library for building UPnP devices and control 
points conforming to the
@@ -54,7 +52,6 @@
 rapid UPnP development.
 
 %package -n libQtSolutions_SOAP-2_7-1
-
 Summary:        SOAP client for Qt
 Group:          Development/Libraries/KDE
 
@@ -63,10 +60,11 @@
 version 1.1 of the SOAP protocol.
 
 %package devel
-
 Summary:        The development files for herqq and libHUpnp1
 Group:          Development/Libraries/KDE
 Requires:       libHUpnp1 = %{version}
+Requires:       libQtSolutions_SOAP-2_7-1 = %{version}
+Requires:       libqt4-devel
 
 %description devel
 This is package provides development files and headers needed to build 
software using libherqq
@@ -74,9 +72,11 @@
 
 %prep
 %setup -q
+# Fix wrong EOL encoding: 
+sed -i 's/\r//' 
hupnp/{LICENSE*.txt,lib/qtsoap-2.7-opensource/{LICENSE.*,README.TXT,LGPL_EXCEPTION.txt}}
 
 %build
-qmake -r
+qmake -r QMAKE_CXXFLAGS="%optflags -fvisibility-inlines-hidden"
 make %{?_smp_mflags}
 
 %install
@@ -94,9 +94,6 @@
 popd
 %fdupes %{buildroot}%{_includedir}/HUpnpCore/
 
-%clean
-rm -rf %{buildroot}
-
 %post   -n libHUpnp1 -p /sbin/ldconfig
 
 %postun -n libHUpnp1 -p /sbin/ldconfig
@@ -107,14 +104,17 @@
 
 %files -n libHUpnp1
 %defattr(-,root,root)
+%doc hupnp/LICENSE_*.txt
 %{_libdir}/libHUpnp.so.*
 
 %files -n libQtSolutions_SOAP-2_7-1
 %defattr(-,root,root)
+%doc hupnp/lib/qtsoap-2.7-opensource/{LICENSE.*,README.TXT,LGPL_EXCEPTION.txt}
 %{_libdir}/libQtSolutions_SOAP-2.7.so.*
 
 %files devel
 %defattr(-,root,root)
+%doc hupnp/docs/html hupnp/ChangeLog
 %{_includedir}/HUpnpCore/
 %{_libdir}/libHUpnp.so
 %{_libdir}/libQt*.so

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.a6eiO5/_old  2012-01-25 12:20:22.000000000 +0100
+++ /var/tmp/diff_new_pack.a6eiO5/_new  2012-01-25 12:20:22.000000000 +0100
@@ -1 +1,2 @@
-herqq-libs
+libQtSolutions_SOAP-2_7-1
+libHUpnp1

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

Reply via email to