b26bcab
%global _changelog_trimtime %(date +%s -d "1 year ago")
b26bcab
0e22419
%define tp_glib_ver	0.19.0
a404085
b9ff690
Name:           folks
330c59e
Epoch:          1
6a1d1f8
Version:        0.11.3
3e0ba06
Release:        2%{?dist}
b9ff690
Summary:        GObject contact aggregation library
b9ff690
b9ff690
License:        LGPLv2+
b9ff690
URL:            http://telepathy.freedesktop.org/wiki/Folks
Richard Hughes 4ad7c53
Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.11/%{name}-%{version}.tar.xz
b9ff690
a045a22
BuildRequires:  chrpath
a404085
BuildRequires:  telepathy-glib-devel >= %{tp_glib_ver}
6791f27
BuildRequires:  telepathy-glib-vala
a404085
BuildRequires:  glib2-devel
192754b
BuildRequires:  gobject-introspection-devel
192754b
BuildRequires:  intltool
0e22419
BuildRequires:  vala-devel >= 0.17.6
3e0ba06
BuildRequires:  vala
6791f27
BuildRequires:  libxml2-devel
a2a0913
BuildRequires:  GConf2-devel
7b60cd5
BuildRequires:  evolution-data-server-devel >= 3.13.90
52ea0fb
BuildRequires:  readline-devel
a2a0913
## BuildRequires: tracker-devel >= 0.10
7097e02
BuildRequires:  pkgconfig(gee-0.8) >= 0.8.4
19e22ff
b9ff690
%description
a2a0913
libfolks is a library that aggregates people from multiple sources (e.g.
a2a0913
Telepathy connection managers and eventually evolution data server,
a2a0913
Facebook, etc.) to create meta-contacts.
b9ff690
b9ff690
042b778
%package        tools
042b778
Summary:        Tools for %{name}
4d45838
Requires:       %{name}%{?_isa} = %{epoch}:%{version}-%{release}
042b778
042b778
%description    tools
042b778
%{name}-tools contains a database and import tool.
042b778
042b778
b9ff690
%package        devel
b9ff690
Summary:        Development files for %{name}
4d45838
Requires:       %{name}%{?_isa} = %{epoch}:%{version}-%{release}
4d45838
Requires:       %{name}-tools%{?_isa} = %{epoch}:%{version}-%{release}
b9ff690
b9ff690
%description    devel
b9ff690
The %{name}-devel package contains libraries and header files for
b9ff690
developing applications that use %{name}.
b9ff690
b9ff690
b9ff690
%prep
b9ff690
%setup -q
0e22419
b9ff690
b9ff690
%build
Richard Hughes 14b2dfb
%configure \
Richard Hughes 14b2dfb
  --disable-static \
Richard Hughes 14b2dfb
  --disable-fatal-warnings \
Richard Hughes 14b2dfb
  --enable-eds-backend \
Richard Hughes fe94bd0
  --enable-bluez-backend \
Richard Hughes 14b2dfb
  --disable-zeitgeist \
Richard Hughes 14b2dfb
  --enable-vala \
Richard Hughes 14b2dfb
  --enable-inspect-tool \
Richard Hughes 14b2dfb
  --disable-libsocialweb-backend
b9ff690
make %{?_smp_mflags} V=1
b9ff690
b9ff690
b9ff690
%install
41e75d2
%make_install
b9ff690
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
a045a22
a045a22
# Remove lib64 rpaths
cdaa0a4
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/folks/43/backends/key-file/key-file.so
cdaa0a4
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/folks/43/backends/ofono/ofono.so
cdaa0a4
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/folks/43/backends/telepathy/telepathy.so
cdaa0a4
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/folks/43/backends/bluez/bluez.so
cdaa0a4
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/folks/43/backends/eds/eds.so
cdaa0a4
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/folks/43/backends/dummy/dummy.so
a045a22
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libfolks-dummy.so
a045a22
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libfolks-eds.so
a045a22
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libfolks-telepathy.so
a045a22
chrpath --delete $RPM_BUILD_ROOT%{_bindir}/folks-import
a045a22
chrpath --delete $RPM_BUILD_ROOT%{_bindir}/folks-inspect
a045a22
a9746a7
%find_lang %{name}
b9ff690
b9ff690
b9ff690
%post -p /sbin/ldconfig
b9ff690
3451e7d
37f91c8
%postun
37f91c8
/sbin/ldconfig
37f91c8
if [ $1 -eq 0 ]; then
c8012be
  glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
