Files
mmv/mmv.changes
Dirk Mueller c577adee9d - update to 2.10:
* This release adds a ‘c’ flag for output patterns that
    capitalizes words in the output name, similar to ‘u’ and ‘l’
    for upper and lower casing.
- update to 2.9.1:
  * The previous release shipped with a broken man page; this
    release is just a rebuild. Thanks to the user who promptly
    notified me of the problem!
- update to 2.9:
  * This release make the --rename mode work the same as the
    default --move, since we can now rename directories freely in
    any case. The --rename flag is no longer documented, but is
    still accepted by mmv for backwards compatibility.
  * Some code that previously tried to drop privileges for most
    but not all uses was removed, as it served no useful purpose,
    and triggered static analysis tools that diagnosed a security
    flaw (setuid without setgroups). mmv is really just a fancy
    version of mv/cp/ln, which do not drop privileges; this
    behaviour was neither expected nor desired.
- update to 2.8:
  * This release fixes moving directories into newly-created
    directories. Previously, mmv tried erroneously to copy then
    move the directory rather than simply rename it.
  * Also, when a target directory is missing, mmv will now
    suggest using --makedirs.
  * This release also adds symlinks to the man page mmv(1) under
    mmv’s other executable names.
- update to 2.7:
  * This release removes the use of libgc, which was fragile,
    relying on build system shenanigans, and is not that useful

OBS-URL: https://build.opensuse.org/package/show/Base:System/mmv?expand=0&rev=19
2025-02-08 21:23:43 +00:00

194 lines
6.8 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
-------------------------------------------------------------------
Sat Feb 8 21:22:53 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 2.10:
* This release adds a c flag for output patterns that
capitalizes words in the output name, similar to u and l
for upper and lower casing.
- update to 2.9.1:
* The previous release shipped with a broken man page; this
release is just a rebuild. Thanks to the user who promptly
notified me of the problem!
- update to 2.9:
* This release make the --rename mode work the same as the
default --move, since we can now rename directories freely in
any case. The --rename flag is no longer documented, but is
still accepted by mmv for backwards compatibility.
* Some code that previously tried to drop privileges for most
but not all uses was removed, as it served no useful purpose,
and triggered static analysis tools that diagnosed a security
flaw (setuid without setgroups). mmv is really just a fancy
version of mv/cp/ln, which do not drop privileges; this
behaviour was neither expected nor desired.
- update to 2.8:
* This release fixes moving directories into newly-created
directories. Previously, mmv tried erroneously to copy then
move the directory rather than simply rename it.
* Also, when a target directory is missing, mmv will now
suggest using --makedirs.
* This release also adds symlinks to the man page mmv(1) under
mmvs other executable names.
- update to 2.7:
* This release removes the use of libgc, which was fragile,
relying on build system shenanigans, and is not that useful
in a one-shot tool.
-------------------------------------------------------------------
Sat Jul 6 08:17:50 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
- update to 2.6:
* This release re-adds the “mad” (“append”) command, and fixes how
the program name is checked when deciding which mode to run in.
* There is also a build system fix.
-------------------------------------------------------------------
Thu Dec 28 18:14:30 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2.5.1:
* This release fixes a crash introduced in 2.5, which seems to
be related to an unneeded update of gnulib. Hence, this
release simply reverts to the previous version of gnulib.
- update to 2.5:
* This release stops mmv trying to copy a directory into
itself.
-------------------------------------------------------------------
Fri Jun 23 09:27:04 UTC 2023 - pgajdos@suse.com
- version update to 2.4
* no upstream changelog, see
* https://github.com/rrthomas/mmv/commits/master
-------------------------------------------------------------------
Mon Aug 29 10:54:34 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.3
* Lift restriction that mmv could not work on directories
(except with -r)
* Remove the ability to read output back on standard input
- Delete allow-non-ascii.patch, mmv-1.01b-include.dif,
mmv-1.01b-options.patch, mmv-1.01b.dif (no longer applicable)
-------------------------------------------------------------------
Sun Jul 12 19:26:49 UTC 2015 - mpluskal@suse.com
- Cleanup spec file with spec-cleaner
-------------------------------------------------------------------
Fri Sep 30 15:38:39 UTC 2011 - uli@suse.com
- cross-build fix: use %__cc macro
-------------------------------------------------------------------
Sat Feb 5 14:56:08 UTC 2011 - asterios.dramis@gmail.com
- Use as source package the one from Debian pool (since this seems the main
development place for mmv).
- Added the copyright file from
http://packages.debian.org/changelogs/pool/main/m/mmv/current/copyright
- Spec file updates:
* Changed the License to GPL+ based on the copyright file.
* Changes based on rpmdevtools templates and spec-cleaner run.
* Updates in Summary: and %description sections.
* Added description for patches based on openSUSE Patches Guidelines.
* Removed %changelog entries from spec file.
* bzip the source package.
-------------------------------------------------------------------
Wed Jan 25 21:38:21 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Tue Dec 13 17:17:42 CET 2005 - anicka@suse.cz
- add LARGEFILE to CFLAGS (bug #137906)
-------------------------------------------------------------------
Tue Apr 5 13:20:26 CEST 2005 - nadvornik@suse.cz
- fixed include files for gcc4
-------------------------------------------------------------------
Thu Mar 04 18:39:34 CET 2004 - tcrhak@suse.cz
- honor '--' in option list (bug #35289)
-------------------------------------------------------------------
Fri Jan 30 18:08:25 CET 2004 - mfabian@suse.de
- add patch from Bjoern Jacke <jacke@exsuse.de> to allow
non-ASCII for the target file names (see Bugzilla #34232).
- use # norootforbuild.
-------------------------------------------------------------------
Wed Sep 25 14:48:21 CEST 2002 - tcrhak@suse.cz
- in checkto(): assign fdel NULL if it is
assigned no value so far (fixes bug #19924)
- linked dynamically
-------------------------------------------------------------------
Fri Apr 20 09:33:27 CEST 2001 - cihlar@suse.cz
- use RPM_OPT_FLAGS
- fixed to compile on s390
-------------------------------------------------------------------
Tue Mar 20 09:12:12 CET 2001 - cihlar@suse.cz
- fix to compile on axp
-------------------------------------------------------------------
Wed Dec 6 22:44:00 CET 2000 - schwab@suse.de
- Fix to build on ia64.
-------------------------------------------------------------------
Thu Nov 9 09:42:46 CET 2000 - cihlar@suse.cz
- clean up spec file
- fixed copyrigt tag
-------------------------------------------------------------------
Wed May 17 13:00:40 CEST 2000 - cihlar@suse.cz
- added BuildRoot
- Group sorted
-------------------------------------------------------------------
Fri May 12 15:13:38 CEST 2000 - schwab@suse.de
- Fix Makefile for ia64.
-------------------------------------------------------------------
Tue Jan 25 17:31:46 CET 2000 - ro@suse.de
- man to /usr/share using macro
-------------------------------------------------------------------
Sun Dec 19 18:50:34 CET 1999 - kukuk@suse.de
- Fix Makefile for SPARC
-------------------------------------------------------------------
Mon Sep 13 17:23:57 CEST 1999 - bs@suse.de
- ran old prepare_spec on spec file to switch to new prepare_spec.
-------------------------------------------------------------------
Wed Aug 25 17:51:06 MEST 1999 - uli@suse.de
- no m486 on PPC
-------------------------------------------------------------------
Wed Feb 3 00:40:14 MET 1999 - ro@suse.de
- no m486 on alpha
-------------------------------------------------------------------
Thu Jun 18 13:44:25 MEST 1998 - ro@suse.de
- builds for libc5 and glibc