Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pysrt for openSUSE:Factory 
checked in at 2024-07-08 19:08:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pysrt (Old)
 and      /work/SRC/openSUSE:Factory/.python-pysrt.new.2080 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pysrt"

Mon Jul  8 19:08:17 2024 rev:7 rq:1186012 version:1.1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pysrt/python-pysrt.changes        
2024-02-14 23:19:11.693239599 +0100
+++ /work/SRC/openSUSE:Factory/.python-pysrt.new.2080/python-pysrt.changes      
2024-07-08 19:08:33.843406712 +0200
@@ -1,0 +2,6 @@
+Sun Jul  7 13:50:02 UTC 2024 - Luigi Baldoni <aloi...@gmx.com>
+
+- Prepend executable name with pysrt- to avoid clash with
+  the python-srt package
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pysrt.spec ++++++
--- /var/tmp/diff_new_pack.5yw718/_old  2024-07-08 19:08:35.247458062 +0200
+++ /var/tmp/diff_new_pack.5yw718/_new  2024-07-08 19:08:35.263458647 +0200
@@ -52,21 +52,22 @@
 
 %install
 %pyproject_install
-%python_clone -a %{buildroot}%{_bindir}/srt
+mv %{buildroot}%{_bindir}/srt %{buildroot}%{_bindir}/pysrt-srt
+%python_clone -a %{buildroot}%{_bindir}/pysrt-srt
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
 %pytest
 
 %post
-%python_install_alternative srt
+%python_install_alternative pysrt-srt
 
 %postun
-%python_uninstall_alternative srt
+%python_uninstall_alternative pysrt-srt
 
 %files %{python_files}
 %doc README.rst
-%python_alternative %{_bindir}/srt
+%python_alternative %{_bindir}/pysrt-srt
 %{python_sitelib}/pysrt
 %{python_sitelib}/pysrt-%{version}.dist-info
 

Reply via email to