Hello community,

here is the log from the commit of package folks for openSUSE:Factory
checked in at Fri Sep 9 13:38:38 CEST 2011.



--------
--- GNOME/folks/folks.changes   2011-07-01 10:28:36.000000000 +0200
+++ /mounts/work_src_done/STABLE/folks/folks.changes    2011-09-02 
17:12:57.000000000 +0200
@@ -1,0 +2,31 @@
+Wed Aug 31 13:31:19 CEST 2011 - vu...@opensuse.org
+
+- Update to version 0.6.1:
+  + Bugs fixed: bgo#656659, bgo#655374, bgo#657067, bgo#657332.
+- Change vala-devel BuildRequires to vala, as we only need the vala
+  compiler.
+
+-------------------------------------------------------------------
+Sat Aug 13 20:47:40 CEST 2011 - dims...@opensuse.org
+
+- Update to version 0.6.0:
+  + Several API changes, see NEWS for details.
+  + Add EDS backend.
+  + Allow writing to properties of all personas.
+  + Add support for presence status from Telepathy.
+  + Bugs fixed: bgo#649925, bgo#646244, bgo#652463, bgo#652434,
+    bgo#648071, bgo#652472, bgo#629716, bgo#652660, bgo#652449,
+    bgo#653325, bgo#653746, bgo#638281, bgo#654509, bgo#652048,
+    bgo#652425, bgo#645549, bgo#650422, bgo#655019, bgo#650414,
+    bgo#652643, bgo#655510, bgo#654907, bgo#655745, bgo#649296,
+    bgo#652657, bgo#655008, bgo#653619, bgo#653679, bgo#653680,
+    bgo#655917, bgo#655374, bgo#655919, bgo#655920, bgo#653682,
+    bgo#655921, bgo#655922, bgo#648818, bgo#655609.
+- Enable the new E-D-S Backend:
+  + Add pkgconfig(libebook-1.2) and pkgconfig(libedataserver-1.2)
+    BuildRequires.
+  + Pass --enable-eds-backend to configure.
+  + Split out a libfolks-eds package.
+- Drop folks-fix-build.patch: fixed upstream.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  folks-0.5.2.tar.bz2
  folks-fix-build.patch

New:
----
  folks-0.6.1.tar.bz2

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

Other differences:
------------------
++++++ folks.spec ++++++
--- /var/tmp/diff_new_pack.gu234B/_old  2011-09-09 13:38:29.000000000 +0200
+++ /var/tmp/diff_new_pack.gu234B/_new  2011-09-09 13:38:29.000000000 +0200
@@ -16,29 +16,29 @@
 #
 
 
-%define module_version 24
+%define module_version 25
 
 Name:           folks
-Version:        0.5.2
+Version:        0.6.1
 Release:        1
 License:        LGPLv2.1+
 Summary:        Library to create metacontacts from multiple sources
 Group:          System/Libraries
 Url:            http://telepathy.freedesktop.org/wiki/Folks
-Source:         
http://download.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM folks-fix-build.patch vu...@opensuse.org -- Taken from git
-Patch0:         folks-fix-build.patch
+Source:         
http://download.gnome.org/sources/folks/0.6/%{name}-%{version}.tar.bz2
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
 BuildRequires:  readline-devel
+BuildRequires:  vala >= 0.13.3
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(gconf-2.0)
 BuildRequires:  pkgconfig(gee-1.0)
 BuildRequires:  pkgconfig(gobject-2.0)
