31deb26
%global folks_module_version 26
9f39a8a
b9ff690
Name:           folks
330c59e
Epoch:          1
c979de6
Version:        0.15.9
f23dfd2
Release:        1%{?dist}
b9ff690
Summary:        GObject contact aggregation library
b9ff690
0ca90c9
License:        LGPL-2.1-or-later
74d9da0
URL:            https://wiki.gnome.org/Projects/Folks
31deb26
Source0:        https://download.gnome.org/sources/folks/0.15/folks-%{version}.tar.xz
b29b756
Phil Wyett 2efad5f
BuildRequires:  gcc
Phil Wyett 2efad5f
BuildRequires:  gettext
192754b
BuildRequires:  gobject-introspection-devel
cc40934
BuildRequires:  meson
Phil Wyett 2efad5f
BuildRequires:  python3-dbusmock
Phil Wyett 2efad5f
BuildRequires:  python3-devel
52ea0fb
BuildRequires:  readline-devel
d78ed1c
BuildRequires:  telepathy-glib-vala
Phil Wyett 2efad5f
BuildRequires:  vala
cc40934
BuildRequires:  pkgconfig(dbus-glib-1)
cc40934
BuildRequires:  pkgconfig(gee-0.8) >= 0.8.4
cc40934
BuildRequires:  pkgconfig(gio-2.0)
cc40934
BuildRequires:  pkgconfig(libedataserver-1.2) >= 3.33.2
cc40934
BuildRequires:  pkgconfig(libxml-2.0)
cc40934
BuildRequires:  pkgconfig(telepathy-glib)
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
d78ed1c
%package        telepathy
d78ed1c
Summary:        Folks telepathy backend
d78ed1c
Requires:       %{name}%{?_isa} = %{epoch}:%{version}-%{release}
d78ed1c
d78ed1c
%description    telepathy
d78ed1c
%{name}-telepathy contains the folks telepathy backend.
d78ed1c
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
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
%prep
54262ba
%autosetup -p1
b9ff690
b9ff690
%build
Phil Wyett 2efad5f
%meson
Phil Wyett 2efad5f
%meson_build
b9ff690
b9ff690
%install
Phil Wyett 2efad5f
%meson_install
Phil Wyett 2efad5f
a9746a7
%find_lang %{name}
b9ff690
a9746a7
%files -f %{name}.lang
ee362ab
%license COPYING
Phil Wyett 2efad5f
%doc AUTHORS NEWS
31deb26
%{_libdir}/libfolks-dummy.so.26*
31deb26
%{_libdir}/libfolks-eds.so.26*
31deb26
%{_libdir}/libfolks.so.26*
d78ed1c
%dir %{_libdir}/folks
9f39a8a
%dir %{_libdir}/folks/%{folks_module_version}
9f39a8a
%dir %{_libdir}/folks/%{folks_module_version}/backends
9f39a8a
%{_libdir}/folks/%{folks_module_version}/backends/bluez/
9f39a8a
%{_libdir}/folks/%{folks_module_version}/backends/dummy/
9f39a8a
%{_libdir}/folks/%{folks_module_version}/backends/eds/
9f39a8a
%{_libdir}/folks/%{folks_module_version}/backends/key-file/
9f39a8a
%{_libdir}/folks/%{folks_module_version}/backends/ofono/
31deb26
%{_libdir}/girepository-1.0/Folks-0.7.typelib
31deb26
%{_libdir}/girepository-1.0/FolksDummy-0.7.typelib
31deb26
%{_libdir}/girepository-1.0/FolksEds-0.7.typelib
b29b756
%{_datadir}/GConf/gsettings/folks.convert
37f91c8
%{_datadir}/glib-2.0/schemas/org.freedesktop.folks.gschema.xml
b9ff690
d78ed1c
%files telepathy
31deb26
%{_libdir}/libfolks-telepathy.so.26*
9f39a8a
%{_libdir}/folks/%{folks_module_version}/backends/telepathy
31deb26
%{_libdir}/girepository-1.0/FolksTelepathy-0.7.typelib
d78ed1c
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
31deb26
%{_datadir}/gir-1.0/Folks-0.7.gir
31deb26
%{_datadir}/gir-1.0/FolksDummy-0.7.gir
31deb26
%{_datadir}/gir-1.0/FolksEds-0.7.gir
31deb26
%{_datadir}/gir-1.0/FolksTelepathy-0.7.gir
ccd6c58
%dir %{_datadir}/vala
ccd6c58
%dir %{_datadir}/vala/vapi
e2ce685
%{_datadir}/vala/vapi/%{name}*
b9ff690
b9ff690
%changelog
c979de6
* Tue Apr 23 2024 David King <amigadave@amigadave.com> - 1:0.15.9-1
c979de6
- Update to 0.15.9
c979de6
f23dfd2
* Thu Jan 11 2024 Kalev Lember <klember@redhat.com> - 1:0.15.7-1
f23dfd2
- Update to 0.15.7
f23dfd2
46ddcfa
* Wed Aug 16 2023 Florian Weimer <fweimer@redhat.com> - 1:0.15.6-3
46ddcfa
- Drop C89 exception (#2159284)
46ddcfa
1eb5ee2
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.15.6-2
1eb5ee2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
1eb5ee2
0ca90c9
* Mon Mar 06 2023 David King <amigadave@amigadave.com> - 1:0.15.6-1
0ca90c9
- Update to 0.15.6
0ca90c9
9e1de7c
* Fri Feb 24 2023 Florian Weimer <fweimer@redhat.com> - 1:0.15.5-5
9e1de7c
- Build in C89 mode due to Vala limiation (#2159284)
9e1de7c
56d65bf
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.15.5-4
56d65bf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
56d65bf
87dd731
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.15.5-3
87dd731
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
87dd731
27c7784
* Tue Jul 19 2022 Kalev Lember <klember@redhat.com> - 1:0.15.5-2
27c7784
- Rebuilt for evolution-data-server soname bump
27c7784
cc40934
* Wed Mar 23 2022 David King <amigadave@amigadave.com> - 1:0.15.5-1
cc40934
- Update to 0.15.5
cc40934
Jeff Law 2a4c71a
* Sat Feb 12 2022 Jeff Law <jeffreyalaw@gmail.com> - 1:0.15.4-3
Jeff Law 2a4c71a
- Re-enable LTO
Jeff Law 2a4c71a
44162ea
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.15.4-2
44162ea
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
44162ea
fd53492
* Tue Jan 18 2022 David King <amigadave@amigadave.com> - 1:0.15.4-1
fd53492
- Update to 0.15.4
fd53492
fc24e2c
* Tue Aug 03 2021 Kalev Lember <klember@redhat.com> - 1:0.15.3-1
fc24e2c
- Update to 0.15.3
fc24e2c
e740392
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.15.2-3
e740392
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
e740392
00c7e72
* Tue Feb 16 2021 Kalev Lember <klember@redhat.com> - 1:0.15.2-2
00c7e72
- Drop temporary ABI compat
00c7e72
31deb26
* Tue Feb 16 2021 Kalev Lember <klember@redhat.com> - 1:0.15.2-1
31deb26
- Update to 0.15.2
31deb26
fddea8f
* Fri Feb 12 2021 Milan Crha <mcrha@redhat.com> - 1:0.14.0-7
fddea8f
- Rebuilt for evolution-data-server soname version bump
fddea8f
b7a3d06
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.14.0-6
b7a3d06
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
b7a3d06
10096cd
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.14.0-5
10096cd
- Second attempt - Rebuilt for
10096cd
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
10096cd
a1c8a92
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.14.0-4
a1c8a92
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
a1c8a92
e7b2552
* Mon Jul 20 2020 Jeff Law <law@redhat.com> - 1:0.14.0-3
e7b2552
- Disable LTO
e7b2552
d5eb016
* Tue Jul 07 2020 Milan Crha <mcrha@redhat.com> - 1:0.14.0-2
5cebbc6
- Rebuilt for evolution-data-server soname version bump
5cebbc6
ad53002
* Wed Mar 11 2020 Kalev Lember <klember@redhat.com> - 1:0.14.0-1
ad53002
- Update to 0.14.0
74d9da0
- Update download URLs
ad53002
b29b756
* Tue Feb 04 2020 Kalev Lember <klember@redhat.com> - 1:0.13.2-1
b29b756
- Update to 0.13.2
c87b28a
- Clean up some more cruft left over from autotools build
88e4e4f
- No longer require python2 for building
b29b756
31c4d64
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.13.1-3
31c4d64
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
31c4d64
767d771
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.13.1-2
767d771
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
767d771
84d04b5
* Fri Jun 21 2019 Kalev Lember <klember@redhat.com> - 1:0.13.1-1
84d04b5
- Update to 0.13.1
84d04b5
0d353fc
* Thu May 23 2019 Adam Williamson <awilliam@redhat.com> - 1:0.12.1-2
0d353fc
- Add patch to extend test timeout to fix build fails
0d353fc
0d353fc
* Tue May 21 2019 Milan Crha <mcrha@redhat.com>
54262ba
- Add patch to adapt to evolution-data-server's libebook API changes
54262ba
Phil Wyett 2efad5f
* Tue Apr 30 2019 Phil Wyett <philwyett@kathenas.org> - 1:0.12.1-1
Phil Wyett 2efad5f
- Update to 0.12.1
Phil Wyett 2efad5f
- Convert to meson build
Phil Wyett 2efad5f
- Fix and cleanup dependencies
Phil Wyett 2efad5f
c0fe6a6
* Tue Feb 19 2019 Kalev Lember <klember@redhat.com> - 1:0.11.4-15
c0fe6a6
- Rebuilt against fixed atk (#1626575)
c0fe6a6
e46a749
* Sun Feb 17 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1:0.11.4-14
e46a749
- Rebuild for readline 8.0
e46a749
0d84710
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.11.4-13
0d84710
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
0d84710
d78ed1c
* Wed Jan 16 2019 Pete Walter <pwalter@fedoraproject.org> - 1:0.11.4-12
d78ed1c
- Enable telepathy backend again and split it out to folks-telepathy subpackage
d78ed1c
cc1f997
* Mon Jan 07 2019 Milan Crha <mcrha@redhat.com> - 1:0.11.4-11
cc1f997
- Rebuilt for evolution-data-server soname bump
cc1f997
- Add /usr/bin/dbus-daemon into the BuildRequires (for tests)
cc1f997
Debarshi Ray 5bcad83
* Wed Nov 28 2018 Debarshi Ray <rishi@fedoraproject.org> - 1:0.11.4-10
Debarshi Ray 5bcad83
- Disable Telepathy backend (RH #1654208)
Debarshi Ray 5bcad83
2a704fa
* Mon Nov 12 2018 Milan Crha <mcrha@redhat.com> - 1:0.11.4-9
2a704fa
- Rebuilt for evolution-data-server soname bump
2a704fa
1e29351
* Tue Jul 31 2018 Florian Weimer <fweimer@redhat.com> - 1:0.11.4-8
1e29351
- Rebuild with fixed binutils
1e29351
d8d8317
* Fri Jul 27 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1:0.11.4-7
d8d8317
- Rebuild for new binutils
d8d8317
5f90684
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.11.4-6
5f90684
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
5f90684
a4f6723
* Wed Feb 07 2018 Kalev Lember <klember@redhat.com> - 1:0.11.4-5
a4f6723
- Rebuilt for evolution-data-server soname bump
a4f6723
e565e18
* Tue Jan 16 2018 Marek Kasik <mkasik@redhat.com> - 1:0.11.4-4
e565e18
- Enable unit tests
e565e18
- Resolves: #1502676
e565e18
2840d4c
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.11.4-3
2840d4c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
2840d4c
b50bc21
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.11.4-2
b50bc21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
b50bc21
Bastien Nocera abfcbbd
* Wed Jul 05 2017 Bastien Nocera <bnocera@redhat.com> - 0.11.4-1
Bastien Nocera abfcbbd
+ folks-0.11.4-1
Bastien Nocera abfcbbd
- Update to 0.11.4
Bastien Nocera abfcbbd
ab45315
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.11.3-5
ab45315
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
ab45315
Igor Gnatenko eb3ff3e
* Thu Jan 12 2017 Igor Gnatenko <ignatenko@redhat.com> - 1:0.11.3-4
Igor Gnatenko eb3ff3e
- Rebuild for readline 7.x
Igor Gnatenko eb3ff3e
90dbc63
* Tue Oct 25 2016 Milan Crha <mcrha@redhat.com> - 1:0.11.3-3
90dbc63
- Rebuild for newer evolution-data-server
90dbc63
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