Compare commits
13 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 6301054c16 | |||
|
|
44b8992b61 | ||
| 4beb6aec48 | |||
|
|
d1bc125445 | ||
| 0df2adb6e8 | |||
| 11f7d3db7a | |||
| 6beba40732 | |||
| 442fded580 | |||
| 6f7d6f807f | |||
| 2120d0140f | |||
| 386bc3d0f4 | |||
| 920cbbcd79 | |||
| 895eb4dcfd |
30
81.patch
Normal file
30
81.patch
Normal file
@@ -0,0 +1,30 @@
|
||||
From 275c6bb242a12e9cfbc1a3b76ca447406b04858e Mon Sep 17 00:00:00 2001
|
||||
From: "Bernhard M. Wiedemann" <bwiedemann@suse.de>
|
||||
Date: Mon, 28 Oct 2024 12:06:27 +0100
|
||||
Subject: [PATCH] Stop storing build host kernel version
|
||||
References: https://codeberg.org/schilytools/schilytools/pulls/81
|
||||
References: https://bugzilla.opensuse.org/show_bug.cgi?id=1232434
|
||||
|
||||
to make reproducible builds easier.
|
||||
See https://reproducible-builds.org/ for why this is good.
|
||||
|
||||
This patch was done while working on reproducible builds for openSUSE, sponsored by the NLnet NGI0 fund.
|
||||
|
||||
---
|
||||
cdda2wav/local.cnf.in | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/cdda2wav/local.cnf.in b/cdda2wav/local.cnf.in
|
||||
index 0874731c..d325cfa3 100644
|
||||
--- a/cdda2wav/local.cnf.in
|
||||
+++ b/cdda2wav/local.cnf.in
|
||||
@@ -151,5 +151,5 @@ $(WANT_INFOFILES) $(WANT_MD5) -DAUX_DEVICE=$(AUX_DEVICE)
|
||||
LIBS += @LIBS@
|
||||
|
||||
#VERSION_OS=@CDRTOOLS_VERSION@_$(O_ARCH)_$(OSREL)_$(K_ARCH)_$(P_ARCH)
|
||||
-VERSION_OS=_$(O_ARCH)_$(OSREL)_$(K_ARCH)_$(P_ARCH)
|
||||
+VERSION_OS=_$(O_ARCH)_$(K_ARCH)_$(P_ARCH)
|
||||
CUR_VERSION='"$(VERSION_OS)"'
|
||||
--
|
||||
2.45.2
|
||||
|
||||
4
_scmsync.obsinfo
Normal file
4
_scmsync.obsinfo
Normal file
@@ -0,0 +1,4 @@
|
||||
mtime: 1748381812
|
||||
commit: 980327f426bf7bf37cdbb59d8f2df74a57dc0b2b695274f9b7766cd64d9f9136
|
||||
url: https://src.opensuse.org/jengelh/schily
|
||||
revision: master
|
||||
3
build.specials.obscpio
Normal file
3
build.specials.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:16ca8507aef118e91df8e24c7fb01c9fd85b1b261a6614d94d9ba97cf41e3e28
|
||||
size 256
|
||||
BIN
schily-2022-10-16.tar.bz2
LFS
BIN
schily-2022-10-16.tar.bz2
LFS
Binary file not shown.
BIN
schily-2024-03-21.tar.bz2
LFS
Normal file
BIN
schily-2024-03-21.tar.bz2
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 27 21:35:22 UTC 2025 - Martin Jambor <mjambor@suse.com>
|
||||
|
||||
- Add -std=gnu17 to compilation flags in order to allow building with
|
||||
GCC 15. [boo#1241945]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 5 19:13:23 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Modernize specfile
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 29 06:00:12 UTC 2024 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||
|
||||
- Add 81.patch to not store the build host kernel version (boo#1232434)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 12 10:45:32 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 2024.03.21
|
||||
* mkisofs: produce less scrollback when logging progress to ttys.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 12 23:22:42 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 2023.09.26
|
||||
* smake: add new -V option to print the expanded value of macros
|
||||
* Bourne Shell: Fix bug where set -o notify or set -b would cause
|
||||
the shell to exit when ^C was pressed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 17 16:35:18 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
||||
58
schily.spec
58
schily.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package schily
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,8 +17,8 @@
|
||||
|
||||
|
||||
# grep -Pir 'define\s+VERSION|strvers'
|
||||
%define rver 2022-10-16
|
||||
%global box_version 2022.10.16
|
||||
%define rver 2024-03-21
|
||||
%global box_version 2024.03.21
|
||||
%global cdr_version 3.02~a10
|
||||
%global sccs_version 5.09
|
||||
%global smake_version 1.6
|
||||
@@ -40,6 +40,7 @@ Source1: README-FIRST
|
||||
# and submit patches upstream FIRST (cc to the bspkg maintainer perhaps).
|
||||
Patch1: iconv-name.diff
|
||||
Patch2: schily-2018-05-25_star_configuration.patch
|
||||
Patch3: 81.patch
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
@@ -104,7 +105,7 @@ Summary: A program to generate tag files for ex/vi
|
||||
License: BSD-2-Clause AND CDDL-1.0 AND GPL-2.0-only AND GPL-2.0-or-later AND BSD-3-Clause AND HPND AND ISC
|
||||
Group: Development/Tools/Building
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun):update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
|
||||
%description ctags
|
||||
Ctags makes a tags file for ex(1) from the specified C, Pascal,
|
||||
@@ -362,7 +363,7 @@ Provides: mt
|
||||
Obsoletes: star-rmt
|
||||
Provides: star-rmt:/usr/bin/smt
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun):update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
|
||||
%description mt
|
||||
The mt/smt program sends commands to a local or a remote magnetic
|
||||
@@ -376,7 +377,7 @@ Provides: rmt
|
||||
Obsoletes: star-rmt
|
||||
Provides: star-rmt:/usr/bin/srmt
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun):update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
|
||||
%description rmt
|
||||
rmt is a program that can be used by e.g. star and ufsdump
|
||||
@@ -479,7 +480,7 @@ rm -fv libsiconv/shlsiconv.mk
|
||||
# - To enable verbosity, use with CC=cc LDCC=cc DYNLD=cc.
|
||||
# - Not fully parallel safe, so stick to default.
|
||||
#
|
||||
mycf="%optflags -fno-strict-aliasing -fno-omit-frame-pointer -fPIC -finput-charset=ISO-8859-1 -fcommon"
|
||||
mycf="%optflags -fno-strict-aliasing -fno-omit-frame-pointer -fPIC -finput-charset=ISO-8859-1 -fcommon -std=gnu17"
|
||||
gmake RUNPATH="" LINKMODE=dynamic COPTOPT="$mycf" LDOPTX="" SCCS_BIN_PRE="" SCCS_HELP_PRE="" config
|
||||
gmake RUNPATH="" LINKMODE=dynamic COPTOPT="$mycf" LDOPTX="" SCCS_BIN_PRE="" SCCS_HELP_PRE="" all
|
||||
|
||||
@@ -711,32 +712,19 @@ if test "$1" = 0; then
|
||||
"%_sbindir/update-alternatives" --remove rmt "%_bindir/srmt"
|
||||
fi
|
||||
|
||||
%post -n libcdrdeflt1_0 -p /sbin/ldconfig
|
||||
%postun -n libcdrdeflt1_0 -p /sbin/ldconfig
|
||||
%post -n libdeflt1_0 -p /sbin/ldconfig
|
||||
%postun -n libdeflt1_0 -p /sbin/ldconfig
|
||||
%post -n libedc_ecc1_0 -p /sbin/ldconfig
|
||||
%postun -n libedc_ecc1_0 -p /sbin/ldconfig
|
||||
%post -n libedc_ecc_dec1_0 -p /sbin/ldconfig
|
||||
%postun -n libedc_ecc_dec1_0 -p /sbin/ldconfig
|
||||
%post -n libfile1_0 -p /sbin/ldconfig
|
||||
%postun -n libfile1_0 -p /sbin/ldconfig
|
||||
%post -n libfind4_0 -p /sbin/ldconfig
|
||||
%postun -n libfind4_0 -p /sbin/ldconfig
|
||||
%post -n libparanoia1_0 -p /sbin/ldconfig
|
||||
%postun -n libparanoia1_0 -p /sbin/ldconfig
|
||||
%post -n librmt1_0 -p /sbin/ldconfig
|
||||
%postun -n librmt1_0 -p /sbin/ldconfig
|
||||
%post -n librscg1_0 -p /sbin/ldconfig
|
||||
%postun -n librscg1_0 -p /sbin/ldconfig
|
||||
%post -n libscg1_0 -p /sbin/ldconfig
|
||||
%postun -n libscg1_0 -p /sbin/ldconfig
|
||||
%post -n libscgcmd1_0 -p /sbin/ldconfig
|
||||
%postun -n libscgcmd1_0 -p /sbin/ldconfig
|
||||
%post -n libschily2_0 -p /sbin/ldconfig
|
||||
%postun -n libschily2_0 -p /sbin/ldconfig
|
||||
%post -n libxtermcap1_0 -p /sbin/ldconfig
|
||||
%postun -n libxtermcap1_0 -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets -n libcdrdeflt1_0
|
||||
%ldconfig_scriptlets -n libdeflt1_0
|
||||
%ldconfig_scriptlets -n libedc_ecc1_0
|
||||
%ldconfig_scriptlets -n libedc_ecc_dec1_0
|
||||
%ldconfig_scriptlets -n libfile1_0
|
||||
%ldconfig_scriptlets -n libfind4_0
|
||||
%ldconfig_scriptlets -n libparanoia1_0
|
||||
%ldconfig_scriptlets -n librmt1_0
|
||||
%ldconfig_scriptlets -n librscg1_0
|
||||
%ldconfig_scriptlets -n libscg1_0
|
||||
%ldconfig_scriptlets -n libscgcmd1_0
|
||||
%ldconfig_scriptlets -n libschily2_0
|
||||
%ldconfig_scriptlets -n libxtermcap1_0
|
||||
|
||||
%verifyscript -n cdrecord
|
||||
%verify_permissions -e %_bindir/cdrecord
|
||||
@@ -892,7 +880,6 @@ fi
|
||||
%_mandir/man3/fexecle.3*
|
||||
%_mandir/man3/fexecv.3*
|
||||
%exclude %_mandir/man3/fexecve.3*
|
||||
%_mandir/man3/fgetline.3*
|
||||
%_mandir/man3/file_raise.3*
|
||||
%_mandir/man3/fileclose.3*
|
||||
%_mandir/man3/fileluopen.3*
|
||||
@@ -919,11 +906,12 @@ fi
|
||||
%_mandir/man3/getlallargs.3*
|
||||
%_mandir/man3/getlargs.3*
|
||||
%_mandir/man3/getlfiles.3*
|
||||
%exclude %_mandir/man3/getline.3*
|
||||
%_mandir/man3/getvallargs.3*
|
||||
%_mandir/man3/getvargs.3*
|
||||
%_mandir/man3/getvfiles.3*
|
||||
%_mandir/man3/handlecond.3*
|
||||
%_mandir/man3/js_fgetline.3*
|
||||
%_mandir/man3/js_getline.3*
|
||||
%_mandir/man3/movebytes.3*
|
||||
%_mandir/man3/ofindline.3*
|
||||
%_mandir/man3/patcompile.3*
|
||||
|
||||
Reference in New Issue
Block a user