[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/source-highlight/FC-4 source-highlight-url.lang, NONE, 1.1 source-highlight.spec, 1.11, 1.12
- From: "Adrian Reber" (adrian) <fedora-extras-commits redhat com>
- To: fedora-extras-commits redhat com
- Subject: rpms/source-highlight/FC-4 source-highlight-url.lang, NONE, 1.1 source-highlight.spec, 1.11, 1.12
- Date: Fri, 23 Jun 2006 11:33:39 -0700
Author: adrian
Update of /cvs/extras/rpms/source-highlight/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9550
Modified Files:
source-highlight.spec
Added Files:
source-highlight-url.lang
Log Message:
* Wed Mar 21 2006 Adrian Reber <adrian lisas de> - 2.3-2
- using a new url.lang to fix #195720
(https://bugzilla.redhat.com/bugzilla/attachment.cgi?id=131352)
--- NEW FILE source-highlight-url.lang ---
vardef URLPART = '[[:word:]\./\-_]+'
url = '(<?)' + $URLPART + '@' + $URLPART + '(>?)'
url = '[[:word:]]+://' + $URLPART
Index: source-highlight.spec
===================================================================
RCS file: /cvs/extras/rpms/source-highlight/FC-4/source-highlight.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- source-highlight.spec 17 Oct 2005 11:56:43 -0000 1.11
+++ source-highlight.spec 23 Jun 2006 18:33:39 -0000 1.12
@@ -1,11 +1,12 @@
Summary: Produces a document with syntax highlighting
Name: source-highlight
-Version: 2.2
-Release: 1%{?dist}
+Version: 2.3
+Release: 2%{?dist}
Group: Development/Tools
License: GPL
-Source0: ftp://ftp.gnu.org/gnu/src-highlite/source-highlight-2.2.tar.gz
-Source1: ftp://ftp.gnu.org/gnu/src-highlite/source-highlight-2.2.tar.gz.sig
+Source0: ftp://ftp.gnu.org/gnu/src-highlite/source-highlight-2.3.tar.gz
+Source1: ftp://ftp.gnu.org/gnu/src-highlite/source-highlight-2.3.tar.gz.sig
+Source2: source-highlight-url.lang
URL: http://www.gnu.org/software/src-highlite/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: bison, flex, boost-devel
@@ -23,6 +24,7 @@
%prep
%setup -q
+cp %{SOURCE2} src/url.lang
%build
%configure
@@ -60,6 +62,13 @@
%{_infodir}/source-highlight.info*
%changelog
+* Wed Mar 21 2006 Adrian Reber <adrian lisas de> - 2.3-2
+- using a new url.lang to fix #195720
+ (https://bugzilla.redhat.com/bugzilla/attachment.cgi?id=131352)
+
+* Sun Mar 12 2006 Adrian Reber <adrian lisas de> - 2.3-1
+- updated to 2.3
+
* Mon Oct 17 2005 Adrian Reber <adrian lisas de> - 2.2-1
- updated to 2.2
- added ctags BuildRequires and Requires
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]