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