Blame SPECS/folks.spec

fc1222
%global _changelog_trimtime %(date +%s -d "1 year ago")
fc1222
fc1222
%define tp_glib_ver	0.19.0
fc1222
fc1222
Name:           folks
fc1222
Epoch:          1
fc1222
Version:        0.11.4
fc1222
Release:        1%{?dist}
fc1222
Summary:        GObject contact aggregation library
fc1222
fc1222
License:        LGPLv2+
fc1222
URL:            http://telepathy.freedesktop.org/wiki/Folks
fc1222
Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.11/%{name}-%{version}.tar.xz
fc1222
fc1222
BuildRequires:  chrpath
fc1222
BuildRequires:  telepathy-glib-devel >= %{tp_glib_ver}
fc1222
BuildRequires:  telepathy-glib-vala
fc1222
BuildRequires:  glib2-devel
fc1222
BuildRequires:  gobject-introspection-devel
fc1222
BuildRequires:  intltool
fc1222
BuildRequires:  vala-devel >= 0.17.6
fc1222
BuildRequires:  vala
fc1222
BuildRequires:  libxml2-devel
fc1222
BuildRequires:  GConf2-devel
fc1222
BuildRequires:  evolution-data-server-devel >= 3.13.90
fc1222
BuildRequires:  readline-devel
fc1222
## BuildRequires: tracker-devel >= 0.10
fc1222
BuildRequires:  pkgconfig(gee-0.8) >= 0.8.4
fc1222
fc1222
%description
fc1222
libfolks is a library that aggregates people from multiple sources (e.g.
fc1222
Telepathy connection managers and eventually evolution data server,
fc1222
Facebook, etc.) to create meta-contacts.
fc1222
fc1222
fc1222
%package        tools
fc1222
Summary:        Tools for %{name}
fc1222
Requires:       %{name}%{?_isa} = %{epoch}:%{version}-%{release}
fc1222
fc1222
%description    tools
fc1222
%{name}-tools contains a database and import tool.
fc1222
fc1222
fc1222
%package        devel
fc1222
Summary:        Development files for %{name}
fc1222
Requires:       %{name}%{?_isa} = %{epoch}:%{version}-%{release}
fc1222
Requires:       %{name}-tools%{?_isa} = %{epoch}:%{version}-%{release}
fc1222
fc1222
%description    devel
fc1222
The %{name}-devel package contains libraries and header files for
fc1222
developing applications that use %{name}.
fc1222
fc1222
fc1222
%prep
fc1222
%setup -q
fc1222
fc1222
fc1222
%build
fc1222
%configure \
fc1222
  --disable-static \
fc1222
  --disable-fatal-warnings \
fc1222
  --enable-eds-backend \
fc1222
  --enable-bluez-backend \
fc1222
  --disable-zeitgeist \
fc1222
  --enable-vala \
fc1222
  --enable-inspect-tool \
fc1222
  --disable-libsocialweb-backend
fc1222
make %{?_smp_mflags} V=1
fc1222
fc1222
fc1222
%install
fc1222
%make_install
fc1222
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
fc1222
fc1222
# Remove lib64 rpaths
fc1222
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/folks/43/backends/key-file/key-file.so
fc1222
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/folks/43/backends/ofono/ofono.so
fc1222
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/folks/43/backends/telepathy/telepathy.so
fc1222
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/folks/43/backends/bluez/bluez.so
fc1222
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/folks/43/backends/eds/eds.so
fc1222
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/folks/43/backends/dummy/dummy.so
fc1222
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libfolks-dummy.so
fc1222
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libfolks-eds.so
fc1222
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libfolks-telepathy.so
fc1222
chrpath --delete $RPM_BUILD_ROOT%{_bindir}/folks-import
fc1222
chrpath --delete $RPM_BUILD_ROOT%{_bindir}/folks-inspect
fc1222
fc1222
%find_lang %{name}
fc1222
fc1222
fc1222
%check
fc1222
%ifnarch ppc64
fc1222
VERBOSE=1 make check
fc1222
%endif
fc1222
fc1222
fc1222
%post -p /sbin/ldconfig
fc1222
fc1222
fc1222
%postun
fc1222
/sbin/ldconfig
fc1222
if [ $1 -eq 0 ]; then
fc1222
  glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
