[highlight/f20] Use of correct tar ball should fix BZ #10341741)

Jochen Schmitt s4504kr at fedoraproject.org
Tue Nov 26 16:30:28 UTC 2013


commit 3f3ec97c6236e5fa4813fc3f50fe24f24581735b
Author: Jochen Schmitt <Jochen at herr-schmitt.de>
Date:   Tue Nov 26 17:29:10 2013 +0100

    Use of correct tar ball should fix BZ #10341741)

 .gitignore     |    1 +
 highlight.spec |   10 +++---
 sh.lang        |   82 --------------------------------------------------------
 sources        |    2 +-
 4 files changed, 7 insertions(+), 88 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e4e1cc4..36bfb9f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@ highlight-3.1-beta2.tar.bz2
 /highlight-3.13.tar.bz2
 /highlight-3.15.tar.bz2
 /highlight-3.16.tar.bz2
+/highlight-3.16.1.tar.bz2
diff --git a/highlight.spec b/highlight.spec
index f770cc2..1fe9d02 100644
--- a/highlight.spec
+++ b/highlight.spec
@@ -3,15 +3,13 @@ Name:           highlight
 Summary:        Universal source code to formatted text converter
 
 Version:        3.16.1
-Release:        1%{?dist}
+Release:        2%{?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}-3.16.tar.bz2
-Source1:        http://andre-simon.de/zip/sh.lang
+Source0:        http://www.andre-simon.de/zip/%{name}-%{version}.tar.bz2
 
 BuildRequires:  qt-devel >= 1:4.4
 BuildRequires:  lua-devel, boost-devel
@@ -41,7 +39,6 @@ A Qt-based GUI for the highlight source code formatter source.
 
 %prep
 %setup -q -n  %{name}-3.16
-cp -p %{SOURCE1} langdefs
 
 %build
 make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" LDFLAGS=
@@ -81,6 +78,9 @@ desktop-file-install \
 %{_datadir}/pixmaps/highlight.xpm
 
 %changelog
+* Tue Nov 26 2013 Jochen Schmitt <Jochen herr-schmitt de> - 3.16.1-2
+- Use of correct tar ball should fix BZ #10341741)
+
 * Fri Nov  1 2013 Jochen Schmitt <Jochen herr-schmitt de> - 3.16.1-1
 - Minor bug fix release from upstream
 
diff --git a/sources b/sources
index d1bfd94..a3f88a7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-88558766efc5109f07b7f5b78e62aea2  highlight-3.16.tar.bz2
+688bb537db149dc720b9ef1ffc796ced  highlight-3.16.1.tar.bz2


More information about the scm-commits mailing list