+BuildRequires:  pkgconfig(libebook-1.2) >= 3.0.1
+BuildRequires:  pkgconfig(libedataserver-1.2) >= 3.0.1
 BuildRequires:  pkgconfig(libsocialweb-client)
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(telepathy-glib)
-BuildRequires:  vala-devel
 
 %description
 libfolks is a library that aggregates people from multiple sources (eg,
@@ -46,6 +46,7 @@
 
 %package -n libfolks%{module_version}
 
+
 License:        LGPLv2.1+
 Summary:        Library to create metacontacts from multiple sources
 Group:          System/Libraries
@@ -57,8 +58,21 @@
 libfolks is a library that aggregates people from multiple sources (eg,
 Telepathy connection managers) to create metacontacts.
 
+%package -n libfolks-eds%{module_version}
+
+
+License:        LGPLv2.1+
+Summary:        Library to create metacontacts from multiple sources -- EDS 
Backend
+Group:          System/Libraries
+Supplements:    packageand(libfolks%{module_version}:evolution-data-server)
+
+%description -n libfolks-eds%{module_version}
+libfolks is a library that aggregates people from multiple sources (eg,
+Telepathy connection managers) to create metacontacts.
+
 %package -n libfolks-libsocialweb%{module_version}
 
+
 License:        LGPLv2.1+
 Summary:        Library to create metacontacts from multiple sources -- 
libsocialweb Backend
 Group:          System/Libraries
@@ -70,6 +84,7 @@
 
 %package -n libfolks-telepathy%{module_version}
 
+
 License:        LGPLv2.1+
 Summary:        Library to create metacontacts from multiple sources -- 
Telepathy Backend
 Group:          System/Libraries
@@ -97,6 +112,7 @@
 Summary:        Library to create metacontacts from multiple sources -- 
Development Files
 Group:          Development/Libraries/GNOME
 Requires:       libfolks%{module_version} = %{version}
+Requires:       libfolks-eds%{module_version} = %{version}
 Requires:       libfolks-libsocialweb%{module_version} = %{version}
 Requires:       libfolks-telepathy%{module_version} = %{version}
 
@@ -107,12 +123,12 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure \
     --enable-vala \
-    --disable-static
+    --disable-static \
+    --enable-eds-backend
 %__make %{?_smp_flags} V=1
 
 %install
@@ -124,6 +140,10 @@
 
 %postun -n libfolks%{module_version} -p /sbin/ldconfig
 
+%post -n libfolks-eds%{module_version} -p /sbin/ldconfig
+
+%postun -n libfolks-eds%{module_version} -p /sbin/ldconfig
+
 %post -n libfolks-libsocialweb%{module_version} -p /sbin/ldconfig
 
 %postun -n libfolks-libsocialweb%{module_version} -p /sbin/ldconfig
@@ -141,19 +161,25 @@
 %dir %{_libdir}/folks/%{module_version}
 %dir %{_libdir}/folks/%{module_version}/backends
 %dir %{_libdir}/folks/%{module_version}/backends/key-file
-%{_libdir}/folks/%{module_version}/backends/key-file/libfolks-backend-key-file.so
+%{_libdir}/folks/%{module_version}/backends/key-file/key-file.so
+
+%files -n libfolks-eds%{module_version}
+%defattr(-, root, root)
+%{_libdir}/libfolks-eds.so.%{module_version}*
+%dir %{_libdir}/folks/%{module_version}/backends/eds
+%{_libdir}/folks/%{module_version}/backends/eds/eds.so
 
 %files -n libfolks-libsocialweb%{module_version}
 %defattr(-, root, root)
 %{_libdir}/libfolks-libsocialweb.so.%{module_version}*
 %dir %{_libdir}/folks/%{module_version}/backends/libsocialweb
-%{_libdir}/folks/%{module_version}/backends/libsocialweb/libfolks-backend-libsocialweb.so
+%{_libdir}/folks/%{module_version}/backends/libsocialweb/libsocialweb.so
 
 %files -n libfolks-telepathy%{module_version}
 %defattr(-, root, root)
 %{_libdir}/libfolks-telepathy.so.%{module_version}*
 %dir %{_libdir}/folks/%{module_version}/backends/telepathy
-%{_libdir}/folks/%{module_version}/backends/telepathy/libfolks-backend-telepathy.so
+%{_libdir}/folks/%{module_version}/backends/telepathy/telepathy.so
 
 %files tools
 %defattr(-, root, root)
@@ -167,6 +193,7 @@
 %{_libdir}/pkgconfig/*.pc
 %{_datadir}/gir-1.0/Folks-0.6.gir
 %{_datadir}/vala/vapi/folks.*
+%{_datadir}/vala/vapi/folks-eds.*
 %{_datadir}/vala/vapi/folks-libsocialweb.*
 %{_datadir}/vala/vapi/folks-telepathy.*
 

++++++ folks-0.5.2.tar.bz2 -> folks-0.6.1.tar.bz2 ++++++
++++ 271194 lines of diff (skipped)


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



Remember to have fun...

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

Reply via email to