Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package texlive-specs-z for openSUSE:Factory
checked in at 2024-07-05 19:44:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/texlive-specs-z (Old)
and /work/SRC/openSUSE:Factory/.texlive-specs-z.new.2080 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "texlive-specs-z"
Fri Jul 5 19:44:45 2024 rev:52 rq:1185321 version:unknown
Changes:
--------
--- /work/SRC/openSUSE:Factory/texlive-specs-z/texlive-specs-z.changes
2024-03-22 15:27:55.241043614 +0100
+++
/work/SRC/openSUSE:Factory/.texlive-specs-z.new.2080/texlive-specs-z.changes
2024-07-05 19:48:47.321098799 +0200
@@ -1,0 +2,10 @@
+Wed Jul 3 08:09:23 UTC 2024 - Dr. Werner Fink <[email protected]>
+
+- More fine tuning to catch all python3 shebangs
+
+-------------------------------------------------------------------
+Thu Jun 27 13:38:11 UTC 2024 - Dr. Werner Fink <[email protected]>
+
+- Add fix for bug boo#1212476 -- fix python shebang
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ texlive-specs-z.spec ++++++
--- /var/tmp/diff_new_pack.kHSdAz/_old 2024-07-05 19:48:54.493362517 +0200
+++ /var/tmp/diff_new_pack.kHSdAz/_new 2024-07-05 19:48:54.505362957 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package texlive-specs-z.spec.new
+# spec file for package texlive-specs-z.spec
#
# Copyright (c) 2024 SUSE LLC
#
@@ -14,12 +14,14 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
+##### WARNING: Please do not edit this auto generated spec file.
+#
%define texlive_version 2024
%define texlive_previous 2022
%define texlive_release 20240311
-%define texlive_noarch 213
+%define texlive_noarch 216
%define biber_version 2.19
#!BuildIgnore: texlive
@@ -55,6 +57,10 @@
%define _x11inc %{_includedir}
%define _appdefdir %{_x11data}/app-defaults
+%if ! %{defined python3_bin_suffix}
+%global python3_bin_suffix 3
+%endif
+
Name: texlive-specs-z
Version: 2024
Release: 0
@@ -43576,10 +43582,10 @@
%{_texmfdistdir}/doc/fonts/xcharter/altone.py
do
test -e %{buildroot}/$scr || continue
- head -n 1 %{buildroot}/$scr | grep -q python3 && continue
+ head -n 1 %{buildroot}/$scr | grep -q python%python3_bin_suffix &&
continue
ed %{buildroot}/${scr} <<-'EOF'
1
- s@python@python3@
+ s@python[23]\?[^\s]*@python%python3_bin_suffix@
.
w
q
@@ -43739,7 +43745,7 @@
ed %{buildroot}/${scr} <<-'EOF'
1
i
- #! /usr/bin/python3
+ #! /usr/bin/python%python3_bin_suffix
.
w
q
@@ -43752,10 +43758,10 @@
%{_texmfdistdir}/doc/xelatex/xepersian/unldk-0.2.py
do
test -e %{buildroot}/$scr || continue
- head -n 1 %{buildroot}/$scr | grep -q python3 && continue
+ head -n 1 %{buildroot}/$scr | grep -q python%python3_bin_suffix &&
continue
ed %{buildroot}/${scr} <<-'EOF'
1
- s@python@python3@
+ s@python[23]\?[^\s]*@python%python3_bin_suffix@
.
w
q