Hello community,

here is the log from the commit of package libmygpo-qt for openSUSE:Factory 
checked in at 2011-11-14 12:53:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libmygpo-qt (Old)
 and      /work/SRC/openSUSE:Factory/.libmygpo-qt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libmygpo-qt", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/libmygpo-qt/libmygpo-qt.changes  2011-09-23 
02:09:01.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libmygpo-qt.new/libmygpo-qt.changes     
2011-11-14 12:53:04.000000000 +0100
@@ -1,0 +2,15 @@
+Sun Nov 13 19:07:07 UTC 2011 - cgiboude...@gmx.com
+
+- Update to 1.0.5
+  * fixed a bug in downloadSubscriptionsJson()
+  * changed the way http basic auth information is transmitted to
+    gpodder.net to no longer getting annoying popups when using
+    libmygpo-qt with KIO from KDE 4.7.X
+  * implemented functions to access the new API for retrieving
+    synchronization information of devices
+  * implemented functions to retrieve toplist and search results in
+    gpodders custom XML format
+  * added “ConfigStyle” package finding to CMake Buildsystem
+
+
+-------------------------------------------------------------------

Old:
----
  libmygpo-qt-1.0.4.tar.bz2

New:
----
  libmygpo-qt.1.0.5.tar.gz

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

Other differences:
------------------
++++++ libmygpo-qt.spec ++++++
--- /var/tmp/diff_new_pack.XGvbQC/_old  2011-11-14 12:53:08.000000000 +0100
+++ /var/tmp/diff_new_pack.XGvbQC/_new  2011-11-14 12:53:08.000000000 +0100
@@ -18,13 +18,13 @@
 
 
 Name:           libmygpo-qt
-Version:        1.0.4
+Version:        1.0.5
 Release:        1
 License:        LGPLv2+
 Summary:        Qt Library that wraps the gpodder.net Web API
 Url:            http://wiki.gpodder.org/wiki/Libmygpo-qt
 Group:          Development/Libraries/C and C++
-Source0:        %{name}-%{version}.tar.bz2
+Source0:        
http://stefan.derkits.at/files/libmygpo-qt/%{name}.%{version}.tar.gz
 BuildRequires:  automoc4
 BuildRequires:  cmake
 BuildRequires:  kde4-filesystem
@@ -42,9 +42,9 @@
 
 %package -n libmygpo-qt1
 License:        LGPLv2.1+
-Summary:        Qt Library that wraps the gpodder
-Url:            http://wiki.gpodder.org/wiki/Libmygpo-qt
 Group:          Development/Libraries/C and C++
+Summary:        Qt Library that wraps the gpodder.net Web API
+Url:            http://wiki.gpodder.org/wiki/Libmygpo-qt
 Group:          Development/Libraries/C and C++
 
 %description -n libmygpo-qt1
@@ -56,9 +56,9 @@
 
 %package devel
 License:        LGPLv2.1+
-Summary:        Qt Library that wraps the gpodder
-Url:            http://wiki.gpodder.org/wiki/Libmygpo-qt
 Group:          Development/Libraries/C and C++
+Summary:        Qt Library that wraps the gpodder.net Web API
+Url:            http://wiki.gpodder.org/wiki/Libmygpo-qt
 Group:          Development/Libraries/C and C++
 Requires:       libmygpo-qt1 = %{version}
 Requires:       libqt4-devel >= 4.6.0
@@ -71,14 +71,14 @@
 - Retrieving Subscription Changes (you should use "Retrieving Updates for a 
given Device" instead)
 
 %prep
-%setup -q
+%setup -q -n %{name}.%{version}
 
 %build
-  %cmake_kde4 -d builddir
+  %cmake_kde4 -d build -- -DLIB_INSTALL_DIR_SUFFIX="$_kde_libsuffix"
   %make_jobs
 
 %install
-  cd builddir
+  cd build
   %make_install
   cd ..
 
@@ -91,7 +91,9 @@
 
 %files devel
 %defattr(-,root,root)
-%{_includedir}/mygpo-qt/
+%dir %{_includedir}/mygpo-qt
+%{_includedir}/mygpo-qt/*
+%{_libdir}/cmake/mygpo-qt/
 %{_libdir}/libmygpo-qt.so
 %{_libdir}/pkgconfig/libmygpo-qt.pc
 

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

Reply via email to