rpms/soprano/devel soprano-2.4.1-fix_version.patch, NONE, 1.1 soprano.spec, 1.52, 1.53

Rex Dieter rdieter at fedoraproject.org
Tue Mar 9 22:28:51 UTC 2010


Author: rdieter

Update of /cvs/pkgs/rpms/soprano/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29608

Modified Files:
	soprano.spec 
Added Files:
	soprano-2.4.1-fix_version.patch 
Log Message:
* Tue Mar 09 2010 Rex Dieter <rdieter at fedoraproject.org> - 2.4.1-2
- fix version string in CMakeLists.txt


soprano-2.4.1-fix_version.patch:
 CMakeLists.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE soprano-2.4.1-fix_version.patch ---
diff -up soprano-2.4.1/CMakeLists.txt.fix_version soprano-2.4.1/CMakeLists.txt
--- soprano-2.4.1/CMakeLists.txt.fix_version	2010-03-01 03:58:45.000000000 -0600
+++ soprano-2.4.1/CMakeLists.txt	2010-03-09 16:28:04.578180711 -0600
@@ -7,7 +7,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PAT
 ##################  Soprano version  ################################
 set(CMAKE_SOPRANO_VERSION_MAJOR 2)
 set(CMAKE_SOPRANO_VERSION_MINOR 4)
-set(CMAKE_SOPRANO_VERSION_RELEASE 61)
+set(CMAKE_SOPRANO_VERSION_RELEASE 1)
 set(CMAKE_SOPRANO_VERSION_STRING "${CMAKE_SOPRANO_VERSION_MAJOR}.${CMAKE_SOPRANO_VERSION_MINOR}.${CMAKE_SOPRANO_VERSION_RELEASE}")
 
 


Index: soprano.spec
===================================================================
RCS file: /cvs/pkgs/rpms/soprano/devel/soprano.spec,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -p -r1.52 -r1.53
--- soprano.spec	6 Mar 2010 01:54:07 -0000	1.52
+++ soprano.spec	9 Mar 2010 22:28:50 -0000	1.53
@@ -9,7 +9,7 @@
 Summary: Qt wrapper API to different RDF storage solutions
 Name:    soprano
 Version: 2.4.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 
 Group:   System Environment/Libraries
 License: LGPLv2+
@@ -22,6 +22,9 @@ Source0: http://downloads.sf.net/soprano
 Source1: soprano-svn_checkout.sh 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+## upstreamable patches
+Patch50: soprano-2.4.1-fix_version.patch
+
 BuildRequires: clucene-core-devel >= 0.9.20-2
 BuildRequires: cmake
 BuildRequires: kde-filesystem
@@ -91,6 +94,8 @@ format for easy browsing.
 %prep
 %setup -q -n soprano%{!?snap:-%{version}}
 
+%patch50 -p1 -b .fix_version
+
 
 %build
 
@@ -172,6 +177,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Mar 09 2010 Rex Dieter <rdieter at fedoraproject.org> - 2.4.1-2
+- fix version string in CMakeLists.txt
+
 * Fri Mar 05 2010 Rex Dieter <rdieter at fedoraproject.org> - 2.4.1-1
 - soprano-2.4.1
 



More information about the scm-commits mailing list