[telepathy-glib/f17] Update to 0.18.2. Drop defattr in file sections. Drop retry_features patch. Fixed upstream.

Brian Pepple bpepple at fedoraproject.org
Sat Jul 28 13:43:17 UTC 2012


commit 3e57bbd1442e000baa51c745479df563b5d2591d
Author: Brian Pepple <bpepple at fedoraproject.org>
Date:   Sat Jul 28 09:42:27 2012 -0400

    Update to 0.18.2.
    Drop defattr in file sections.
    Drop retry_features patch. Fixed upstream.

 .gitignore           |    1 +
 retry_features.patch |  257 --------------------------------------------------
 sources              |    2 +-
 telepathy-glib.spec  |   14 ++--
 4 files changed, 9 insertions(+), 265 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9f82a90..0c79b5a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -47,3 +47,4 @@ telepathy-glib-0.11.13.tar.gz
 /telepathy-glib-0.17.7.tar.gz
 /telepathy-glib-0.18.0.tar.gz
 /telepathy-glib-0.18.1.tar.gz
+/telepathy-glib-0.18.2.tar.gz
diff --git a/sources b/sources
index d84b88c..d82ecd2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-461732739e3fbf8467991bbe661fb29a  telepathy-glib-0.18.1.tar.gz
+034ec8e4c3a60d4ba1da67952ef3ee2f  telepathy-glib-0.18.2.tar.gz
diff --git a/telepathy-glib.spec b/telepathy-glib.spec
index 983ff9e..55a082a 100644
--- a/telepathy-glib.spec
+++ b/telepathy-glib.spec
@@ -5,15 +5,14 @@
 %define vala_ver	0.14.0
 
 Name:           telepathy-glib
-Version:        0.18.1
-Release:        2%{?dist}
+Version:        0.18.2
+Release:        1%{?dist}
 Summary:        GLib bindings for Telepathy
 
 Group:          System Environment/Libraries
 License:        LGPLv2+
 URL:            http://telepathy.freedesktop.org/wiki/FrontPage
 Source0:        http://telepathy.freedesktop.org/releases/%{name}/%{name}-%{version}.tar.gz
-Patch0:         retry_features.patch
 
 BuildRequires:  gtk-doc >= 1.17
 BuildRequires:  dbus-devel >= %{dbus_ver}
@@ -61,7 +60,6 @@ developing applications that use %{name}.
 
 %prep
 %setup -q
-%patch0 -p1 -b .features
 
 
 %check
@@ -86,20 +84,17 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
 
 %files
-%defattr(-,root,root,-)
 %doc AUTHORS COPYING README NEWS
 %{_libdir}/libtelepathy-glib*.so.*
 %{_libdir}/girepository-1.0/TelepathyGLib-0.12.typelib
 
 
 %files vala
-%defattr(-,root,root,-)
 %{_datadir}/vala/vapi/telepathy-glib.deps
 %{_datadir}/vala/vapi/telepathy-glib.vapi
 
 
 %files devel
-%defattr(-,root,root,-)
 %doc %{_datadir}/gtk-doc/html/%{name}/
 %{_libdir}/libtelepathy-glib.so
 %{_libdir}/pkgconfig/*.pc
@@ -108,6 +103,11 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
 
 %changelog
+* Sat Jul 28 2012 Brian Pepple <bpepple at fedoraproject.org> - 0.18.2-1
+- Update to 0.18.2.
+- Drop defattr in file sections.
+- Drop retry_features patch. Fixed upstream.
+
 * Thu Jun 21 2012 Brian Pepple <bpepple at fedoraproject.org> - 0.18.1-2
 - Backport patch that gives features a second chance to be prepared.
 


More information about the scm-commits mailing list