rpms/mmv/F-11 changelog, 1.2, 1.3 copyright, 1.1, 1.2 mmv.spec, 1.10, 1.11

Zing Zing Shishak shishz at fedoraproject.org
Tue Jun 9 00:36:55 UTC 2009


Author: shishz

Update of /cvs/pkgs/rpms/mmv/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19953

Modified Files:
	changelog copyright mmv.spec 
Log Message:
* Mon Jun  8 2009 Zing <zing at fastmail.fm> - 1.01b-12
- enable LFS support
- updated changelog and copyright files
- sync with debian mmv_1.01b-15
-     man page formatting fixes
-     wrap cmdname in basename() (debian: #452989)
-     initialize tv_usec (debian: #452993)



Index: changelog
===================================================================
RCS file: /cvs/pkgs/rpms/mmv/F-11/changelog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- changelog	14 Feb 2006 01:19:57 -0000	1.2
+++ changelog	9 Jun 2009 00:36:24 -0000	1.3
@@ -1,3 +1,22 @@
+mmv (1.01b-15) unstable; urgency=low
+
+  * New Maintainer (closes: #485999)
+  * Update to Standards-Version 3.8.1:
+    - Switch from DEB_BUILD_OPTIONS debug to noopt, add support for parallel.
+  * Replace call to dh_md5sums with direct creation and remove Build-Depends
+    on debhelper.
+  * Don't ignore make clean errors anymore and use $(MAKE) instead of make in
+    debian/rules.
+  * Add empty line before .ce The Task Options (closes: #411182)
+  * Initialize tv_usec (closes: #452993)
+  * Add mising linebreak to an italic line (closes: #411181)
+  * Wrap cmdname in basename() (closes: #452989)
+  * Add reference to the full text of the GPL file in the common-licenses
+    directory.
+  * Escape all relevant dashes in the manpage to not turn them into hyphens.
+
+ -- Gerfried Fuchs <rhonda at debian.at>  Sat, 30 May 2009 18:08:18 +0200
+
 mmv (1.01b-14) unstable; urgency=low
 
   * Thanks for NMU to Joey, Ai and Uwe


Index: copyright
===================================================================
RCS file: /cvs/pkgs/rpms/mmv/F-11/copyright,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- copyright	30 Sep 2005 00:40:20 -0000	1.1
+++ copyright	9 Jun 2009 00:36:24 -0000	1.2
@@ -3,10 +3,12 @@ This is the Debian GNU/Linux prepackaged
 This package was put together by Michael Meskes <meskes at debian.org>,
 from sources obtained from USENET.
 
-It is now maintained by Bernd Eckenfels <ecki at debian.org> with some
+It was maintained by Bernd Eckenfels <ecki at debian.org> with some
 enhancements (NLS Char Support, glibc compiles) from Bernd and kind
 contributions from Hartmut Koptein <koptein at et-inf.fho-emden.de>.
 
+At the moment it is maintained by Gerfried Fuchs <rhonda at debian.at>.
+
 Copyright (c) 1989 Vladimir Lanin
 
 Mmv is freeware. That means that the entire package of software and
@@ -40,3 +42,7 @@ Vladimir Lanin
 vlad at brm.com
 
 Thanks to Joost for getting into touch with him.
+
+On Debian systems, the complete text of the GNU Library General
+Public License can be found in /usr/share/common-licenses/LGPL-2 file,
+later versions can be found in the same directory.


Index: mmv.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mmv/F-11/mmv.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- mmv.spec	26 Feb 2009 01:48:32 -0000	1.10
+++ mmv.spec	9 Jun 2009 00:36:24 -0000	1.11
@@ -1,6 +1,6 @@
 Name:		mmv
 Version:	1.01b
-Release:	11%{?dist}
+Release:	12%{?dist}
 Summary:	Move/copy/append/link multiple files
 
 Group:          Applications/File
@@ -12,6 +12,7 @@ Source2:	changelog
 Patch0:		mmv-1.01b-debian.patch
 Patch1:		mmv-1.01b-makefile.patch
 Patch2:		mmv-1.01b-debian-14.patch
+Patch3:		mmv-1.01b-debian-15.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -29,11 +30,12 @@ beginning, or proceeding by avoiding the
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 cp -p %{SOURCE1} . 
 cp -p %{SOURCE2} .
 
 %build
-make CONF="$RPM_OPT_FLAGS -fpie" LDCONF="-pie" %{?_smp_mflags}
+make CONF="$RPM_OPT_FLAGS -fpie $(getconf LFS_CFLAGS)" LDCONF="-pie" %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -60,6 +62,14 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/*
 
 %changelog
+* Mon Jun  8 2009 Zing <zing at fastmail.fm> - 1.01b-12
+- enable LFS support
+- updated changelog and copyright files
+- sync with debian mmv_1.01b-15
+-     man page formatting fixes
+-     wrap cmdname in basename() (debian: #452989)
+-     initialize tv_usec (debian: #452993)
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.01b-11
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list