[liboauth/f17] Update to 0.9.7

Michel Alexandre Salim salimma at fedoraproject.org
Sun Sep 2 05:21:59 UTC 2012


commit 80bf04503e0ca4e32c245d4d2845801122ea840a
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Sun Sep 2 12:02:16 2012 +0700

    Update to 0.9.7

 .gitignore    |    2 +-
 liboauth.spec |    9 ++++++++-
 sources       |    2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ec6de15..fda1c9b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/liboauth-0.9.6.tar.gz
+/liboauth-0.9.7.tar.gz
diff --git a/liboauth.spec b/liboauth.spec
index 1d3f9f9..0552c21 100644
--- a/liboauth.spec
+++ b/liboauth.spec
@@ -1,5 +1,5 @@
 Name:           liboauth
-Version:        0.9.6
+Version:        0.9.7
 Release:        1%{?dist}
 Summary:        OAuth library functions
 
@@ -7,7 +7,9 @@ Group:          System Environment/Libraries
 License:        MIT
 URL:            http://liboauth.sourceforge.net/
 Source0:        http://liboauth.sourceforge.net/pool/liboauth-%{version}.tar.gz
+%if 0%{?el5}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+%endif
 
 BuildRequires:  curl-devel nss-devel
 #Requires:       
@@ -43,7 +45,9 @@ make %{?_smp_mflags}
 
 
 %install
+%if 0%{?el5}
 rm -rf $RPM_BUILD_ROOT
+%endif
 make install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
@@ -72,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Sep  2 2012 Michel Salim <salimma at fedoraproject.org> - 0.9.7-1
+- Update to 0.9.7
+
 * Tue Jan 31 2012 Michel Salim <salimma at fedoraproject.org> - 0.9.6-1
 - Update to 0.9.6
 
diff --git a/sources b/sources
index 2024267..9cb3c0b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-508aa0df1e3065b2d7566d85013b2aca  liboauth-0.9.6.tar.gz
+103ea90e3330dfcda7b6d59c4c697472  liboauth-0.9.7.tar.gz


More information about the scm-commits mailing list