21 Commits

Author SHA256 Message Date
4689c58e28 Accepting request 1244411 from Base:System
- 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/request/show/1244411
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mmv?expand=0&rev=23
2025-02-09 19:06:49 +00:00
d88cbfbd13 - 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
b464c0e081 Accepting request 1186034 from Base:System
- 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. (forwarded request 1185860 from amanzini)

OBS-URL: https://build.opensuse.org/request/show/1186034
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mmv?expand=0&rev=22
2024-07-08 17:08:22 +00:00
b5001fba93 Accepting request 1185860 from home:amanzini:branches:Base:System
- 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.

OBS-URL: https://build.opensuse.org/request/show/1185860
OBS-URL: https://build.opensuse.org/package/show/Base:System/mmv?expand=0&rev=17
2024-07-07 19:46:44 +00:00
4c81864ad6 Accepting request 1136154 from Base:System
- 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. (forwarded request 1135526 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/1136154
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mmv?expand=0&rev=21
2024-01-03 11:29:57 +00:00
675a942e71 Accepting request 1135526 from home:dirkmueller:Factory
- 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.

OBS-URL: https://build.opensuse.org/request/show/1135526
OBS-URL: https://build.opensuse.org/package/show/Base:System/mmv?expand=0&rev=15
2024-01-02 11:33:10 +00:00
f46d664aca Accepting request 1094818 from Base:System
- version update to 2.4
  * no upstream changelog, see
  * https://github.com/rrthomas/mmv/commits/master

OBS-URL: https://build.opensuse.org/request/show/1094818
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mmv?expand=0&rev=20
2023-06-23 19:53:07 +00:00
9353275e23 - version update to 2.4
* no upstream changelog, see
  * https://github.com/rrthomas/mmv/commits/master

OBS-URL: https://build.opensuse.org/package/show/Base:System/mmv?expand=0&rev=13
2023-06-23 09:28:30 +00:00
d76f97828c Accepting request 1000016 from Base:System
aah the formatting :D (forwarded request 1000013 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/1000016
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mmv?expand=0&rev=19
2022-08-29 14:20:22 +00:00
a9f353e43c Accepting request 1000013 from home:jengelh:branches:Base:System
aah the formatting :D

OBS-URL: https://build.opensuse.org/request/show/1000013
OBS-URL: https://build.opensuse.org/package/show/Base:System/mmv?expand=0&rev=11
2022-08-29 12:08:25 +00:00
3feb939240 Accepting request 999980 from home:jengelh:branches:Base:System
update

OBS-URL: https://build.opensuse.org/request/show/999980
OBS-URL: https://build.opensuse.org/package/show/Base:System/mmv?expand=0&rev=10
2022-08-29 11:58:14 +00:00
Stephan Kulow
4cf5692664 Accepting request 316343 from Base:System
- Cleanup spec file with spec-cleaner (forwarded request 316310 from pluskalm)

OBS-URL: https://build.opensuse.org/request/show/316343
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mmv?expand=0&rev=18
2015-07-14 15:44:38 +00:00
4bad5d2b75 Accepting request 316310 from home:pluskalm:branches:Base:System
- Cleanup spec file with spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/316310
OBS-URL: https://build.opensuse.org/package/show/Base:System/mmv?expand=0&rev=8
2015-07-13 06:23:28 +00:00
Stephan Kulow
cbdcdec415 replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mmv?expand=0&rev=13
2011-12-06 17:29:31 +00:00
Ruediger Oertel
2e61c8ab1d Accepting request 86424 from Base:System
- cross-build fix: use %__cc macro (forwarded request 86419 from uli_suse)

OBS-URL: https://build.opensuse.org/request/show/86424
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mmv?expand=0&rev=11
2011-10-04 16:13:41 +00:00
ac2df2bbd1 Accepting request 86419 from home:uli_suse:branches:Base:System
- cross-build fix: use %__cc macro

OBS-URL: https://build.opensuse.org/request/show/86419
OBS-URL: https://build.opensuse.org/package/show/Base:System/mmv?expand=0&rev=6
2011-10-04 08:33:58 +00:00
Ruediger Oertel
89e89072f0 Autobuild autoformatter for 60497
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mmv?expand=0&rev=9
2011-02-11 01:30:23 +00:00
Ruediger Oertel
8387041333 Accepting request 60497 from Base:System
Accepted submit request 60497 from user pgajdos

OBS-URL: https://build.opensuse.org/request/show/60497
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mmv?expand=0&rev=8
2011-02-11 01:30:16 +00:00
OBS User autobuild
5a8e45b4ba OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mmv?expand=0&rev=5 2010-03-18 15:09:14 +00:00
OBS User unknown
482dbbd9c0 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mmv?expand=0&rev=3 2009-06-17 22:06:33 +00:00
OBS User unknown
add8fe5098 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mmv?expand=0&rev=1 2007-01-15 23:25:23 +00:00