2 Commits

Author SHA256 Message Date
3d7b5a3505 Accepting request 1229494 from utilities
OBS-URL: https://build.opensuse.org/request/show/1229494
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/moreutils?expand=0&rev=13
2024-12-10 22:43:39 +00:00
f77ec584ec - New upstream release 0.70
* vidir: Improve zero padding to support larger directories, and also avoid unncessary padding.
  * zrun: Add support for zstd compression
  * ts: Do not accept extra args and always read from stdin (deb#1041291)

OBS-URL: https://build.opensuse.org/package/show/utilities/moreutils?expand=0&rev=28
2024-12-09 22:05:40 +00:00
5 changed files with 38 additions and 26 deletions

View File

@@ -1,22 +1,26 @@
--- a/Makefile
+++ b/Makefile
@@ -21,15 +21,15 @@
isutf8: is_utf8/*.c is_utf8/*.h
$(MAKE) -C is_utf8/
- cp is_utf8/isutf8 .
+ cp -p is_utf8/isutf8 .
install:
mkdir -p $(DESTDIR)$(PREFIX)/bin
- $(INSTALL_BIN) $(BINS) $(DESTDIR)$(PREFIX)/bin
- install $(PERLSCRIPTS) $(DESTDIR)$(PREFIX)/bin
+ install -pm755 $(BINS) $(DESTDIR)$(PREFIX)/bin
+ install -pm755 $(PERLSCRIPTS) $(DESTDIR)$(PREFIX)/bin
mkdir -p $(DESTDIR)$(PREFIX)/share/man/man1
- install -m 644 $(MANS) $(DESTDIR)$(PREFIX)/share/man/man1
+ install -pm644 $(MANS) $(DESTDIR)$(PREFIX)/share/man/man1
uninstall:
for i in $(BINS) $(PERLSCRIPTS); do rm -f $(DESTDIR)$(PREFIX)/bin/$$i; done
--- moreutils-0.70/Makefile.orig 2024-12-09 19:02:37.000000000 +0100
+++ moreutils-0.70/Makefile 2024-12-09 23:00:31.043374101 +0100
@@ -21,7 +21,7 @@ clean:
isutf8: is_utf8/*.c is_utf8/*.h
$(MAKE) -C is_utf8/
- cp is_utf8/isutf8 .
+ cp -p is_utf8/isutf8 .
install:
@if [ $(MANS) = .noop ]; then \
@@ -30,11 +30,11 @@ install:
fi
mkdir -p $(DESTDIR)$(PREFIX)/bin
- $(INSTALL_BIN) $(BINS) $(DESTDIR)$(PREFIX)/bin
- install $(PERLSCRIPTS) $(DESTDIR)$(PREFIX)/bin
+ install -pm755 $(BINS) $(DESTDIR)$(PREFIX)/bin
+ install -pm755 $(PERLSCRIPTS) $(DESTDIR)$(PREFIX)/bin
mkdir -p $(DESTDIR)$(PREFIX)/share/man/man1
- install -m 644 $(MANS) $(DESTDIR)$(PREFIX)/share/man/man1
+ install -pm644 $(MANS) $(DESTDIR)$(PREFIX)/share/man/man1
uninstall:
for i in $(BINS) $(PERLSCRIPTS); do rm -f $(DESTDIR)$(PREFIX)/bin/$$i; done

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5eb14bc7bc1407743478ebdbd83772bf3b927fd949136a2fbbde96fa6000b6e7
size 93732

3
moreutils-0.70.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f2bf46d410ba567cc8d01507e94916994e48742722e690dc498fab59f5250132
size 94043

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Dec 9 21:39:03 UTC 2024 - Bruno Pitrus <brunopitrus@hotmail.com>
- New upstream release 0.70
* vidir: Improve zero padding to support larger directories, and also avoid unncessary padding.
* zrun: Add support for zstd compression
* ts: Do not accept extra args and always read from stdin (deb#1041291)
-------------------------------------------------------------------
Wed Nov 29 13:42:27 UTC 2023 - Bruno Pitrus <brunopitrus@hotmail.com>

View File

@@ -17,7 +17,7 @@
Name: moreutils
Version: 0.68
Version: 0.70
Release: 0
Summary: Additional Unix Utilities
# sponge — GPL2