13 Commits

Author SHA256 Message Date
6301054c16 Accepting request 1280716 from utilities
- Add -std=gnu17 to compilation flags in order to allow building with GCC 15. [boo#1241945]

OBS-URL: https://build.opensuse.org/request/show/1280716
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/schily?expand=0&rev=52
2025-05-31 17:14:21 +00:00
OBS User unknown
44b8992b61 [info=980327f426bf7bf37cdbb59d8f2df74a57dc0b2b695274f9b7766cd64d9f9136]
OBS-URL: https://build.opensuse.org/package/show/utilities/schily?expand=0&rev=153
2025-05-27 22:38:56 +00:00
4beb6aec48 Accepting request 1223776 from utilities
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1223776
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/schily?expand=0&rev=51
2024-11-13 14:27:17 +00:00
OBS User unknown
d1bc125445 [info=479cd4c74ba2bb5a90e62ececa2699c690831b916f8f34b2f1f8fb8441c3f42a]
OBS-URL: https://build.opensuse.org/package/show/utilities/schily?expand=0&rev=152
2024-11-05 19:26:22 +00:00
0df2adb6e8 [info=11f7d3db7affdc37ef1852ef0097cbe238b7fb15dbb396981ed609a104375a24]
OBS-URL: https://build.opensuse.org/package/show/utilities/schily?expand=0&rev=151
2024-11-05 19:12:21 +00:00
11f7d3db7a Accepting request 1219212 from utilities
- Add 81.patch to not store the build host kernel version (boo#1232434)

OBS-URL: https://build.opensuse.org/request/show/1219212
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/schily?expand=0&rev=50
2024-10-31 15:08:48 +00:00
6beba40732 relying on autogenerated patch files works even less than autogenerated tarballs :/
OBS-URL: https://build.opensuse.org/package/show/utilities/schily?expand=0&rev=149
2024-10-29 22:09:40 +00:00
442fded580 Move metadata into patch file
OBS-URL: https://build.opensuse.org/package/show/utilities/schily?expand=0&rev=148
2024-10-29 10:34:01 +00:00
6f7d6f807f Add 81.patch to not store the build host kernel version (boo#1232434)
OBS-URL: https://build.opensuse.org/package/show/utilities/schily?expand=0&rev=147
2024-10-29 10:33:04 +00:00
2120d0140f Accepting request 1167037 from utilities
- Update to release 2024.03.21

OBS-URL: https://build.opensuse.org/request/show/1167037
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/schily?expand=0&rev=49
2024-04-14 09:53:45 +00:00
386bc3d0f4 - Update to release 2024.03.21
OBS-URL: https://build.opensuse.org/package/show/utilities/schily?expand=0&rev=145
2024-04-12 10:47:35 +00:00
920cbbcd79 Accepting request 1125374 from utilities
- Update to release 2023.09.26

OBS-URL: https://build.opensuse.org/request/show/1125374
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/schily?expand=0&rev=48
2023-11-13 21:15:52 +00:00
895eb4dcfd - Update to release 2023.09.26
OBS-URL: https://build.opensuse.org/package/show/utilities/schily?expand=0&rev=143
2023-11-13 00:11:29 +00:00
7 changed files with 93 additions and 38 deletions

30
81.patch Normal file
View 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
View File

@@ -0,0 +1,4 @@
mtime: 1748381812
commit: 980327f426bf7bf37cdbb59d8f2df74a57dc0b2b695274f9b7766cd64d9f9136
url: https://src.opensuse.org/jengelh/schily
revision: master

3
build.specials.obscpio Normal file
View File

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

Binary file not shown.

BIN
schily-2024-03-21.tar.bz2 LFS Normal file

Binary file not shown.

View File

@@ -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>

View File

@@ -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*