[highlight] New upstream release

Jochen Schmitt s4504kr at fedoraproject.org
Thu Sep 6 14:46:50 UTC 2012


commit cfd2057925307f42ff5f22c7174311deb369c17b
Author: Jochen Schmitt <Jochen at herr-schmitt.de>
Date:   Thu Sep 6 16:46:43 2012 +0200

    New upstream release

 .gitignore     |    1 +
 highlight.spec |   11 +++++++----
 sources        |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c756915..6166384 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ highlight-3.1-beta2.tar.bz2
 /highlight-3.7.tar.bz2
 /highlight-3.8.tar.bz2
 /highlight-3.9.tar.bz2
+/highlight-3.11-beta.tar.bz2
diff --git a/highlight.spec b/highlight.spec
index b2950e7..4343348 100644
--- a/highlight.spec
+++ b/highlight.spec
@@ -1,14 +1,14 @@
 Name:		highlight
 Summary:	Universal source code to formatted text converter
 
-Version:	3.9
-Release:	2%{?dist}
+Version:	3.11
+Release:	0.1%{?dist}
 
 Group:		Development/Tools
 License:	GPLv3
 
 URL:		http://www.andre-simon.de/
-Source0:	http://www.andre-simon.de/zip/%{name}-%{version}.tar.bz2
+Source0:	http://www.andre-simon.de/zip/%{name}-%{version}-beta.tar.bz2
 
 BuildRequires:	qt-devel >= 1:4.4
 BuildRequires:  lua-devel, boost-devel
@@ -39,7 +39,7 @@ A Qt-based GUI for the highlight source code formatter source.
 
 %prep
 
-%setup -q
+%setup -q -n %{name}-%{version}-beta
 
 %build
 make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" LDFLAGS=
@@ -84,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/pixmaps/highlight.xpm
 
 %changelog
+* Thu Sep  6 2012 Jochen Schmitt <Jochen herr-schmitt de> - 3.11-0.1
+- New upstream release
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.9-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 3790726..76c795a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8b666baaf3638cc4b4f26b84816bc558  highlight-3.9.tar.bz2
+ea6db62bec1316970970aa8da1aaaf4e  highlight-3.11-beta.tar.bz2


More information about the scm-commits mailing list