diff --git a/.gitignore b/.gitignore index a828454..de60a0a 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ folks-0.6.7.tar.xz /folks-0.7.2.2.tar.xz /folks-0.7.3.tar.xz /folks-0.7.4.1.tar.xz +/folks-0.8.0.tar.xz diff --git a/folks.spec b/folks.spec index 2dc6cc4..33efae5 100644 --- a/folks.spec +++ b/folks.spec @@ -3,14 +3,14 @@ Name: folks Epoch: 1 -Version: 0.7.4.1 -Release: 2%{?dist} +Version: 0.8.0 +Release: 1%{?dist} Summary: GObject contact aggregation library Group: System Environment/Libraries License: LGPLv2+ URL: http://telepathy.freedesktop.org/wiki/Folks -Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.7/%{name}-%{version}.tar.xz +Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.8/%{name}-%{version}.tar.xz BuildRequires: telepathy-glib-devel >= %{tp_glib_ver} BuildRequires: telepathy-glib-vala @@ -83,9 +83,11 @@ if [ $1 -eq 0 ]; then glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : fi + %posttrans glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : + %files -f %{name}.lang %doc AUTHORS ChangeLog COPYING README %{_libdir}/*.so.* @@ -107,6 +109,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %changelog +* Thu Oct 4 2012 Brian Pepple - 1:0.8.0-1 +- Update to 0.8.0 +- Update source url. + * Wed Sep 19 2012 Kalev Lember - 1:0.7.4.1-2 - Silence glib-compile-schemas scriplets diff --git a/sources b/sources index fba0004..8b15d32 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -629d9495aba8f63386d5c24606c8839f folks-0.7.4.1.tar.xz +5664f85c4acdda2934cbd08a9d3d78e3 folks-0.8.0.tar.xz