forked from pool/schily
Accepting request 736747 from utilities
- Update to release 2019.10.07 OBS-URL: https://build.opensuse.org/request/show/736747 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/schily?expand=0&rev=18
This commit is contained in:
commit
fd142074c6
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:177ea39046ad897570b82dc6d94e850f524b5b35c42d489e2cf54817f8f1694a
|
|
||||||
size 4447359
|
|
3
schily-2019-10-07.tar.bz2
Normal file
3
schily-2019-10-07.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6aaa42f69d2affa15e3ca1eefd206ddbbac50f7c0dc05f005752113653cc6680
|
||||||
|
size 4404621
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 8 16:06:28 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 2019.10.07
|
||||||
|
* Fixed infinite recursion of following symlinks in libschily/resolvepath.c.
|
||||||
|
* smake: The error message for failed shell commands has been
|
||||||
|
modified to "Code %d (%s) from command line..." in order to
|
||||||
|
cause less confusion with the text printed by smake.
|
||||||
|
* bosh: introduced shared memory to be able to forward the
|
||||||
|
special exit cause (NOTFOUND or NOEXEC) to the parent even in
|
||||||
|
case it used fork() instead of vfork().
|
||||||
|
* bosh: Added support for a new automatic parameter "$/" to
|
||||||
|
complement the existing parameter "$?".
|
||||||
|
* star: The option -no-secure-links now may be configured as a
|
||||||
|
global default via the tag STAR_SECURE_LINKS= in the file
|
||||||
|
/etc/default/star and as a private default via an environment
|
||||||
|
of the same name.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Aug 24 15:42:42 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
Sat Aug 24 15:42:42 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
17
schily.spec
17
schily.spec
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
# grep -r define.VERSION (sometimes also noted down in schily-%rver/AN-%rver)
|
# grep -r define.VERSION (sometimes also noted down in schily-%rver/AN-%rver)
|
||||||
%global box_version 2019.08.13
|
%global box_version 2019.10.07
|
||||||
%global cdr_version 3.02~a10
|
%global cdr_version 3.02~a10
|
||||||
%global sccs_version 5.09
|
%global sccs_version 5.09
|
||||||
%global smake_version 1.3
|
%global smake_version 1.3
|
||||||
%global star_version 1.6.1
|
%global star_version 1.6.1
|
||||||
%global libfind_version 1.7
|
%global libfind_version 1.7
|
||||||
%global ved_version 1.7
|
%global ved_version 1.7
|
||||||
%define rver 2019-08-13
|
%define rver 2019-10-07
|
||||||
|
|
||||||
Name: schily
|
Name: schily
|
||||||
Version: %box_version
|
Version: %box_version
|
||||||
@ -452,7 +452,7 @@ find . "(" -type d -o -type f ")" -exec chmod u+w "{}" "+"
|
|||||||
cp %{SOURCE1} .
|
cp %{SOURCE1} .
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%define _lto_cflags %{nil}
|
%define _lto_cflags %nil
|
||||||
perl -i -pe 's{\@echo}{echo}' RULES/cc-*
|
perl -i -pe 's{\@echo}{echo}' RULES/cc-*
|
||||||
# Static link libhfs, only used by mkisofs.
|
# Static link libhfs, only used by mkisofs.
|
||||||
rm -fv libhfs_iso/shlhfs.mk
|
rm -fv libhfs_iso/shlhfs.mk
|
||||||
@ -636,7 +636,8 @@ rm -Rfv \
|
|||||||
$b/usr/share/man/man5/sccschangeset.5 \
|
$b/usr/share/man/man5/sccschangeset.5 \
|
||||||
$b/usr/share/man/man5/sccsfile.5 \
|
$b/usr/share/man/man5/sccsfile.5 \
|
||||||
$b/usr/share/man/man5/streamarchive.5 \
|
$b/usr/share/man/man5/streamarchive.5 \
|
||||||
$b/usr/share/man/man8/sformat.8
|
$b/usr/share/man/man8/sformat.8 \
|
||||||
|
$b/usr/share/doc/packages/dotfiles.tar.bz2
|
||||||
|
|
||||||
# Remove documentation (will be added in %_datadir/doc/packages/*)
|
# Remove documentation (will be added in %_datadir/doc/packages/*)
|
||||||
#rm -Rf "$b/%_datadir/doc"/*
|
#rm -Rf "$b/%_datadir/doc"/*
|
||||||
@ -703,13 +704,13 @@ fi
|
|||||||
%postun -n libxtermcap1_0 -p /sbin/ldconfig
|
%postun -n libxtermcap1_0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%verifyscript -n cdrecord
|
%verifyscript -n cdrecord
|
||||||
%{verify_permissions -e %_bindir/cdrecord}
|
%verify_permissions -e %_bindir/cdrecord
|
||||||
|
|
||||||
%verifyscript -n cdda2wav
|
%verifyscript -n cdda2wav
|
||||||
%{verify_permissions -e %_bindir/cdda2wav}
|
%verify_permissions -e %_bindir/cdda2wav
|
||||||
|
|
||||||
%verifyscript -n readcd
|
%verifyscript -n readcd
|
||||||
%{verify_permissions -e %_bindir/readcd}
|
%verify_permissions -e %_bindir/readcd
|
||||||
|
|
||||||
%files -n bosh
|
%files -n bosh
|
||||||
%license CDDL.Schily.txt
|
%license CDDL.Schily.txt
|
||||||
@ -996,9 +997,9 @@ fi
|
|||||||
|
|
||||||
%files -n schily-rmt
|
%files -n schily-rmt
|
||||||
%license CDDL.Schily.txt
|
%license CDDL.Schily.txt
|
||||||
%{_docdir}/schily-rmt
|
|
||||||
%config(noreplace) %_sysconfdir/default/rmt
|
%config(noreplace) %_sysconfdir/default/rmt
|
||||||
%_docdir/rmt/
|
%_docdir/rmt/
|
||||||
|
%_docdir/schily-rmt
|
||||||
%_bindir/srmt
|
%_bindir/srmt
|
||||||
%_mandir/man1/srmt.1*
|
%_mandir/man1/srmt.1*
|
||||||
%ghost %_sysconfdir/alternatives/rmt
|
%ghost %_sysconfdir/alternatives/rmt
|
||||||
|
Loading…
Reference in New Issue
Block a user