rpms/cvs2cl/devel cvs2cl-2.69-perldeps.patch, NONE, 1.1 cvs2cl.spec, 1.15, 1.16 sources, 1.5, 1.6 cvs2cl-2.60-perldeps.patch, 1.1, NONE

Ville Skytta (scop) fedora-extras-commits at redhat.com
Sat May 17 12:59:38 UTC 2008


Author: scop

Update of /cvs/pkgs/rpms/cvs2cl/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17177

Modified Files:
	cvs2cl.spec sources 
Added Files:
	cvs2cl-2.69-perldeps.patch 
Removed Files:
	cvs2cl-2.60-perldeps.patch 
Log Message:
* Sat May 17 2008 Ville Skyttä <ville.skytta at iki.fi> - 2.69-1
- 2.69.
- Drop disttag.


cvs2cl-2.69-perldeps.patch:

--- NEW FILE cvs2cl-2.69-perldeps.patch ---
Use straightforward /usr/bin/perl shebang so rpmbuild catches it
and autogenerates better dependencies.

--- cvs2cl.orig	2008-05-10 19:49:21.000000000 +0300
+++ cvs2cl	2008-05-17 15:51:19.000000000 +0300
@@ -1,7 +1,4 @@
-#!/bin/sh
-exec perl -w -x "$0" ${1+"$@"} # -*- mode: perl; perl-indent-level: 2; -*-
-#!perl -w
-
+#!/usr/bin/perl -w
 
 ##############################################################
 ###                                                        ###


Index: cvs2cl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cvs2cl/devel/cvs2cl.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- cvs2cl.spec	15 Aug 2007 20:19:26 -0000	1.15
+++ cvs2cl.spec	17 May 2008 12:58:36 -0000	1.16
@@ -1,6 +1,6 @@
 Name:           cvs2cl
-Version:        2.67
-Release:        1%{?dist}
+Version:        2.69
+Release:        1
 Summary:        Generate ChangeLogs from CVS working copies
 
 Group:          Development/Tools
@@ -15,7 +15,7 @@
 Source6:        http://www.red-bean.com/cvs2cl/cvs2cl_ruether.xslt
 Source7:        http://www.red-bean.com/cvs2cl/cl2html_rss-karaguezian.xslt
 Source8:        http://www.red-bean.com/cvs2cl/ChangeLog.xsd
-Patch0:         %{name}-2.60-perldeps.patch
+Patch0:         %{name}-2.69-perldeps.patch
 Patch1:         %{name}-2.67-man.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -73,6 +73,10 @@
 
 
 %changelog
+* Sat May 17 2008 Ville Skyttä <ville.skytta at iki.fi> - 2.69-1
+- 2.69.
+- Drop disttag.
+
 * Mon Aug 13 2007 Ville Skyttä <ville.skytta at iki.fi> - 2.67-1
 - 2.67 + man page fix.
 - Fix spelling error in %%description.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/cvs2cl/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	15 Aug 2007 20:19:26 -0000	1.5
+++ sources	17 May 2008 12:58:36 -0000	1.6
@@ -6,4 +6,4 @@
 de54d6ce72570c845ef5a0dcc8bf9399  cl2html.xslt
 f7d7cf88b314c0cb1a16c8c93d1c8e54  cvs2cl_ruether.xslt
 6c521f9e2b2ae5fbcee63b3c2f47d607  filter-cvs2cl.xslt
-cf85f85fdbb8d8d115895e955c46732c  cvs2cl.pl
+4968825366e531a612945347f92687aa  cvs2cl.pl


--- cvs2cl-2.60-perldeps.patch DELETED ---




More information about the fedora-extras-commits mailing list