Hello community, here is the log from the commit of package folks for openSUSE:Factory checked in at 2012-01-09 12:04:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/folks (Old) and /work/SRC/openSUSE:Factory/.folks.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "folks", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/folks/folks.changes 2011-10-02 10:01:39.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.folks.new/folks.changes 2012-01-09 12:04:03.000000000 +0100 @@ -1,0 +2,47 @@ +Wed Dec 21 12:35:22 UTC 2011 - vu...@opensuse.org + +- Split typelib file into typelib-1_0-Folks-0_6 subpackage. +- Add typelib-1_0-Folks-0_6 Requires to devel subpackage. + +------------------------------------------------------------------- +Wed Dec 14 08:10:25 UTC 2011 - dims...@opensuse.org + +- Update to version 0.6.6: + + Various API changes + + Bugs fixed: bgo#664158, bgo#663889, bgo#665039, bgo#665728, + bgo#665692, bgo#665376. +- Replace License tag with spdx identifier (LGPL-2.1+). +- Add xz BuildRequires because we can't build a package for a + xz-compressed tarball without explicitly specifying that... + See bnc#697467 for more details. +- Bump module_version define to 30, following upstream change. + +------------------------------------------------------------------- +Tue Nov 15 14:32:41 UTC 2011 - vu...@opensuse.org + +- Really enable parallel build: fix typo smp_flags => smp_mflags. + +------------------------------------------------------------------- +Sat Nov 12 20:08:39 UTC 2011 - dims...@opensuse.org + +- Update to version 0.6.5: + + Add favourites support to EDS backend. + + Behavior changes: + - PostalAddress.equal() now ignores PostalAddress.uid + - NoteFieldDetails.equal() now ignores NoteFieldDetails.uid + + Small API additions and deprecations. + + Bugs fixed: bgo#662285, bgo#662433, bgo#660908, bgo#662770, + bgo#662616, bgo#662274, bgo#662314, bgo#663798, bgo#659585. +- Bump module_version define to 29, following upstream change. + +------------------------------------------------------------------- +Tue Oct 18 20:35:53 UTC 2011 - vu...@opensuse.org + +- Update to version 0.6.4.1: + + Bugs fixed: bgo#662095. +- Changes from version 0.6.4: + + Small API additions. + + Bugs fixed: bgo#660217, bgo#657602, bgo#660937, bgo#661475. +- Bump module_version define, following upstream change. + +------------------------------------------------------------------- Old: ---- folks-0.6.3.2.tar.bz2 New: ---- folks-0.6.6.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ folks.spec ++++++ --- /var/tmp/diff_new_pack.4RRAsu/_old 2012-01-09 12:04:04.000000000 +0100 +++ /var/tmp/diff_new_pack.4RRAsu/_new 2012-01-09 12:04:04.000000000 +0100 @@ -15,22 +15,23 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - %define soversion 25 -%define module_version 27 +%define module_version 30 Name: folks -Version: 0.6.3.2 -Release: 1 -License: LGPLv2.1+ +Version: 0.6.6 +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.6/%{name}-%{version}.tar.bz2 +Source: http://download.gnome.org/sources/folks/0.6/%{name}-%{version}.tar.xz BuildRequires: gobject-introspection-devel BuildRequires: intltool BuildRequires: readline-devel BuildRequires: vala >= 0.13.4 +# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467 +BuildRequires: xz BuildRequires: pkgconfig(dbus-glib-1) BuildRequires: pkgconfig(gconf-2.0) BuildRequires: pkgconfig(gee-1.0) @@ -46,8 +47,6 @@ Telepathy connection managers) to create metacontacts. %package -n libfolks%{soversion} - -License: LGPLv2.1+ Summary: Library to create metacontacts from multiple sources Group: System/Libraries # To make lang package installable @@ -58,9 +57,17 @@ libfolks is a library that aggregates people from multiple sources (eg, Telepathy connection managers) to create metacontacts. -%package -n libfolks-eds%{soversion} +%package -n typelib-1_0-Folks-0_6 +Summary: Library to create metacontacts from multiple sources -- Introspection bindings +Group: System/Libraries + +%description -n typelib-1_0-Folks-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. -License: LGPLv2.1+ +%package -n libfolks-eds%{soversion} Summary: Library to create metacontacts from multiple sources -- EDS Backend Group: System/Libraries Supplements: packageand(libfolks%{soversion}:evolution-data-server) @@ -70,8 +77,6 @@ Telepathy connection managers) to create metacontacts. %package -n libfolks-libsocialweb%{soversion} - -License: LGPLv2.1+ Summary: Library to create metacontacts from multiple sources -- libsocialweb Backend Group: System/Libraries Supplements: packageand(libfolks%{soversion}:libsocialweb) @@ -81,8 +86,6 @@ Telepathy connection managers) to create metacontacts. %package -n libfolks-telepathy%{soversion} - -License: LGPLv2.1+ Summary: Library to create metacontacts from multiple sources -- Telepathy Backend Group: System/Libraries @@ -91,7 +94,6 @@ Telepathy connection managers) to create metacontacts. %package tools -License: LGPLv2.1+ Summary: Library to create metacontacts from multiple sources -- Tools Group: Development/Libraries/GNOME # the folks-import tool is useful for old pidgin users @@ -105,13 +107,13 @@ metacontacts. %package devel -License: LGPLv2.1+ Summary: Library to create metacontacts from multiple sources -- Development Files Group: Development/Libraries/GNOME Requires: libfolks%{soversion} = %{version} Requires: libfolks-eds%{soversion} = %{version} Requires: libfolks-libsocialweb%{soversion} = %{version} Requires: libfolks-telepathy%{soversion} = %{version} +Requires: typelib-1_0-Folks-0_6 = %{version} %description devel libfolks is a library that aggregates people from multiple sources (eg, @@ -126,7 +128,7 @@ --enable-vala \ --disable-static \ --enable-eds-backend -%__make %{?_smp_flags} V=1 +%__make %{?_smp_mflags} V=1 %install %makeinstall @@ -153,13 +155,16 @@ %defattr(-, root, root) %doc AUTHORS ChangeLog COPYING NEWS README %{_libdir}/libfolks.so.%{soversion}* -%{_libdir}/girepository-1.0/Folks-0.6.typelib %dir %{_libdir}/folks %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/key-file.so +%files -n typelib-1_0-Folks-0_6 +%defattr(-, root, root) +%{_libdir}/girepository-1.0/Folks-0.6.typelib + %files -n libfolks-eds%{soversion} %defattr(-, root, root) %{_libdir}/libfolks-eds.so.%{soversion}* -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org