Hello community,

here is the log from the commit of package folks for openSUSE:Factory checked 
in at 2014-09-30 19:39:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/folks (Old)
 and      /work/SRC/openSUSE:Factory/.folks.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "folks"

Changes:
--------
--- /work/SRC/openSUSE:Factory/folks/folks.changes      2014-05-05 
21:15:08.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.folks.new/folks.changes 2014-09-30 
19:40:53.000000000 +0200
@@ -1,0 +2,58 @@
+Fri Sep 12 19:08:24 UTC 2014 - [email protected]
+
+- Update to version 0.10.0:
+  + Remove useless use of the avatar cache in the EDS backend.
+  + Listen for primary store changes from GSettings.
+  + Bugs fixed: bgo#697695, bgo#731470, bgo#728520.
+- Add pkgconfig(tracker-sparql-1.0) BuildRequires and pass
+  --enable-tracker-backend to configure in order to build the
+  tracker backend.
+- Following above changes, add new sub-packages libfolks-tracker
+  and typelib-1_0-FolksTracker-0_6, and handle these in
+  post/postun.
+
+-------------------------------------------------------------------
+Mon Aug 18 18:02:21 UTC 2014 - [email protected]
+
+- Update to version 0.9.8:
+  + Fix loading backends on distributions which install software in
+    loop mounted file systems, such as Tinycorelinux.
+  + Bugs fixed: bgo#732244, bgo#733891.
+
+-------------------------------------------------------------------
+Mon Aug 18 18:02:20 UTC 2014 - [email protected]
+
+- Update to version 0.9.7.1:
+  + Major changes:
+    - Ensure Telepathy VAPI files are built after being cleaned.
+    - Rebuild distributed Telepathy VAPI files to be compatible
+      with Vala < 0.26.
+  + Bugs fixed: bgo#732080.
+- Changes from version 0.9.7:
+  + Major changes:
+    - Add a dummy backend.
+    - Vast numbers of fixes to the unit tests.
+    - Improvements to how Personas are transferred between
+      Individuals.
+    - Many build system cleanups.
+    - New website (https://wiki.gnome.org/Projects/Folks).
+    - Allow backend libraries to have separate LT versions from the
+      core library.
+    - Performance improvements in the BlueZ backend.
+    - Test suite for the BlueZ backend using python-dbusmock.
+  + Bugs fixed: bgo#648811, bgo#651672, bgo#705742, bgo#711544,
+    bgo#711827, bgo#712274, bgo#720707, bgo#722335, bgo#722579,
+    bgo#722892, bgo#723054, bgo#723187, bgo#723540, bgo#724058,
+    bgo#724339, bgo#724591, bgo#724809, bgo#726787, bgo#726973,
+    bgo#726980, bgo#727405, bgo#727944, bgo#730201, bgo#731175,
+    bgo#731325, bgo#731464.
+- Drop folks-bnc855848-individual-crash.patch: fixed upstream.
+- Bump module_version to 42, following upstream.
+
+-------------------------------------------------------------------
+Mon Aug 18 11:36:18 UTC 2014 - [email protected]
+
+- Disable libsocialweb support after 13.1, it is no longer
+  supported (bnc#892161).
+
+-------------------------------------------------------------------

Old:
----
  folks-0.9.6.tar.xz
  folks-bnc855848-individual-crash.patch

New:
----
  folks-0.10.0.tar.xz

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

Other differences:
------------------
++++++ folks.spec ++++++
--- /var/tmp/diff_new_pack.lY049q/_old  2014-09-30 19:40:55.000000000 +0200
+++ /var/tmp/diff_new_pack.lY049q/_new  2014-09-30 19:40:55.000000000 +0200
@@ -17,19 +17,23 @@
 
 
 %define soversion      25
-%define module_version 41
+%define module_version 42
 %define with_zeitgeist  0
 
+%if 0%{?suse_version} < 1315
+%bcond_without libsocialweb
+%else
+%bcond_with libsocialweb
+%endif
+
 Name:           folks
-Version:        0.9.6
+Version:        0.10.0
 Release:        0
 Summary:        Library to create metacontacts from multiple sources
 License:        LGPL-2.1+
 Group:          System/Libraries
 Url:            http://telepathy.freedesktop.org/wiki/Folks
-Source:         
http://download.gnome.org/sources/folks/0.9/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM: folks-bnc855848-individual-crash.patch bnc855848 
[email protected] - Fix crash when using IRC channels
-Patch1:         folks-bnc855848-individual-crash.patch
+Source:         
http://download.gnome.org/sources/folks/0.10/%{name}-%{version}.tar.xz
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool >= 0.50.0
 BuildRequires:  readline-devel
@@ -40,12 +44,15 @@
 BuildRequires:  pkgconfig(libebook-1.2) >= 3.9.1
 BuildRequires:  pkgconfig(libebook-contacts-1.2) >= 3.7.90
 BuildRequires:  pkgconfig(libedataserver-1.2) >= 3.5.3.1
+%if %{with libsocialweb}
 BuildRequires:  pkgconfig(libsocialweb-client) >= 0.25.20
+%endif
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(telepathy-glib) >= 0.19.0
 %if %{with_zeitgeist}
 BuildRequires:  pkgconfig(zeitgeist-2.0) >= 0.9.14
 %endif
+BuildRequires:  pkgconfig(tracker-sparql-1.0)
 
 %description
 libfolks is a library that aggregates people from multiple sources (eg,
@@ -95,6 +102,7 @@
 
 This package provides the GObject Introspection bindings for libfolks.
 
+%if %{with libsocialweb}
 %package -n typelib-1_0-FolksLibsocialweb-0_6
 Summary:        Library to create metacontacts from multiple sources -- 
Introspection bindings
 Group:          System/Libraries
@@ -104,6 +112,7 @@
 Telepathy connection managers) to create metacontacts.
 
 This package provides the GObject Introspection bindings for libfolks.
+%endif
 
 %package -n typelib-1_0-FolksTelepathy-0_6
 Summary:        Library to create metacontacts from multiple sources -- 
Introspection bindings
@@ -115,6 +124,16 @@
 
 This package provides the GObject Introspection bindings for libfolks.
 
+%package -n typelib-1_0-FolksTracker-0_6
+Summary:        Library to create metacontacts from multiple sources -- 
Introspection bindings
+Group:          System/Libraries
+
+%description -n typelib-1_0-FolksTracker-0_6
+libfolks is a library that aggregates people from multiple sources (eg,
+Telepathy connection managers) to create metacontacts.
+
+This package provides the GObject Introspection bindings for libfolks.
+
 %package -n libfolks-eds%{soversion}
 Summary:        Library to create metacontacts from multiple sources -- EDS 
Backend
 Group:          System/Libraries
@@ -124,6 +143,16 @@
 libfolks is a library that aggregates people from multiple sources (eg,
 Telepathy connection managers) to create metacontacts.
 
+%package -n libfolks-tracker%{soversion}
+Summary:        Library to create metacontacts from multiple sources -- 
Tracker Backend
+Group:          System/Libraries
+Supplements:    packageand(libfolks%{soversion}:libtracker-sparql-1_0-0)
+
+%description -n libfolks-tracker%{soversion}
+libfolks is a library that aggregates people from multiple sources (eg,
+Telepathy connection managers) to create metacontacts.
+
+%if %{with libsocialweb}
 %package -n libfolks-libsocialweb%{soversion}
 Summary:        Library to create metacontacts from multiple sources -- 
libsocialweb Backend
 Group:          System/Libraries
@@ -132,6 +161,7 @@
 %description -n libfolks-libsocialweb%{soversion}
 libfolks is a library that aggregates people from multiple sources (eg,
 Telepathy connection managers) to create metacontacts.
+%endif
 
 %package -n libfolks-telepathy%{soversion}
 Summary:        Library to create metacontacts from multiple sources -- 
Telepathy Backend
@@ -159,12 +189,18 @@
 Group:          Development/Libraries/GNOME
 Requires:       libfolks%{soversion} = %{version}
 Requires:       libfolks-eds%{soversion} = %{version}
+%if %{with libsocialweb}
 Requires:       libfolks-libsocialweb%{soversion} = %{version}
+%endif
 Requires:       libfolks-telepathy%{soversion} = %{version}
+Requires:       libfolks-tracker%{soversion} = %{version}
 Requires:       typelib-1_0-Folks-0_6 = %{version}
 Requires:       typelib-1_0-FolksEds-0_6 = %{version}
+%if %{with libsocialweb}
 Requires:       typelib-1_0-FolksLibsocialweb-0_6 = %{version}
+%endif
 Requires:       typelib-1_0-FolksTelepathy-0_6 = %{version}
+Requires:       typelib-1_0-FolksTracker-0_6 = %{version}
 
 %description devel
 libfolks is a library that aggregates people from multiple sources (eg,
@@ -173,12 +209,15 @@
 %lang_package
 %prep
 %setup -q
-%patch1 -p1
 
 %build
 %configure \
     --disable-static \
     --enable-eds-backend \
+    --enable-tracker-backend \
+%if %{without libsocialweb}
+    --disable-libsocialweb-backend \
+%endif
     --disable-fatal-warnings
 %__make %{?_smp_mflags} V=1
 
@@ -201,9 +240,15 @@
 
 %postun -n libfolks-eds%{soversion} -p /sbin/ldconfig
 
+%post -n libfolks-tracker%{soversion} -p /sbin/ldconfig
+
+%postun -n libfolks-tracker%{soversion} -p /sbin/ldconfig
+
+%if %{with libsocialweb}
 %post -n libfolks-libsocialweb%{soversion} -p /sbin/ldconfig
 
 %postun -n libfolks-libsocialweb%{soversion} -p /sbin/ldconfig
+%endif
 
 %post -n libfolks-telepathy%{soversion} -p /sbin/ldconfig
 
@@ -213,10 +258,12 @@
 %defattr(-, root, root)
 %doc AUTHORS ChangeLog COPYING NEWS README
 %{_libdir}/libfolks.so.%{soversion}*
+%{_libdir}/libfolks-dummy.so.%{soversion}*
 %dir %{_libdir}/folks
 %dir %{_libdir}/folks/%{module_version}
 %dir %{_libdir}/folks/%{module_version}/backends
 %{_libdir}/folks/%{module_version}/backends/bluez/
+%{_libdir}/folks/%{module_version}/backends/dummy/
 %{_libdir}/folks/%{module_version}/backends/key-file/
 %{_libdir}/folks/%{module_version}/backends/ofono/
 
@@ -228,14 +275,21 @@
 %files -n typelib-1_0-Folks-0_6
 %defattr(-, root, root)
 %{_libdir}/girepository-1.0/Folks-0.6.typelib
+%{_libdir}/girepository-1.0/FolksDummy-0.6.typelib
 
 %files -n typelib-1_0-FolksEds-0_6
 %defattr(-, root, root)
 %{_libdir}/girepository-1.0/FolksEds-0.6.typelib
 
+%files -n typelib-1_0-FolksTracker-0_6
+%defattr(-, root, root)
+%{_libdir}/girepository-1.0/FolksTracker-0.6.typelib
+
+%if %{with libsocialweb}
 %files -n typelib-1_0-FolksLibsocialweb-0_6
 %defattr(-, root, root)
 %{_libdir}/girepository-1.0/FolksLibsocialweb-0.6.typelib
+%endif
 
 %files -n typelib-1_0-FolksTelepathy-0_6
 %defattr(-, root, root)
@@ -247,11 +301,13 @@
 %dir %{_libdir}/folks/%{module_version}/backends/eds
 %{_libdir}/folks/%{module_version}/backends/eds/eds.so
 
+%if %{with libsocialweb}
 %files -n libfolks-libsocialweb%{soversion}
 %defattr(-, root, root)
 %{_libdir}/libfolks-libsocialweb.so.%{soversion}*
 %dir %{_libdir}/folks/%{module_version}/backends/libsocialweb
 %{_libdir}/folks/%{module_version}/backends/libsocialweb/libsocialweb.so
+%endif
 
 %files -n libfolks-telepathy%{soversion}
 %defattr(-, root, root)
@@ -259,6 +315,12 @@
 %dir %{_libdir}/folks/%{module_version}/backends/telepathy
 %{_libdir}/folks/%{module_version}/backends/telepathy/telepathy.so
 
+%files -n libfolks-tracker%{soversion}
+%defattr(-, root, root)
+%{_libdir}/libfolks-tracker.so.%{soversion}*
+%dir %{_libdir}/folks/%{module_version}/backends/tracker
+%{_libdir}/folks/%{module_version}/backends/tracker/tracker.so
+
 %files tools
 %defattr(-, root, root)
 %{_bindir}/folks-import
@@ -270,13 +332,21 @@
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*.pc
 %{_datadir}/gir-1.0/Folks-0.6.gir
+%{_datadir}/gir-1.0/FolksDummy-0.6.gir
 %{_datadir}/gir-1.0/FolksEds-0.6.gir
+%if %{with libsocialweb}
 %{_datadir}/gir-1.0/FolksLibsocialweb-0.6.gir
+%endif
 %{_datadir}/gir-1.0/FolksTelepathy-0.6.gir
+%{_datadir}/gir-1.0/FolksTracker-0.6.gir
 %{_datadir}/vala/vapi/folks.*
+%{_datadir}/vala/vapi/folks-dummy.*
 %{_datadir}/vala/vapi/folks-eds.*
+%if %{with libsocialweb}
 %{_datadir}/vala/vapi/folks-libsocialweb.*
+%endif
 %{_datadir}/vala/vapi/folks-telepathy.*
+%{_datadir}/vala/vapi/folks-tracker.*
 
 %files lang -f %{name}.lang
 

++++++ folks-0.9.6.tar.xz -> folks-0.10.0.tar.xz ++++++
++++ 284326 lines of diff (skipped)

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

Reply via email to