rpms/diffstat/devel COPYING, NONE, 1.1 .cvsignore, 1.7, 1.8 diffstat.spec, 1.20, 1.21 sources, 1.7, 1.8

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Mar 6 16:29:26 UTC 2007


Author: twaugh

Update of /cvs/dist/rpms/diffstat/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv8756

Modified Files:
	.cvsignore diffstat.spec sources 
Added Files:
	COPYING 
Log Message:
* Tue Mar  6 2007 Tim Waugh <twaugh at redhat.com> 1.43-3
- Fixed source0 (bug #225695).
- Added COPYING file, taken from diffstat.c.
- Resolves: rhbz#225695



--- NEW FILE COPYING ---
/******************************************************************************
 * Copyright 1994-2005,2006 by Thomas E. Dickey                               *
 * All Rights Reserved.                                                       *
 *                                                                            *
 * Permission to use, copy, modify, and distribute this software and its      *
 * documentation for any purpose and without fee is hereby granted, provided  *
 * that the above copyright notice appear in all copies and that both that    *
 * copyright notice and this permission notice appear in supporting           *
 * documentation, and that the name of the above listed copyright holder(s)   *
 * not be used in advertising or publicity pertaining to distribution of the  *
 * software without specific, written prior permission.                       *
 *                                                                            *
 * THE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD   *
 * TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND  *
 * FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE  *
 * FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES          *
 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN      *
 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR *
 * IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.                *
 ******************************************************************************/


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/diffstat/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	11 Jan 2007 14:12:23 -0000	1.7
+++ .cvsignore	6 Mar 2007 16:29:24 -0000	1.8
@@ -2,3 +2,4 @@
 diffstat-1.38.tgz
 diffstat-1.41.tgz
 diffstat-1.43.tar.gz
+diffstat-1.43.tgz


Index: diffstat.spec
===================================================================
RCS file: /cvs/dist/rpms/diffstat/devel/diffstat.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- diffstat.spec	6 Mar 2007 11:21:05 -0000	1.20
+++ diffstat.spec	6 Mar 2007 16:29:24 -0000	1.21
@@ -1,12 +1,13 @@
 Summary: A utility which provides statistics based on the output of diff
 Name: diffstat
 Version: 1.43
-Release: 2%{?dist}
+Release: 3%{?dist}
 Group: Development/Tools
 License: distributable
 URL: http://invisible-island.net/diffstat
 # Note that the upstream tarball is unversioned, just %{name}.tar.gz
-Source: ftp://invisible-island.net/diffstat/%{name}-%{version}.tar.gz
+Source0: ftp://invisible-island.net/diffstat/%{name}-%{version}.tgz
+Source1: COPYING
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -28,16 +29,22 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 make DESTDIR=$RPM_BUILD_ROOT install
+cp %{SOURCE1} .
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
+%doc COPYING
 %{_bindir}/diffstat
 %{_mandir}/*/*
 
 %changelog
+* Tue Mar  6 2007 Tim Waugh <twaugh at redhat.com> 1.43-3
+- Fixed source0 (bug #225695).
+- Added COPYING file, taken from diffstat.c.
+
 * Tue Mar  6 2007 Tim Waugh <twaugh at redhat.com> 1.43-2
 - Fixed buildroot (bug #225695).
 - Build should not require gzip or bzip2 as these are exceptions (bug #225695).


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/diffstat/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	11 Jan 2007 14:12:23 -0000	1.7
+++ sources	6 Mar 2007 16:29:24 -0000	1.8
@@ -1 +1 @@
-c23f9af8075fd81e98a0afdc3df49de9  diffstat-1.43.tar.gz
+c23f9af8075fd81e98a0afdc3df49de9  diffstat-1.43.tgz




More information about the fedora-cvs-commits mailing list