Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package elixir-hex for openSUSE:Factory 
checked in at 2023-12-18 22:55:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/elixir-hex (Old)
 and      /work/SRC/openSUSE:Factory/.elixir-hex.new.9037 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "elixir-hex"

Mon Dec 18 22:55:47 2023 rev:5 rq:1133760 version:2.0.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/elixir-hex/elixir-hex.changes    2023-08-02 
16:51:08.781753949 +0200
+++ /work/SRC/openSUSE:Factory/.elixir-hex.new.9037/elixir-hex.changes  
2023-12-18 22:55:54.451533621 +0100
@@ -1,0 +2,5 @@
+Fri Nov 24 09:34:29 UTC 2023 - Matwey Kornilov <[email protected]>
+
+- Cleanup spec file
+
+-------------------------------------------------------------------

Old:
----
  hex-v2.0.6.tar.bz2

New:
----
  hex-2.0.6.tar.xz

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

Other differences:
------------------
++++++ elixir-hex.spec ++++++
--- /var/tmp/diff_new_pack.bPB7WR/_old  2023-12-18 22:55:55.231562187 +0100
+++ /var/tmp/diff_new_pack.bPB7WR/_new  2023-12-18 22:55:55.231562187 +0100
@@ -25,7 +25,7 @@
 License:        Apache-2.0
 Group:          Development/Libraries/Other
 URL:            https://github.com/hexpm/hex
-Source:         %{app_name}-v%{version}.tar.bz2
+Source:         %{app_name}-%{version}.tar.xz
 BuildRequires:  elixir
 Requires:       elixir
 BuildArch:      noarch
@@ -38,7 +38,7 @@
 See http://hex.pm for installation instructions and other documentation.
 
 %prep
-%setup -q -n %{app_name}-v%{version}
+%setup -q -n %{app_name}-%{version}
 
 %build
 export LANG=en_US.UTF-8

++++++ _service ++++++
--- /var/tmp/diff_new_pack.bPB7WR/_old  2023-12-18 22:55:55.259563213 +0100
+++ /var/tmp/diff_new_pack.bPB7WR/_new  2023-12-18 22:55:55.263563359 +0100
@@ -5,9 +5,14 @@
                <param name="revision">v2.0.6</param>
                <param name="scm">git</param>
                <param name="changesgenerate">enable</param>
+               <param name="versionrewrite-pattern">v(.+)</param>
+               <param name="versionrewrite-replacement">\1</param>
+       </service>
+       <service name="set_version" mode="disabled">
+               <param name="basename">hex</param>
        </service>
        <service name="recompress" mode="disabled">
-               <param name="compression">bz2</param>
+               <param name="compression">xz</param>
                <param name="file">*.tar</param>
        </service>
 </services>

Reply via email to