fc1222
fi
fc1222
fc1222
fc1222
%posttrans
fc1222
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
fc1222
fc1222
fc1222
%files -f %{name}.lang
fc1222
%license COPYING
fc1222
%doc AUTHORS README NEWS
fc1222
%{_libdir}/*.so.*
fc1222
%{_libdir}/folks
fc1222
%{_libdir}/girepository-1.0/Folks-0.6.typelib
fc1222
%{_libdir}/girepository-1.0/FolksDummy-0.6.typelib
fc1222
%{_libdir}/girepository-1.0/FolksEds-0.6.typelib
fc1222
%{_libdir}/girepository-1.0/FolksTelepathy-0.6.typelib
fc1222
%{_datadir}/GConf/gsettings/folks.convert
fc1222
%{_datadir}/glib-2.0/schemas/org.freedesktop.folks.gschema.xml
fc1222
fc1222
%files tools
fc1222
%{_bindir}/%{name}-import
fc1222
%{_bindir}/%{name}-inspect
fc1222
fc1222
%files devel
fc1222
%{_includedir}/folks
fc1222
%{_libdir}/*.so
fc1222
%{_libdir}/pkgconfig/folks*.pc
fc1222
%{_datadir}/gir-1.0/Folks-0.6.gir
fc1222
%{_datadir}/gir-1.0/FolksDummy-0.6.gir
fc1222
%{_datadir}/gir-1.0/FolksEds-0.6.gir
fc1222
%{_datadir}/gir-1.0/FolksTelepathy-0.6.gir
fc1222
%dir %{_datadir}/vala
fc1222
%dir %{_datadir}/vala/vapi
fc1222
%{_datadir}/vala/vapi/%{name}*
fc1222
fc1222
fc1222
%changelog
fc1222
* Wed May 23 2018 Kalev Lember <klember@redhat.com> - 1:0.11.4-1
fc1222
- Update to 0.11.4
fc1222
- Disable tests on PPC64 to avoid timeouts
fc1222
- Resolves: #1569814
fc1222
fc1222
* Wed Sep 21 2016 Kalev Lember <klember@redhat.com> - 1:0.11.3-1
fc1222
- Update to 0.11.3
fc1222
- Resolves: #1386858
fc1222
fc1222
* Wed Jun 29 2016 Matthias Clasen <mclasen@redhat.com> - 1:0.10.1-2
fc1222
- Update translations
fc1222
- Resolves: #1304298
fc1222
fc1222
* Mon Mar 23 2015 Richard Hughes <rhughes@redhat.com> - 1:0.10.1-1
fc1222
- Update to 0.10.1
fc1222
- Resolves: #1174528
fc1222
fc1222
* Thu Mar 19 2015 Richard Hughes <rhughes@redhat.com> - 1:0.10.0-1
fc1222
- Update to 0.10.0
fc1222
- Resolves: #1174528
fc1222
fc1222
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 1:0.9.2-7
fc1222
- Mass rebuild 2014-01-24
fc1222
fc1222
* Wed Jan 22 2014 Alexander Larsson <alexl@redhat.com> - 1:0.9.2-6
fc1222
- Add translations
fc1222
  Resolves: rhbz#1030332
fc1222
fc1222
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1:0.9.2-5
fc1222
- Mass rebuild 2013-12-27
fc1222
fc1222
* Tue Jul  2 2013 Alexander Larsson <alexl@redhat.com> - 1:0.9.2-4
fc1222
- Update source url
fc1222
- Remove zeitgeist dependency (this is not in RHEL7)
fc1222
fc1222
* Sat Jun 22 2013 Matthias Clasen <mclasen@redhat.com> - 1:0.9.2-3
fc1222
- Trim %%changelog
fc1222
fc1222
* Fri Jun 21 2013 Matthias Clasen <mclasen@redhat.com> - 1:0.9.2-2
fc1222
- Install NEWS instead of ChangeLog (saves some space)
fc1222
fc1222
* Sat Jun  8 2013 Brian Pepple <bpepple@fedoraproject.org> - 1:0.9.2-1
fc1222
- Update to 0.9.2.
fc1222
- Bump minimum version of eds needed.
fc1222
fc1222
* Tue Apr 30 2013 Brian Pepple <bpepple@fedoraproject.org> - 1:0.9.1-2
fc1222
- Rebuild against new eds.
fc1222
fc1222
* Tue Feb 19 2013 Richard Hughes <rhughes@redhat.com> - 1:0.9.1-1
fc1222
- Update to 0.9.1
fc1222
fc1222
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.8.0-5
fc1222
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
fc1222
fc1222
* Fri Dec 21 2012 Kalev Lember <kalevlember@gmail.com> - 1:0.8.0-4
fc1222
- Rebuild for new libcamel.
fc1222
fc1222
* Tue Nov 20 2012 Milan Crha <mcrha@redhat.com> - 1:0.8.0-3
fc1222
- Rebuild for new libcamel.
fc1222
fc1222
* Thu Oct 25 2012 Milan Crha <mcrha@redhat.com> - 1:0.8.0-2
fc1222
- Rebuild for new libcamel.
fc1222
fc1222
* Thu Oct  4 2012 Brian Pepple <bpepple@fedoraproject.org> - 1:0.8.0-1
fc1222
- Update to 0.8.0
fc1222
- Update source url.
fc1222
fc1222
* Wed Sep 19 2012 Kalev Lember <kalevlember@gmail.com> - 1:0.7.4.1-2
fc1222
- Silence glib-compile-schemas scriplets
fc1222
fc1222
* Wed Sep 12 2012 Brian Pepple <bpepple@fedoraproject.org> - 1:0.7.4.1-1
fc1222
- Update to 0.7.4.1.
fc1222
- Bump minimum requirement for tp-glib and vala.
fc1222
- Drop staticmember patches. Fixed upstream.
fc1222
fc1222
* Mon Aug 27 2012 Brian Pepple <bpepple@fedoraproject.org> - 1:0.7.3-2
fc1222
- Rebuild for new libcamel.
fc1222
- Pull upstream patches to fix build errors caused by accessing static members.
fc1222
fc1222
* Sun Jul 29 2012 Brian Pepple <bpepple@fedoraproject.org> - 1:0.7.3-1
fc1222
- Update to 0.7.3.
fc1222
fc1222
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.7.2.2-3
fc1222
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
fc1222
fc1222
* Wed Jul 18 2012 Matthias Clasen <mclasen@redhat.com> - 1:0.7.2.2-2
fc1222
- Rebuild
fc1222
fc1222
* Tue Jul  3 2012 Brian Pepple <bpepple@fedoraproject.org> - 1:0.7.2.2-1
fc1222
- Update to 0.7.2.2.
fc1222
- Update eds version needed.
fc1222
fc1222
* Thu Jun 28 2012 Brian Pepple <bpepple@fedoraproject.org> - 1:0.7.2.1-1
fc1222
- Update to 0.7.2.1.
fc1222
- Drop book-uid patch. Fixed upstream.
fc1222
- Bump minimum version of eds needed.
fc1222
fc1222
* Mon Jun 25 2012 Matthias Clasen <mclasen@redhat.com> - 1:0.7.1-2
fc1222
- Update for e-d-s api change
fc1222
fc1222
* Mon Jun 18 2012 Brian Pepple <bpepple@fedoraproject.org> - 1:0.7.1-1
fc1222
- Update to 0.7.1.
fc1222
- Bump version of eds and tp-glib needed.
fc1222
- Add BR on libzeitgeist-devel.
fc1222
fc1222
* Wed Jun 13 2012 Cosimo Cecchi <cosimoc@redhat.com> - 1:0.7.0-2
fc1222
- Disable libsocialweb backend
fc1222
fc1222
* Tue Apr 17 2012 Brian Pepple <bpepple@fedoraproject.org> - 1:0.7.0-1
fc1222
- Update to 0.7.0.
fc1222
- Update source url.
fc1222
fc1222
* Mon Apr 16 2012 Brian Pepple <bpepple@fedoraproject.org> - 1:0.6.9-1
fc1222
- Update to 0.6.9.
fc1222
- Drop patch that fixed account sync crash. Fixed upstream.
fc1222
fc1222
* Thu Apr  5 2012 Brian Pepple <bpepple@fedoraproject.org> - 1:0.6.8-4
fc1222
- Enable inspect tool (#810098)
fc1222
- Add BR on readline-devel.
fc1222
fc1222
* Tue Apr 03 2012 Brian Pepple <bpepple@fedoraproject.org> - 1:0.6.8-3
fc1222
- Rebuild against new tp-glib.
fc1222
fc1222
* Fri Mar 30 2012 Brian Pepple <bpepple@fedoraproject.org> - 1:0.6.8-2
fc1222
- Backport patch to fix crash cause by TpAccount are out of sync.
fc1222
- Bump minimum version of tp-glib needed.
fc1222
fc1222
* Mon Mar 26 2012 Brian Pepple <bpepple@fedoraproject.org> - 1:0.6.8-1
fc1222
- Update to 0.6.8.
fc1222
- Bump minimum verions of libsocialweb-devel and vala-devel.
fc1222
fc1222
* Wed Feb 22 2012 Brian Pepple <bpepple@fedoraproject.org> - 1:0.6.7-1
fc1222
- Update to 0.6.7.
fc1222
fc1222
* Mon Feb 6 2012 Brian Pepple <bpepple@fedoraproject.org> 1:0.6.6-3
fc1222
- Rebuild for new eds.
fc1222
fc1222
* Sun Jan 08 2012 Brian Pepple <bpepple@fedoraproject.org> - 1:0.6.6-2
fc1222
- Rebuild for new gcc.
fc1222
fc1222
* Wed Dec 14 2011 Brian Pepple <bpepple@fedoraproject.org> - 1:0.6.6-1
fc1222
- Update to 0.6.6.
fc1222
- Drop name details non-null patch. Fixed upstream.
fc1222
fc1222
* Wed Nov 30 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 1:0.6.5-4
fc1222
- Move the vala vapi files to the devel package where they should be and add the appropriate requires
fc1222
fc1222
* Sun Nov 27 2011 Colin Walters <walters@verbum.org> - 1:0.6.5-3
fc1222
- Add patch from git to fix gnome-shell crashes
fc1222
fc1222
* Tue Nov 22 2011 Brian Pepple <bpepple@fedoraproject.org> - 1:0.6.5-2
fc1222
- Rebuild against new eds
fc1222
fc1222
* Fri Nov 11 2011 Brian Pepple <bpepple@fedoraproject.org> - 1:0.6.5-1
fc1222
- Update to 0.6.5.
fc1222
fc1222
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.6.4.1-3
fc1222
- Rebuilt for glibc bug#747377
fc1222
fc1222
* Mon Oct 24 2011 Brian Pepple <bpepple@fedoraproject.org> - 1:0.6.4.1-2
fc1222
- Rebuld against libcamel.
fc1222
fc1222
* Tue Oct 18 2011 Brian Pepple <bpepple@fedoraproject.org> - 1:0.6.4.1-1
fc1222
- Update to 0.6.4.1.
fc1222
fc1222
* Tue Oct 18 2011 Brian Pepple <bpepple@fedoraproject.org> - 1:0.6.4-1
fc1222
- Update to 0.6.4.
fc1222
fc1222
* Mon Sep 26 2011 Brian Pepple <bpepple@fedoraproject.org> - 1:0.6.3.2-1
fc1222
- Update to 0.6.3.2.
fc1222
fc1222
* Sun Sep 25 2011 Brian Pepple <bpepple@fedoraproject.org> - 1:0.6.3.1-1
fc1222
- Update to 0.6.3.1.
fc1222
- Drop typelib patch. Fixed upstream.
fc1222
fc1222
* Wed Sep 21 2011 Matthias Clasen <mclasen@redhat.com> - 1:0.6.3-2
fc1222
- Fix another typelib problem
fc1222
fc1222
* Mon Sep 19 2011 Brian Pepple <bpepple@fedoraproject.org> - 1:0.6.3-1
fc1222
- Update to 0.6.3.
fc1222
- Drop typelib patch. Fixed upstream.
fc1222
fc1222
* Wed Sep 14 2011 Owen Taylor <otaylor@redhat.com> - 1:0.6.2.1-2
fc1222
- Really fix the typelib to embed the right .so file
fc1222
fc1222
* Thu Sep  8 2011 Matthias Clasen <mclasen@redhat.com> - 1:0.6.2.1-1
fc1222
- Really fix the reentrancy problem, by using 0.6.2.1
fc1222
fc1222
* Thu Sep  8 2011 Matthias Clasen <mclasen@redhat.com> - 1:0.6.2-2
fc1222
- Fix a reentrancy problem that causes gnome-shell to crash
fc1222
fc1222
* Thu Sep  8 2011 Matthias Clasen <mclasen@redhat.com> - 1:0.6.2-1
fc1222
- Update to 0.6.2.1
fc1222
fc1222
* Thu Sep  8 2011 Brian Pepple <bpepple@fedoraproject.org> - 1:0.6.2-1
fc1222
- Update to 0.6.2
fc1222
- Use old libgee api.
fc1222
fc1222
* Wed Sep  7 2011 Matthias Clasen <mclasen@redhat.com> - 1:0.6.1-4
fc1222
- Try again
fc1222
fc1222
* Tue Sep 06 2011 Brian Pepple <bpepple@fedoraproject.org> - 1:0.6.1-3
fc1222
- Rebuld against new libcamel.
fc1222
fc1222
* Thu Sep  1 2011 Matthias Clasen <mclasen@redhat.com> - 1:0.6.1-2
fc1222
- Fix up the typelib
fc1222
fc1222
* Mon Aug 29 2011 Brian Pepple <bpepple@fedoraproject.org> - 1:0.6.1-1
fc1222
- Update to 0.6.1.
fc1222
- Drop EDS patch. Fixed upstream.
fc1222
fc1222
* Mon Aug 29 2011 Milan Crha <mcrha@redhat.com> - 1:0.6.0-6
fc1222
- Rebuild against newer evolution-data-server
fc1222
fc1222
* Fri Aug 19 2011 Matthias Clasen <mclasen@redhat.com> - 1:0.6.0-4
fc1222
- Try again to rebuild
fc1222
fc1222
* Tue Aug 16 2011 Brian Pepple <bpepple@fedoraproject.org> - 1:0.6.0-2
fc1222
- Rebuld for new eds
fc1222
fc1222
* Sat Aug 13 2011 Brian Pepple <bpepple@fedoraproject.org> - 1:0.6.0-1
fc1222
- Update to 0.6.0.
fc1222
- Update source url.
fc1222
- Add BR on eds-devel and libsocialweb-devel.
fc1222
fc1222
* Fri Jun 10 2011 Brian Pepple <bpepple@fedoraproject.org> - 1:0.5.2-1
fc1222
- Update to 0.5.2.
fc1222
- Add BR on GConf2-devel.
fc1222
fc1222
* Wed Mar 23 2011 Brian Pepple <bpepple@fedoraproject.org> - 1:0.4.2-1
fc1222
- Update to 0.4.2.
fc1222
fc1222
* Fri Mar 18 2011 Brian Pepple <bpepple@fedoraproject.org> - 1:0.4.1-1
fc1222
- Update to 0.4.1.
fc1222
fc1222
* Thu Mar 17 2011 Brian Pepple <bpepple@fedoraproject.org> - 1:0.4.0-2
fc1222
- Update source url.
fc1222
fc1222
* Thu Mar 17 2011 Brian Pepple <bpepple@fedoraproject.org> - 1:0.4.0-1
fc1222
- Update to 0.4.0.
fc1222
fc1222
* Mon Feb 14 2011 Brian Pepple <bpepple@fedoraproject.org> - 1:0.3.6-1
fc1222
- Update to 0.3.6.
fc1222
fc1222
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.3.4-2
fc1222
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
fc1222
fc1222
* Mon Jan 31 2011 Brian Pepple <bpepple@fedoraproject.org> - 1:0.3.4-1
fc1222
- Update to 0.3.4.
fc1222
fc1222
* Tue Dec 14 2010 Brian Pepple <bpepple@fedoraproject.org> - 1:0.3.3-1
fc1222
- Update to 0.3.3.
fc1222
fc1222
* Sun Nov 14 2010 Brian Pepple <bpepple@fedoraproject.org> - 1:0.3.2-1
fc1222
- Update to 0.3.2.
fc1222
- Update min version of tp-glib.
fc1222
- Update source url.
fc1222
- Drop dso linking patch. Fixed upstream.
fc1222
fc1222
* Fri Oct 29 2010 Brian Pepple <bpepple@fedoraproject.org> - 1:0.2.1-1
fc1222
- Update to 0.2.1.
fc1222
- Add patch to fix dso linking. (fdo #633511)
fc1222
fc1222
* Fri Oct 29 2010 Brian Pepple <bpepple@fedoraproject.org> - 1:0.2.0-4
fc1222
- Add epoch to devel subpackage requires.
fc1222
fc1222
* Mon Oct 25 2010 Brian Pepple <bpepple@fedoraproject.org> - 1:0.2.0-3
fc1222
- Revert back to 0.2.x until gtk-2.92.1 or greater is in rawhide.
fc1222
fc1222
* Wed Oct 20 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.3.1-1
fc1222
- Update to 0.3.1.
fc1222
- Update source url.
fc1222
- Update tp-glib version required.
fc1222
fc1222
* Wed Sep 29 2010 jkeating - 0.2.0-2
fc1222
- Rebuilt for gcc bug 634757
fc1222
fc1222
* Sat Sep 25 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.2.0-1
fc1222
- Update to 0.2.0.
fc1222
- Add missing requires to devel subpackage.
fc1222
- Drop DSO linkng patch. Fixed upstream.
fc1222
fc1222
* Sun Sep 12 2010 Brian Pepple <bpepple@fedoraproject.org> - 0.1.17-1
fc1222
- Update to 0.1.17.
fc1222
- Add patch to fix DSO linking for import tool.
fc1222
- Add BR on libxml2-devel so import tool is built.
fc1222
fc1222
* Wed Sep  1 2010 Yanko Kaneti <yaneti@declera.com> 0.1.16-1
fc1222
- New upstream release.
fc1222
fc1222
* Thu Aug 30 2010 Yanko Kaneti <yaneti@declera.com> 0.1.15-1
fc1222
- New upstream release. Drop the RPATH hacks.
fc1222
fc1222
* Thu Aug 19 2010 Yanko Kaneti <yaneti@declera.com> 0.1.14.1-1
fc1222
- New upstream release. Requires vala >= 0.9.6
fc1222
fc1222
* Thu Aug 19 2010 Yanko Kaneti <yaneti@declera.com> 0.1.14-2
fc1222
- Use chrpath to remove the lingering RPATH because the guidelines
fc1222
  recomended sed makes libtool incapable of building the tp-lowlevel.gir.
fc1222
  Better solution welcome.
fc1222
fc1222
* Wed Aug 18 2010 Yanko Kaneti <yaneti@declera.com> 0.1.14-1
fc1222
- New upstream. Remove patch and libtool hack.
fc1222
fc1222
* Tue Aug 17 2010 Yanko Kaneti <yaneti@declera.com> 0.1.13-4
fc1222
- Add BR: vala-tools
fc1222
fc1222
* Tue Aug 17 2010 Yanko Kaneti <yaneti@declera.com> 0.1.13-3
fc1222
- Update for the available telepathy-glib vala packaging
fc1222
fc1222
* Thu Aug 12 2010 Yanko Kaneti <yaneti@declera.com> 0.1.13-2
fc1222
- Add BR: libgee-devel
fc1222
fc1222
* Thu Aug 12 2010 Yanko Kaneti <yaneti@declera.com> 0.1.13-1
fc1222
- New upstream release
fc1222
- Autofoo for the new vala api versioning
fc1222
fc1222
* Tue Aug  3 2010 Yanko Kaneti <yaneti@declera.com> 0.1.12-1
fc1222
- New upstream release
fc1222
fc1222
* Mon Aug  2 2010 Yanko Kaneti <yaneti@declera.com> 0.1.11-1
fc1222
- Packaged for review