[soprano] soprano-2.7.56 beta 1 release

Jaroslav Reznik jreznik at fedoraproject.org
Wed May 30 10:25:26 UTC 2012


commit 43d3db585efd2d6f431a1e89d1cbd7bd245db3f9
Author: Jaroslav Reznik <jreznik at redhat.com>
Date:   Wed May 30 12:25:16 2012 +0200

    soprano-2.7.56 beta 1 release

 .gitignore   |    2 +-
 soprano.spec |   12 +++++++++---
 sources      |    2 +-
 3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c947f94..cb3a32f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
 /soprano-2.6.0.tar.bz2
-/soprano-2.7.56-20120528.tar.bz2
+/soprano-2.7.56.tar.bz2
diff --git a/soprano.spec b/soprano.spec
index a3d8b73..92ec11e 100644
--- a/soprano.spec
+++ b/soprano.spec
@@ -5,13 +5,12 @@
 %global apidocs 1
 %global tests 1
 
-# nepomuk-core 4.8.80 requires git snapshot
-%global snap 20120528
+%define prerelease_tag beta1
 
 Summary: Qt wrapper API to different RDF storage solutions
 Name:    soprano
 Version: 2.7.56
-Release: 0.1.%{snap}%{?dist}
+Release: 1%{?dist}
 
 Group:   System Environment/Libraries
 License: LGPLv2+
@@ -107,7 +106,11 @@ format for easy browsing.
 
 
 %prep
+%if 0%{?prerelease_tag:1}
+%setup -q -n soprano-%{version}-%{prerelease_tag}
+%else
 %setup -q -n soprano-%{version}
+%endif
 
 
 %build
@@ -219,6 +222,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed May 30 2012 Jaroslav Reznik <jreznik at redhat.com> 2.7.56-1
+- soprano-2.7.56 beta 1 release
+
 * Mon May 28 2012 Jaroslav Reznik <jreznik at redhat.com> 2.7.56-0.1.20120528
 - soprano-2.7.56-20120528 snapshot
 
diff --git a/sources b/sources
index 494b327..0d4a814 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7d44878908fd3e54f75bdca9be2b1bf8  soprano-2.7.56-20120528.tar.bz2
+999781170ebcf3e1494127f2eda7aa00  soprano-2.7.56.tar.bz2


More information about the scm-commits mailing list