[flickcurl] Update to 1.22, build against raptor2 (bz#838709)

Jason ティビツ tibbs at fedoraproject.org
Tue Jul 10 18:50:22 UTC 2012


commit 08af52098c941b681363c9d6b2ec5d1a6e59cc4f
Author: Jason Tibbitts <tibbs at math.uh.edu>
Date:   Tue Jul 10 13:50:09 2012 -0500

    Update to 1.22, build against raptor2 (bz#838709)

 .gitignore     |    1 +
 flickcurl.spec |   11 +++++++----
 sources        |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index befc0e4..6ca297d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 flickcurl-1.18.tar.gz
+/flickcurl-1.22.tar.gz
diff --git a/flickcurl.spec b/flickcurl.spec
index ba29307..cef31c7 100644
--- a/flickcurl.spec
+++ b/flickcurl.spec
@@ -1,6 +1,6 @@
 Name:		flickcurl
-Version:	1.18
-Release:	3%{?dist}
+Version:	1.22
+Release:	1%{?dist}
 Summary:	C library for the Flickr API
 
 Group:		System Environment/Libraries
@@ -9,7 +9,7 @@ URL:		http://librdf.org/%{name}/
 Source0:	http://download.dajobe.org/%{name}/%{name}-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:	libxml2-devel, libcurl-devel, chrpath, raptor-devel
+BuildRequires:	libxml2-devel, libcurl-devel, chrpath, raptor2-devel
 
 %description
 Flickcurl is a C library for the Flickr API, handling creating the
@@ -28,7 +28,7 @@ description.
 %package	devel
 Summary:	Development files for %{name}
 Group:		Development/Libraries
-Requires:	%{name} = %{version}-%{release}, libxml2-devel, libcurl-devel, raptor-devel
+Requires:	%{name} = %{version}-%{release}, libxml2-devel, libcurl-devel, raptor2-devel
 BuildRequires:	pkgconfig
 
 %description	devel
@@ -84,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/%{name}-config.1.gz
 
 %changelog
+* Tue Jul 10 2012 Jason L Tibbitts III <tibbs at math.uh.edu> - 1.22-1
+- Update to 1.22, build against raptor2 (bz#838709).
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.18-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index e7c85f9..1e15e18 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-778004901150ab38c20e2c812c97265a  flickcurl-1.18.tar.gz
+33106156f9a9e538b5787f92db717f5d  flickcurl-1.22.tar.gz


More information about the scm-commits mailing list