diff --git a/.cvsignore b/.cvsignore index 5cede1b..0549a1b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -highlight-2.15.tar.bz2 +highlight-2.16.tar.bz2 diff --git a/highlight-2.15-startupnot.patch b/highlight-2.15-startupnot.patch deleted file mode 100644 index 3dc5e26..0000000 --- a/highlight-2.15-startupnot.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up highlight-2.15/highlight.desktop.startup highlight-2.15/highlight.desktop ---- highlight-2.15/highlight.desktop.startup 2010-03-14 20:51:58.521260462 +0100 -+++ highlight-2.15/highlight.desktop 2010-03-14 20:53:00.945538718 +0100 -@@ -6,4 +6,5 @@ Comment=Converts source code to formatte - Exec=highlight-gui - TryExec=highlight-gui - Icon=highlight --Categories=Utility;TextTools; -\ Kein Zeilenumbruch am Dateiende. -+Categories=Utility;TextTools; -+StartupNotify=true -\ Kein Zeilenumbruch am Dateiende. diff --git a/highlight.spec b/highlight.spec index 8e8c477..89f3236 100644 --- a/highlight.spec +++ b/highlight.spec @@ -1,7 +1,7 @@ Name: highlight Summary: Universal source code to formatted text converter -Version: 2.15 -Release: 2%{?dist} +Version: 2.16 +Release: 1%{?dist} Group: Development/Tools License: GPLv3 @@ -9,9 +9,6 @@ License: GPLv3 URL: http://www.andre-simon.de/ Source0: http://www.andre-simon.de/zip/%{name}-%{version}.tar.bz2 -# Patch sent to upstream via email -Patch1: highlight-2.15-startupnot.patch - BuildRequires: qt-devel >= 4.4 BuildRequires: desktop-file-utils @@ -34,7 +31,6 @@ A Qt-based GUI for the highlight source code formatter source. %prep %setup -q -%patch1 -p1 -b .setup # Provides: exclude perl(highlight_pipe) from example cat <<__EOF__ > %{name}-perl.prov @@ -100,6 +96,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/pixmaps/highlight.xpm %changelog +* Mon Apr 5 2010 Jochen Schmitt 2.16-1 +- New upstream release + * Sun Mar 14 2010 Jochen Schmitt 2.15-2 - Add StartupNotify=true into desktop file diff --git a/sources b/sources index 2cb0262..59f78b7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -56a6341a16bbf059e0182c21d3b8aa76 highlight-2.15.tar.bz2 +08f1429a6db258ab1a7eecbb4e0d44b2 highlight-2.16.tar.bz2