Hello community,

here is the log from the commit of package libmygpo-qt for openSUSE:Factory
checked in at Fri Jul 22 10:46:42 CEST 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/libmygpo-qt/libmygpo-qt.changes        
2011-05-23 10:49:37.000000000 +0200
@@ -0,0 +1,17 @@
+-------------------------------------------------------------------
+Mon May 23 08:47:49 UTC 2011 - [email protected]
+
+- Update to 1.0.3
+  * All the Private Classes used in libmygpo-qt got their own Header
+    Files (name_p.h) instead of having them in the .cpp Files
+  * UrlBuilder uses now the fast String Concatenation of Qt
+  * Some unneeded Files were removed (RequestHandlerTest &
+    tests/Makefile.man)
+  * Fixed a Bug in the Build System
+  * General Cleanup of unnecessary Includes
+
+-------------------------------------------------------------------
+Mon Mar 21 20:12:40 UTC 2011 - [email protected]
+
+- Add libmygpo-qt, a Qt Library that wraps the gpodder.net Web API
+

calling whatdependson for head-i586


New:
----
  libmygpo-qt-1.0.3.tar.bz2
  libmygpo-qt.changes
  libmygpo-qt.spec

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

Other differences:
------------------
++++++ libmygpo-qt.spec ++++++
#
# spec file for package libmygpo-qt
#
# Copyright (c) 2011 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:           libmygpo-qt
Version:        1.0.3
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
BuildRequires:  automoc4
BuildRequires:  cmake
BuildRequires:  kde4-filesystem
BuildRequires:  libqjson-devel
BuildRequires:  libqt4-devel

BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
libmygpo-qt is a Qt Library that wraps the gpodder.net Web API 
(http://wiki.gpodder.org/wiki/Web_Services/API_2)

v1.0 wraps nearly every Request from the gpodder.net API except:
- Simple API Calls Downloading subscription Lists & Uploading subscription Lists
- Retrieving Subscription Changes (you should use "Retrieving Updates for a 
given Device" instead)

%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++
Group:          Development/Libraries/C and C++

%description -n libmygpo-qt1
libmygpo-qt is a Qt Library that wraps the gpodder.net Web API 
(http://wiki.gpodder.org/wiki/Web_Services/API_2)

v1.0 wraps nearly every Request from the gpodder.net API except:
- Simple API Calls Downloading subscription Lists & Uploading subscription Lists
- Retrieving Subscription Changes (you should use "Retrieving Updates for a 
given Device" instead)

%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++
Group:          Development/Libraries/C and C++
Requires:       libmygpo-qt1 = %{version}
Requires:       libqt4-devel >= 4.6.0

%description devel
libmygpo-qt is a Qt Library that wraps the gpodder.net Web API 
(http://wiki.gpodder.org/wiki/Web_Services/API_2)

v1.0 wraps nearly every Request from the gpodder.net API except:
- Simple API Calls Downloading subscription Lists & Uploading subscription Lists
- Retrieving Subscription Changes (you should use "Retrieving Updates for a 
given Device" instead)

%prep
%setup -q

%build
  %cmake_kde4 -d builddir
  %make_jobs

%install
  cd builddir
  %make_install
  cd ..

%post -n libmygpo-qt1 -p /sbin/ldconfig

%postun -n libmygpo-qt1 -p /sbin/ldconfig

%clean
  rm -rf %{buildroot}

%files devel
%defattr(-,root,root)
%{_includedir}/mygpo-qt/
%{_libdir}/libmygpo-qt.so
%{_libdir}/pkgconfig/libmygpo-qt.pc

%files -n libmygpo-qt1
%defattr(-,root,root)
%{_libdir}/libmygpo-qt.so.*

%changelog

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



Remember to have fun...

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

Reply via email to