diff --git a/.gitignore b/.gitignore index 6166384..c5dba35 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ highlight-3.1-beta2.tar.bz2 /highlight-3.8.tar.bz2 /highlight-3.9.tar.bz2 /highlight-3.11-beta.tar.bz2 +/highlight-3.12.tar.bz2 diff --git a/highlight.spec b/highlight.spec index 4343348..7f83603 100644 --- a/highlight.spec +++ b/highlight.spec @@ -1,14 +1,14 @@ Name: highlight Summary: Universal source code to formatted text converter -Version: 3.11 -Release: 0.1%{?dist} +Version: 3.12 +Release: 1%{?dist} Group: Development/Tools License: GPLv3 URL: http://www.andre-simon.de/ -Source0: http://www.andre-simon.de/zip/%{name}-%{version}-beta.tar.bz2 +Source0: http://www.andre-simon.de/zip/%{name}-%{version}.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 -n %{name}-%{version}-beta +%setup -q %build make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" LDFLAGS= @@ -84,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/pixmaps/highlight.xpm %changelog +* Sun Oct 7 2012 Jochen Schmitt - 3.12-1 +- New upstream release + * Thu Sep 6 2012 Jochen Schmitt - 3.11-0.1 - New upstream release diff --git a/sources b/sources index 76c795a..18bd304 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ea6db62bec1316970970aa8da1aaaf4e highlight-3.11-beta.tar.bz2 +4b3f01e86a6b3fa25f3c4905a9cd63c7 highlight-3.12.tar.bz2