Hello community,

here is the log from the commit of package libkgapi for openSUSE:Factory 
checked in at 2013-06-14 15:45:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2012-12-28 
22:44:09.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libkgapi.new/libkgapi.changes   2013-06-14 
15:45:39.000000000 +0200
@@ -1,0 +2,18 @@
+Sat Jun  1 21:04:16 UTC 2013 - [email protected]
+
+- Update to 2.0.1
+  * Fixed new account authentication with legacy API 
+
+-------------------------------------------------------------------
+Fri May 24 18:03:02 UTC 2013 - [email protected]
+
+- Update to 2.0.0
+  * new LibKGAPI 2 API, breaks ABI, old API is preserved
+  * new job-based API that deprecates the old one. It is cleaner, 
+    more flexible and much easier to use
+- Obsolete libkgapi0
+- Add new libkgapi-devel package which depends on both libkgapi1-devel
+  and libkgapi2-devel, until we can depend purely on libkgapi2-devel
+- Drop usage of fdupes
+
+-------------------------------------------------------------------

Old:
----
  libkgapi-0.4.4.tar.bz2

New:
----
  libkgapi-2.0.1.tar.bz2

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

Other differences:
------------------
++++++ libkgapi.spec ++++++
--- /var/tmp/diff_new_pack.uzOmI6/_old  2013-06-14 15:45:39.000000000 +0200
+++ /var/tmp/diff_new_pack.uzOmI6/_new  2013-06-14 15:45:39.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libkgapi
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,14 +17,13 @@
 
 
 Name:           libkgapi
-Version:        0.4.4
+Version:        2.0.1
 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/libkgapi/%{version}/src/%{name}-%{version}.tar.bz2
-BuildRequires:  fdupes
 BuildRequires:  libkde4-devel
 BuildRequires:  libkdepimlibs4-devel
 BuildRequires:  libqjson-devel
@@ -43,18 +42,35 @@
 %description
 An extension for accessing some Google services, such as Google Calendar, 
Google Contacts and Google tasks
 
-%package -n libkgapi0
+%package devel
 Summary:        Akonadi resource to access your Google data
 Group:          Development/Libraries/KDE
+Requires:       libkgapi1-devel
+Requires:       libkgapi2-devel
 
-%description -n libkgapi0
+%description devel 
 An extension for accessing some Google services, such as Google Calendar, 
Google Contacts and Google tasks
 
-%package devel
+%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
+
+%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:       libkgapi0 = %{version}
+Requires:       libkgapi1 = %{version}
 Requires:       libqjson-devel
 Requires:       libxslt-devel
 Obsoletes:      akonadi-google-devel < %{version}
@@ -62,7 +78,18 @@
 Obsoletes:      libkgoogle-devel < %{version}
 Provides:       libkgoogle-devel = %{version}
 
-%description devel
+%description -n libkgapi1-devel
+An extension for accessing some Google services, such as Google Calendar, 
Google Contacts and Google tasks
+
+%package -n libkgapi2-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
+
+%description -n libkgapi2-devel
 An extension for accessing some Google services, such as Google Calendar, 
Google Contacts and Google tasks
 
 %lang_package
@@ -78,18 +105,26 @@
   %make_install
   %kde_post_install
   cd ..
-  %fdupes -s %{buildroot}
 
-%post -n libkgapi0 -p /sbin/ldconfig
+%post -n libkgapi1 -p /sbin/ldconfig
+
+%postun -n libkgapi1 -p /sbin/ldconfig
+
+%post -n libkgapi2-2 -p /sbin/ldconfig
 
-%postun -n libkgapi0 -p /sbin/ldconfig
+%postun -n libkgapi2-2 -p /sbin/ldconfig
 
-%files -n libkgapi0
+%files -n libkgapi1
 %defattr(-,root,root)
-%doc LICENSE README CHANGELOG
+%doc LICENSE README
 %{_kde4_libdir}/libkgapi.so.*
 
-%files devel
+%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
@@ -97,4 +132,13 @@
 %{_kde4_includedir}/libkgapi/
 %{_libdir}/cmake/LibKGAPI/
 
+%files -n libkgapi2-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/
+
 %changelog

++++++ libkgapi-0.4.4.tar.bz2 -> libkgapi-2.0.1.tar.bz2 ++++++
++++ 35329 lines of diff (skipped)

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

Reply via email to