37f91c8
fi
b9ff690
8a0069f
37f91c8
%posttrans
c8012be
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
b9ff690
8a0069f
a9746a7
%files -f %{name}.lang
ee362ab
%license COPYING
ee362ab
%doc AUTHORS README NEWS
b9ff690
%{_libdir}/*.so.*
b9ff690
%{_libdir}/folks
f6994b4
%{_libdir}/girepository-1.0/Folks-0.6.typelib
422c642
%{_libdir}/girepository-1.0/FolksDummy-0.6.typelib
d9a03b7
%{_libdir}/girepository-1.0/FolksEds-0.6.typelib
d9a03b7
%{_libdir}/girepository-1.0/FolksTelepathy-0.6.typelib
37f91c8
%{_datadir}/GConf/gsettings/folks.convert
37f91c8
%{_datadir}/glib-2.0/schemas/org.freedesktop.folks.gschema.xml
b9ff690
042b778
%files tools
042b778
%{_bindir}/%{name}-import
042b778
%{_bindir}/%{name}-inspect
042b778
b9ff690
%files devel
b9ff690
%{_includedir}/folks
b9ff690
%{_libdir}/*.so
b9ff690
%{_libdir}/pkgconfig/folks*.pc
f6994b4
%{_datadir}/gir-1.0/Folks-0.6.gir
422c642
%{_datadir}/gir-1.0/FolksDummy-0.6.gir
d9a03b7
%{_datadir}/gir-1.0/FolksEds-0.6.gir
d9a03b7
%{_datadir}/gir-1.0/FolksTelepathy-0.6.gir
ccd6c58
%dir %{_datadir}/vala
ccd6c58
%dir %{_datadir}/vala/vapi
e2ce685
%{_datadir}/vala/vapi/%{name}*
b9ff690
b9ff690
b9ff690
%changelog
3e0ba06
* Thu Sep 22 2016 Kalev Lember <klember@redhat.com> - 1:0.11.3-2
3e0ba06
- BR vala instead of obsolete vala-tools subpackage
3e0ba06
6a1d1f8
* Wed Sep 21 2016 Kalev Lember <klember@redhat.com> - 1:0.11.3-1
6a1d1f8
- Update to 0.11.3
493a54b
- Don't set group tags
41e75d2
- Use make_install macro
6a1d1f8
7401f7a
* Mon Jul 18 2016 Milan Crha <mcrha@redhat.com> - 1:0.11.2-7
7401f7a
- Rebuild for newer evolution-data-server
7401f7a
fe73034
* Tue Jun 21 2016 Milan Crha <mcrha@redhat.com> - 1:0.11.2-6
fe73034
- Rebuild for newer evolution-data-server
fe73034
facc257
* Sun Apr 03 2016 Mathieu Bridon <bochecha@daitauha.fr> - 1:0.11.2-5
facc257
- Drop the Zeitgeist dependency.
facc257
fa284b6
* Tue Feb 16 2016 Milan Crha <mcrha@redhat.com> - 1:0.11.2-4
fa284b6
- Rebuild for newer evolution-data-server
fa284b6
e9cc8ca
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.11.2-3
e9cc8ca
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
e9cc8ca
3f6516c
* Mon Jan 18 2016 Kevin Fenzi <kevin@scrye.com> - 0.11.2-2
3f6516c
- Rebuild for new libical
3f6516c
eb3d25c
* Sat Dec 05 2015 Kalev Lember <klember@redhat.com> - 1:0.11.2-1
eb3d25c
- Update to 0.11.2
ee362ab
- Use license macro for COPYING
eb3d25c
70d6eff
* Wed Jul 22 2015 Milan Crha <mcrha@redhat.com> - 1:0.11.1-3
70d6eff
- Rebuild for newer evolution-data-server
70d6eff
126e91a
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.11.1-2
126e91a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
126e91a
28bb927
* Sun May 31 2015 Kalev Lember <kalevlember@gmail.com> - 1:0.11.1-1
28bb927
- Update to 0.11.1
28bb927
3c146ff
* Tue Apr 28 2015 Milan Crha <mcrha@redhat.com> - 1:0.11.0-2
3c146ff
- Rebuild for newer evolution-data-server
3c146ff
Richard Hughes 4ad7c53
* Fri Feb 13 2015 Richard Hughes <rhughes@redhat.com> - 1:0.11.0-1
Richard Hughes 4ad7c53
- Update to 0.11.0
Richard Hughes 4ad7c53
Richard Hughes 6d74348
* Mon Jan 19 2015 Richard Hughes <rhughes@redhat.com> - 1:0.10.1-1
Richard Hughes 6d74348
- Update to 0.10.1
Richard Hughes 6d74348
Richard Hughes fe94bd0
* Mon Nov 03 2014 Richard Hughes <richard@hughsie.com> - 1:0.10.0-4
Richard Hughes fe94bd0
- Use updated e-d-s and bluez in non-Fedora build
Richard Hughes fe94bd0
Richard Hughes 14b2dfb
* Mon Nov 03 2014 Richard Hughes <richard@hughsie.com> - 1:0.10.0-3
Richard Hughes 14b2dfb
- Fix non-Fedora build
Richard Hughes 14b2dfb
9153c96
* Tue Sep 23 2014 Kalev Lember <kalevlember@gmail.com> - 1:0.10.0-2
9153c96
- Rebuilt for libcamel soname bump
9153c96
1ecdb0e
* Fri Sep 12 2014 Kalev Lember <kalevlember@gmail.com> - 1:0.10.0-1
1ecdb0e
- Update to 0.10.0
a045a22
- Remove lib64 rpaths
4d45838
- Tighten subpackage dependencies with the _isa macro
ccd6c58
- Drop unneeded -devel subpackage dependencies
1ecdb0e
fa3bd04
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.9.8-2
fa3bd04
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
fa3bd04
5623213
* Wed Aug 13 2014 Kalev Lember <kalevlember@gmail.com> - 1:0.9.8-1
5623213
- Update to 0.9.8
5623213
422c642
* Mon Aug 11 2014 Nils Philippsen <nils@redhat.com> - 1:0.9.7.1-4
422c642
- add missing files to file list
422c642
71e6524
* Thu Jul 31 2014 Milan Crha <mcrha@redhat.com> - 1:0.9.7.1-3
71e6524
- Rebuild against newer evolution-data-server
71e6524
3801000
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 1:0.9.7.1-2
3801000
- Rebuilt for gobject-introspection 1.41.4
3801000
Richard Hughes e5cffc1
* Tue Jun 24 2014 Richard Hughes <rhughes@redhat.com> - 1:0.9.7.1-1
Richard Hughes e5cffc1
- Update to 0.9.7.1
Richard Hughes e5cffc1
19aebb7
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.9.6-5
19aebb7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
19aebb7
f8dbcb5
* Mon Feb 03 2014 Milan Crha <mcrha@redhat.com> - 1:0.9.6-4
f8dbcb5
- Rebuild against newer evolution-data-server
f8dbcb5
7054f7c
* Tue Jan 14 2014 Milan Crha <mcrha@redhat.com> - 1:0.9.6-3
7054f7c
- Rebuild against newer evolution-data-server
7054f7c
470f079
* Mon Nov 18 2013 Brian Pepple <bpepple@fedoraproject.org> - 1:0.9.6-2
470f079
- Add patch to remove assert that was causing IRC crash. (#1031252)
470f079
Richard Hughes d8732cb
* Thu Nov 14 2013 Richard Hughes <rhughes@redhat.com> - 1:0.9.6-1
Richard Hughes d8732cb
- Update to 0.9.6
Richard Hughes d8732cb
f416e5e
* Wed Oct 23 2013 Brian Pepple <bpepple@fedoraproject.org> - 1:0.9.5-2
f416e5e
- Rebuild for latest libcamel.
f416e5e
6184350
* Tue Aug 27 2013 Brian Pepple <bpepple@fedoraproject.org> - 1:0.9.5-1
6184350
- Update to 0.9.5.
6184350
ca3d2c7
* Mon Aug 19 2013 Brian Pepple <bpepple@fedoraproject.org> - 1:0.9.4-1
ca3d2c7
- Update to 0.9.4.
ca3d2c7
- Bump minimum version of eds needed.
ca3d2c7
65fcc09
* Mon Aug 19 2013 Milan Crha <mcrha@redhat.com> - 1:0.9.3-5
65fcc09
- Rebuild against newer evolution-data-server
65fcc09
55416b8
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.9.3-4
55416b8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
55416b8
d9a03b7
* Wed Jul 10 2013 Kalev Lember <kalevlember@gmail.com> - 1:0.9.3-3
d9a03b7
- Including missing files
d9a03b7
- Disable fatal warnings to fix the build
d9a03b7
4c44464
* Tue Jul 09 2013 Brian Pepple <bpepple@fedoraproject.org> - 1:0.9.3-2
4c44464
- Rebuild for new libcamel.
4c44464
1268145
* Tue Jun 25 2013 Brian Pepple <bpepple@fedoraproject.org> - 1:0.9.3-1
1268145
- Update to 0.9.3.
ff35bbf
- Bump minimum version of zeitgeist needed.
1268145
b26bcab
* Sat Jun 22 2013 Matthias Clasen <mclasen@redhat.com> - 1:0.9.2-3
b26bcab
- Trim %%changelog
b26bcab
aa8aa0b
* Fri Jun 21 2013 Matthias Clasen <mclasen@redhat.com> - 1:0.9.2-2
aa8aa0b
- Install NEWS instead of ChangeLog (saves some space)
aa8aa0b
3bf6607
* Sat Jun  8 2013 Brian Pepple <bpepple@fedoraproject.org> - 1:0.9.2-1
3bf6607
- Update to 0.9.2.
3bf6607
- Bump minimum version of eds needed.
3bf6607
f662ae2
* Tue Apr 30 2013 Brian Pepple <bpepple@fedoraproject.org> - 1:0.9.1-2
f662ae2
- Rebuild against new eds.
f662ae2
Richard Hughes 8c6bcde
* Tue Feb 19 2013 Richard Hughes <rhughes@redhat.com> - 1:0.9.1-1
Richard Hughes 8c6bcde
- Update to 0.9.1
Richard Hughes 8c6bcde
6baa0b6
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.8.0-5
6baa0b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
6baa0b6
8bc1c74
* Fri Dec 21 2012 Kalev Lember <kalevlember@gmail.com> - 1:0.8.0-4
8bc1c74
- Rebuild for new libcamel.
8bc1c74
6cf2c97
* Tue Nov 20 2012 Milan Crha <mcrha@redhat.com> - 1:0.8.0-3
6cf2c97
- Rebuild for new libcamel.
6cf2c97
7b83c01
* Thu Oct 25 2012 Milan Crha <mcrha@redhat.com> - 1:0.8.0-2
7b83c01
- Rebuild for new libcamel.
7b83c01
8a0069f
* Thu Oct  4 2012 Brian Pepple <bpepple@fedoraproject.org> - 1:0.8.0-1
8a0069f
- Update to 0.8.0
8a0069f
- Update source url.
8a0069f
c8012be
* Wed Sep 19 2012 Kalev Lember <kalevlember@gmail.com> - 1:0.7.4.1-2
c8012be
- Silence glib-compile-schemas scriplets
c8012be
0e22419
* Wed Sep 12 2012 Brian Pepple <bpepple@fedoraproject.org> - 1:0.7.4.1-1
0e22419
- Update to 0.7.4.1.
0e22419
- Bump minimum requirement for tp-glib and vala.
0e22419
- Drop staticmember patches. Fixed upstream.
0e22419
faa7816
* Mon Aug 27 2012 Brian Pepple <bpepple@fedoraproject.org> - 1:0.7.3-2
910e0ad
- Rebuild for new libcamel.
faa7816
- Pull upstream patches to fix build errors caused by accessing static members.
910e0ad
61bb888
* Sun Jul 29 2012 Brian Pepple <bpepple@fedoraproject.org> - 1:0.7.3-1
61bb888
- Update to 0.7.3.
61bb888
2cf66d7
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.7.2.2-3
2cf66d7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2cf66d7
fbf534a
* Wed Jul 18 2012 Matthias Clasen <mclasen@redhat.com> - 1:0.7.2.2-2
fbf534a
- Rebuild
fbf534a
f85bb2e
* Tue Jul  3 2012 Brian Pepple <bpepple@fedoraproject.org> - 1:0.7.2.2-1
f85bb2e
- Update to 0.7.2.2.
f85bb2e
- Update eds version needed.
f85bb2e
d317a70
* Thu Jun 28 2012 Brian Pepple <bpepple@fedoraproject.org> - 1:0.7.2.1-1
d317a70
- Update to 0.7.2.1.
d317a70
- Drop book-uid patch. Fixed upstream.
d317a70
- Bump minimum version of eds needed.
d317a70
b02c339
* Mon Jun 25 2012 Matthias Clasen <mclasen@redhat.com> - 1:0.7.1-2
b02c339
- Update for e-d-s api change
b02c339
cb66bcb
* Mon Jun 18 2012 Brian Pepple <bpepple@fedoraproject.org> - 1:0.7.1-1
cb66bcb
- Update to 0.7.1.
cb66bcb
- Bump version of eds and tp-glib needed.
cb66bcb
- Add BR on libzeitgeist-devel.
cb66bcb
bd54ebd
* Wed Jun 13 2012 Cosimo Cecchi <cosimoc@redhat.com> - 1:0.7.0-2
bd54ebd
- Disable libsocialweb backend
bd54ebd
4355e34
* Tue Apr 17 2012 Brian Pepple <bpepple@fedoraproject.org> - 1:0.7.0-1
4355e34
- Update to 0.7.0.
4355e34
- Update source url.
4355e34
791f17a
* Mon Apr 16 2012 Brian Pepple <bpepple@fedoraproject.org> - 1:0.6.9-1
791f17a
- Update to 0.6.9.
791f17a
- Drop patch that fixed account sync crash. Fixed upstream.
791f17a
0e3f6ad
* Thu Apr  5 2012 Brian Pepple <bpepple@fedoraproject.org> - 1:0.6.8-4
0e3f6ad
- Enable inspect tool (#810098)
52ea0fb
- Add BR on readline-devel.
0e3f6ad
b0f89cf
* Tue Apr 03 2012 Brian Pepple <bpepple@fedoraproject.org> - 1:0.6.8-3
b0f89cf
- Rebuild against new tp-glib.
b0f89cf
0ab3dd0
* Fri Mar 30 2012 Brian Pepple <bpepple@fedoraproject.org> - 1:0.6.8-2
0ab3dd0
- Backport patch to fix crash cause by TpAccount are out of sync.
0ab3dd0
- Bump minimum version of tp-glib needed.
0ab3dd0
ba23966
* Mon Mar 26 2012 Brian Pepple <bpepple@fedoraproject.org> - 1:0.6.8-1
ba23966
- Update to 0.6.8.
ba23966
- Bump minimum verions of libsocialweb-devel and vala-devel.
ba23966
be9a087
* Wed Feb 22 2012 Brian Pepple <bpepple@fedoraproject.org> - 1:0.6.7-1
be9a087
- Update to 0.6.7.
be9a087
4169efa
* Mon Feb 6 2012 Brian Pepple <bpepple@fedoraproject.org> 1:0.6.6-3
4169efa
- Rebuild for new eds.
4169efa
4f03017
* Sun Jan 08 2012 Brian Pepple <bpepple@fedoraproject.org> - 1:0.6.6-2
4f03017
- Rebuild for new gcc.
4f03017
3451e7d
* Wed Dec 14 2011 Brian Pepple <bpepple@fedoraproject.org> - 1:0.6.6-1
3451e7d
- Update to 0.6.6.
3451e7d
- Drop name details non-null patch. Fixed upstream.
3451e7d
e2ce685
* Wed Nov 30 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 1:0.6.5-4
e2ce685
- Move the vala vapi files to the devel package where they should be and add the appropriate requires
e2ce685
312ad3f
* Sun Nov 27 2011 Colin Walters <walters@verbum.org> - 1:0.6.5-3
Colin Walters fd76303
- Add patch from git to fix gnome-shell crashes
Colin Walters fd76303
d517cb6
* Tue Nov 22 2011 Brian Pepple <bpepple@fedoraproject.org> - 1:0.6.5-2
d517cb6
- Rebuild against new eds
d517cb6
d0f6584
* Fri Nov 11 2011 Brian Pepple <bpepple@fedoraproject.org> - 1:0.6.5-1
d0f6584
- Update to 0.6.5.
d0f6584
939616b
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.6.4.1-3
939616b
- Rebuilt for glibc bug#747377
939616b
5f6bb9c
* Mon Oct 24 2011 Brian Pepple <bpepple@fedoraproject.org> - 1:0.6.4.1-2
5f6bb9c
- Rebuld against libcamel.
5f6bb9c
a7196f2
* Tue Oct 18 2011 Brian Pepple <bpepple@fedoraproject.org> - 1:0.6.4.1-1
a7196f2
- Update to 0.6.4.1.
a7196f2
e95a4a0
* Tue Oct 18 2011 Brian Pepple <bpepple@fedoraproject.org> - 1:0.6.4-1
e95a4a0
- Update to 0.6.4.
e95a4a0
645a969
* Mon Sep 26 2011 Brian Pepple <bpepple@fedoraproject.org> - 1:0.6.3.2-1
645a969
- Update to 0.6.3.2.
645a969
9bf64fe
* Sun Sep 25 2011 Brian Pepple <bpepple@fedoraproject.org> - 1:0.6.3.1-1
9bf64fe
- Update to 0.6.3.1.
9bf64fe
- Drop typelib patch. Fixed upstream.
9bf64fe
df4bf4b
* Wed Sep 21 2011 Matthias Clasen <mclasen@redhat.com> - 1:0.6.3-2
df4bf4b
- Fix another typelib problem
df4bf4b
cd7fc4c
* Mon Sep 19 2011 Brian Pepple <bpepple@fedoraproject.org> - 1:0.6.3-1
cd7fc4c
- Update to 0.6.3.
cd7fc4c
- Drop typelib patch. Fixed upstream.
cd7fc4c
Owen W. Taylor 98afc07
* Wed Sep 14 2011 Owen Taylor <otaylor@redhat.com> - 1:0.6.2.1-2
Owen W. Taylor 98afc07
- Really fix the typelib to embed the right .so file
Owen W. Taylor 98afc07
b538c2b
* Thu Sep  8 2011 Matthias Clasen <mclasen@redhat.com> - 1:0.6.2.1-1
b538c2b
- Really fix the reentrancy problem, by using 0.6.2.1
b538c2b
7ac98ae
* Thu Sep  8 2011 Matthias Clasen <mclasen@redhat.com> - 1:0.6.2-2
7ac98ae
- Fix a reentrancy problem that causes gnome-shell to crash
7ac98ae
08b6773
* Thu Sep  8 2011 Matthias Clasen <mclasen@redhat.com> - 1:0.6.2-1
ebfc209
- Update to 0.6.2.1
ebfc209
99f7af4
* Thu Sep  8 2011 Brian Pepple <bpepple@fedoraproject.org> - 1:0.6.2-1
08b6773
- Update to 0.6.2
99f7af4
- Use old libgee api.
08b6773
a4a6816
* Wed Sep  7 2011 Matthias Clasen <mclasen@redhat.com> - 1:0.6.1-4
a4a6816
- Try again
a4a6816
cce224d
* Tue Sep 06 2011 Brian Pepple <bpepple@fedoraproject.org> - 1:0.6.1-3
cce224d
- Rebuld against new libcamel.
cce224d
fcd4a1a
* Thu Sep  1 2011 Matthias Clasen <mclasen@redhat.com> - 1:0.6.1-2
fcd4a1a
- Fix up the typelib
fcd4a1a
3dff3c2
* Mon Aug 29 2011 Brian Pepple <bpepple@fedoraproject.org> - 1:0.6.1-1
3dff3c2
- Update to 0.6.1.
3dff3c2
- Drop EDS patch. Fixed upstream.
3dff3c2
ca85451
* Mon Aug 29 2011 Milan Crha <mcrha@redhat.com> - 1:0.6.0-6
ca85451
- Rebuild against newer evolution-data-server
ca85451
669d74e
* Fri Aug 19 2011 Matthias Clasen <mclasen@redhat.com> - 1:0.6.0-4
ef2e82f
- Try again to rebuild
ef2e82f
ba68686
* Tue Aug 16 2011 Brian Pepple <bpepple@fedoraproject.org> - 1:0.6.0-2
ba68686
- Rebuld for new eds
ba68686
19e22ff
* Sat Aug 13 2011 Brian Pepple <bpepple@fedoraproject.org> - 1:0.6.0-1
19e22ff
- Update to 0.6.0.
19e22ff
- Update source url.
19e22ff
- Add BR on eds-devel and libsocialweb-devel.
19e22ff
d415295
* Fri Jun 10 2011 Brian Pepple <bpepple@fedoraproject.org> - 1:0.5.2-1
d415295
- Update to 0.5.2.
7376d46
- Add BR on GConf2-devel.
d415295
522b86f
* Wed Mar 23 2011 Brian Pepple <bpepple@fedoraproject.org> - 1:0.4.2-1
522b86f
- Update to 0.4.2.
522b86f
1dd9c0c
* Fri Mar 18 2011 Brian Pepple <bpepple@fedoraproject.org> - 1:0.4.1-1
1dd9c0c
- Update to 0.4.1.
1dd9c0c
c1b440f
* Thu Mar 17 2011 Brian Pepple <bpepple@fedoraproject.org> - 1:0.4.0-2
c1b440f
- Update source url.
c1b440f
bd4b1d9
* Thu Mar 17 2011 Brian Pepple <bpepple@fedoraproject.org> - 1:0.4.0-1
bd4b1d9
- Update to 0.4.0.
bd4b1d9
d2bb929
* Mon Feb 14 2011 Brian Pepple <bpepple@fedoraproject.org> - 1:0.3.6-1
d2bb929
- Update to 0.3.6.
d2bb929
7989654
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.3.4-2
7989654
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
7989654
13e9886
* Mon Jan 31 2011 Brian Pepple <bpepple@fedoraproject.org> - 1:0.3.4-1
13e9886
- Update to 0.3.4.
13e9886
df82cbe
* Tue Dec 14 2010 Brian Pepple <bpepple@fedoraproject.org> - 1:0.3.3-1
df82cbe
- Update to 0.3.3.
df82cbe
a9746a7
* Sun Nov 14 2010 Brian Pepple <bpepple@fedoraproject.org> - 1:0.3.2-1
a9746a7
- Update to 0.3.2.
a9746a7
- Update min version of tp-glib.
a9746a7
- Update source url.
a9746a7
- Drop dso linking patch. Fixed upstream.
a9746a7
bfb63d0
* Fri Oct 29 2010 Brian Pepple <bpepple@fedoraproject.org> - 1:0.2.1-1
bfb63d0
- Update to 0.2.1.
bfb63d0
- Add patch to fix dso linking. (fdo #633511)
bfb63d0
694140c
* Fri Oct 29 2010 Brian Pepple <bpepple@fedoraproject.org> - 1:0.2.0-4
694140c
- Add epoch to devel subpackage requires.
694140c
f079882
* Mon Oct 25 2010 Brian Pepple <bpepple@fedoraproject.org> - 1:0.2.0-3
f079882
- Revert back to 0.2.x until gtk-2.92.1 or greater is in rawhide.
f079882
0d939b1
* Wed Oct 20 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.3.1-1
0d939b1
- Update to 0.3.1.
0d939b1
- Update source url.
0d939b1
- Update tp-glib version required.
0d939b1
Jesse Keating b2760bf
* Wed Sep 29 2010 jkeating - 0.2.0-2
Jesse Keating b2760bf
- Rebuilt for gcc bug 634757
Jesse Keating b2760bf
a404085
* Sat Sep 25 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.2.0-1
a404085
- Update to 0.2.0.
a404085
- Add missing requires to devel subpackage.
a404085
- Drop DSO linkng patch. Fixed upstream.
a404085
6791f27
* Sun Sep 12 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.1.17-1
6791f27
- Update to 0.1.17.
6791f27
- Add patch to fix DSO linking for import tool.
6791f27
- Add BR on libxml2-devel so import tool is built.
6791f27
7d0d4db
* Wed Sep  1 2010 Yanko Kaneti <yaneti@declera.com> 0.1.16-1
7d0d4db
- New upstream release.
7d0d4db
9ae1e8b
* Thu Aug 30 2010 Yanko Kaneti <yaneti@declera.com> 0.1.15-1
9ae1e8b
- New upstream release. Drop the RPATH hacks.
9ae1e8b
b55663e
* Thu Aug 19 2010 Yanko Kaneti <yaneti@declera.com> 0.1.14.1-1
b55663e
- New upstream release. Requires vala >= 0.9.6
b55663e
b9ff690
* Thu Aug 19 2010 Yanko Kaneti <yaneti@declera.com> 0.1.14-2
b9ff690
- Use chrpath to remove the lingering RPATH because the guidelines
b9ff690
  recomended sed makes libtool incapable of building the tp-lowlevel.gir.
b9ff690
  Better solution welcome.
b9ff690
b9ff690
* Wed Aug 18 2010 Yanko Kaneti <yaneti@declera.com> 0.1.14-1
b9ff690
- New upstream. Remove patch and libtool hack.
b9ff690
b9ff690
* Tue Aug 17 2010 Yanko Kaneti <yaneti@declera.com> 0.1.13-4
b9ff690
- Add BR: vala-tools
b9ff690
b9ff690
* Tue Aug 17 2010 Yanko Kaneti <yaneti@declera.com> 0.1.13-3
b9ff690
- Update for the available telepathy-glib vala packaging
b9ff690
b9ff690
* Thu Aug 12 2010 Yanko Kaneti <yaneti@declera.com> 0.1.13-2
b9ff690
- Add BR: libgee-devel
b9ff690
b9ff690
* Thu Aug 12 2010 Yanko Kaneti <yaneti@declera.com> 0.1.13-1
b9ff690
- New upstream release
b9ff690
- Autofoo for the new vala api versioning
b9ff690
b9ff690
* Tue Aug  3 2010 Yanko Kaneti <yaneti@declera.com> 0.1.12-1
b9ff690
- New upstream release
b9ff690
b9ff690
* Mon Aug  2 2010 Yanko Kaneti <yaneti@declera.com> 0.1.11-1
b9ff690
- Packaged for review