Hello community, here is the log from the commit of package libkgapi for openSUSE:Factory checked in at 2014-03-21 13:33:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libkgapi (Old) and /work/SRC/openSUSE:Factory/.libkgapi.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libkgapi" Changes: -------- --- /work/SRC/openSUSE:Factory/libkgapi/libkgapi.changes 2013-12-09 07:08:08.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libkgapi.new/libkgapi.changes 2014-03-21 13:33:24.000000000 +0100 @@ -1,0 +2,10 @@ +Tue Mar 11 20:50:01 UTC 2014 - [email protected] + +- Update to 2.1.0 + * Added support for Google Drive API v2 +- Dropped 0001-When-fetching-last-contact-photo-fails-don-t-fail-th.patch, + merged upstream +- Drop libkgapi1, libkgapi1-devel and libkgapi2-devel packages, per + upstream changes + +------------------------------------------------------------------- Old: ---- 0001-When-fetching-last-contact-photo-fails-don-t-fail-th.patch libkgapi-2.0.2.tar.xz New: ---- libkgapi-2.1.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libkgapi.spec ++++++ --- /var/tmp/diff_new_pack.550qDY/_old 2014-03-21 13:33:25.000000000 +0100 +++ /var/tmp/diff_new_pack.550qDY/_new 2014-03-21 13:33:25.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package libkgapi # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 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 @@ -17,25 +17,17 @@ Name: libkgapi -Version: 2.0.2 +Version: 2.1.0 Release: 0 Summary: Extension for accessing your Google data License: GPL-2.0+ Group: System/GUI/KDE Url: http://www.progdan.cz/ -Source0: http://download.kde.org/stable/%{name}/%{version}/src/%{name}-%{version}.tar.xz -# PATCH-FIX-UPSTREAM 0001-When-fetching-last-contact-photo-fails-don-t-fail-th.patch -- kde#328422 -Patch0: 0001-When-fetching-last-contact-photo-fails-don-t-fail-th.patch +Source0: http://download.kde.org/stable/%{name}/%{version}/src/%{name}-%{version}.tar.bz2 BuildRequires: libkde4-devel BuildRequires: libkdepimlibs4-devel BuildRequires: libqjson-devel BuildRequires: libxslt-devel -Provides: akonadi-googledata = 1.2.0 -Obsoletes: akonadi-googledata < 1.2.0 -Provides: akonadi-google = 0.3.1 -Obsoletes: akonadi-google < 0.3.1 -Provides: libkgoogle = 0.4.0 -Obsoletes: libkgoogle < 0.4.0 BuildRoot: %{_tmppath}/%{name}-%{version}-build %kde4_akonadi_requires %kde4_runtime_requires @@ -44,23 +36,6 @@ %description An extension for accessing some Google services, such as Google Calendar, Google Contacts and Google tasks -%package devel -Summary: Akonadi resource to access your Google data -Group: Development/Libraries/KDE -Requires: libkgapi1-devel -Requires: libkgapi2-devel - -%description devel -An extension for accessing some Google services, such as Google Calendar, Google Contacts and Google tasks - -%package -n libkgapi1 -Summary: Akonadi resource to access your Google data -Group: Development/Libraries/KDE -Obsoletes: libkgapi0 - -%description -n libkgapi1 -An extension for accessing some Google services, such as Google Calendar, Google Contacts and Google tasks - %package -n libkgapi2-2 Summary: Akonadi resource to access your Google data Group: Development/Libraries/KDE @@ -68,84 +43,46 @@ %description -n libkgapi2-2 An extension for accessing some Google services, such as Google Calendar, Google Contacts and Google tasks -%package -n libkgapi1-devel -Summary: Akonadi resource to access your Google data -Group: Development/Libraries/KDE -Requires: libkde4-devel -Requires: libkgapi1 = %{version} -Requires: libqjson-devel -Requires: libxslt-devel -Obsoletes: akonadi-google-devel < %{version} -Provides: akonadi-google-devel = %{version} -Obsoletes: libkgoogle-devel < %{version} -Provides: libkgoogle-devel = %{version} - -%description -n libkgapi1-devel -An extension for accessing some Google services, such as Google Calendar, Google Contacts and Google tasks - -%package -n libkgapi2-devel +%package devel Summary: Akonadi resource to access your Google data Group: Development/Libraries/KDE Requires: libkde4-devel Requires: libkgapi2-2 = %{version} Requires: libqjson-devel Requires: libxslt-devel +Provides: libkgapi2-devel = %{version} +Obsoletes: libkgapi2-devel < %{version} -%description -n libkgapi2-devel +%description devel An extension for accessing some Google services, such as Google Calendar, Google Contacts and Google tasks %lang_package %prep %setup -q -n %{name}-%{version} -%patch0 -p1 %build %cmake_kde4 -d build %make_jobs %install - cd build - %make_install + %kde4_makeinstall -C build %kde_post_install - cd .. - -%post -n libkgapi1 -p /sbin/ldconfig - -%postun -n libkgapi1 -p /sbin/ldconfig %post -n libkgapi2-2 -p /sbin/ldconfig %postun -n libkgapi2-2 -p /sbin/ldconfig -%files -n libkgapi1 -%defattr(-,root,root) -%doc LICENSE README -%{_kde4_libdir}/libkgapi.so.* - %files -n libkgapi2-2 %defattr(-,root,root) %doc LICENSE README %{_kde4_libdir}/libkgapi2.so.* -%files -n libkgapi1-devel -%defattr(-,root,root) -%doc LICENSE README -%{_kde4_libdir}/libkgapi.so -%{_kde4_libdir}/pkgconfig/libkgapi.pc -%{_kde4_includedir}/libkgapi/ -%{_libdir}/cmake/LibKGAPI/ - -%files -n libkgapi2-devel +%files devel %defattr(-,root,root) %doc LICENSE README %{_kde4_libdir}/libkgapi2.so -%{_kde4_libdir}/pkgconfig/libkgapi2.pc %{_kde4_includedir}/libkgapi2/ %{_kde4_includedir}/LibKGAPI2/ %{_libdir}/cmake/LibKGAPI2/ -%files devel -%defattr(-,root,root) -%doc LICENSE README - %changelog ++++++ libkgapi-2.0.2.tar.xz -> libkgapi-2.1.0.tar.bz2 ++++++ ++++ 27018 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
