rpms/mmv/devel changelog, 1.2, 1.3 copyright, 1.1, 1.2 mmv.spec, 1.11, 1.12

Zing Zing Shishak shishz at fedoraproject.org
Tue Jun 2 22:48:22 UTC 2009


Author: shishz

Update of /cvs/pkgs/rpms/mmv/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6089

Modified Files:
	changelog copyright mmv.spec 
Log Message:
* Tue Jun  2 2009 Zing <zing at fastmail.fm> - 1.01b-13
- enable LFS support
- updated changelog and copyright files



Index: changelog
===================================================================
RCS file: /cvs/pkgs/rpms/mmv/devel/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	2 Jun 2009 22:47:52 -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/devel/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	2 Jun 2009 22:47:52 -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/devel/mmv.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- mmv.spec	2 Jun 2009 02:52:32 -0000	1.11
+++ mmv.spec	2 Jun 2009 22:47:52 -0000	1.12
@@ -1,6 +1,6 @@
 Name:		mmv
 Version:	1.01b
-Release:	12%{?dist}
+Release:	13%{?dist}
 Summary:	Move/copy/append/link multiple files
 
 Group:          Applications/File
@@ -35,7 +35,7 @@ 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
@@ -62,6 +62,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/*
 
 %changelog
+* Tue Jun  2 2009 Zing <zing at fastmail.fm> - 1.01b-13
+- enable LFS support
+- updated changelog and copyright files
+
 * Mon Jun  1 2009 Zing <zing at fastmail.fm> - 1.01b-12
 - sync with debian mmv_1.01b-15
 -     man page formatting fixes




More information about the fedora-extras-commits mailing list