Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libkdumpfile for openSUSE:Factory 
checked in at 2023-02-25 19:55:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libkdumpfile (Old)
 and      /work/SRC/openSUSE:Factory/.libkdumpfile.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libkdumpfile"

Sat Feb 25 19:55:35 2023 rev:19 rq:1067718 version:0.5.1+git3.g97c716a

Changes:
--------
--- /work/SRC/openSUSE:Factory/libkdumpfile/libkdumpfile.changes        
2023-01-21 19:13:20.465908272 +0100
+++ /work/SRC/openSUSE:Factory/.libkdumpfile.new.31432/libkdumpfile.changes     
2023-02-25 19:55:38.239460937 +0100
@@ -1,0 +2,5 @@
+Sat Feb 25 13:58:20 UTC 2023 - Petr Tesařík <p...@tesarici.cz>
+
+- Build from git using an OBS service file.
+
+-------------------------------------------------------------------

Old:
----
  libkdumpfile-0.5.1.tar.bz2

New:
----
  _service
  libkdumpfile-0.5.1+git3.g97c716a.tar.xz

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

Other differences:
------------------
++++++ libkdumpfile.spec ++++++
--- /var/tmp/diff_new_pack.NZr8GM/_old  2023-02-25 19:55:38.819464512 +0100
+++ /var/tmp/diff_new_pack.NZr8GM/_new  2023-02-25 19:55:38.823464537 +0100
@@ -48,7 +48,7 @@
 %define oldpython python
 
 Name:           libkdumpfile
-Version:        0.5.1
+Version:        0.5.1+git3.g97c716a
 Release:        0
 %if "%name" == "libkdumpfile"
 Summary:        Kernel dump file access library
@@ -60,7 +60,10 @@
 Group:          Development/Languages/Python
 %endif
 URL:            https://github.com/ptesarik/libkdumpfile
-Source:         
https://github.com/ptesarik/libkdumpfile/releases/download/v%{version}/%{name}-%{version}.tar.bz2
+Source:         %{name}-%{version}.tar.xz
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  libtool
 BuildRequires:  lzo-devel
 BuildRequires:  pkgconfig
 BuildRequires:  zlib-devel
@@ -174,10 +177,9 @@
 %setup -q
 %autopatch -p1
 
-# Avoid autotools recheck after patching config*
-touch aclocal.m4 Makefile.in config.h.in configure
-
 %build
+aclocal
+autoreconf -fvi
 %configure --disable-static --without-python
 make %{?_smp_mflags}
 cd python

++++++ _service ++++++
<services>
  <service name="obs_scm" mode="manual">
    <param name="url">https://github.com/ptesarik/libkdumpfile</param>
    <param name="scm">git</param>
    <param name="revision">tip</param>
    <param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.g%h</param>
    <param 
name="versionrewrite-pattern">v([^+]*\+git[1-9].*)|v([^+]*)\+git0.*</param>
    <param name="versionrewrite-replacement">\1\2</param>
  </service>
  <service name="tar" mode="manual" />
  <service name="recompress" mode="manual">
    <param name="file">*.tar</param>
    <param name="compression">xz</param>
  </service>
  <service name="set_version" mode="manual" />
</services>

Reply via email to