Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libqb for openSUSE:Factory checked 
in at 2021-12-02 22:30:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqb (Old)
 and      /work/SRC/openSUSE:Factory/.libqb.new.31177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libqb"

Thu Dec  2 22:30:04 2021 rev:32 rq:934505 version:2.0.4+20211112.a2691b9

Changes:
--------
--- /work/SRC/openSUSE:Factory/libqb/libqb.changes      2021-11-18 
10:33:37.555895807 +0100
+++ /work/SRC/openSUSE:Factory/.libqb.new.31177/libqb.changes   2021-12-02 
22:30:43.090561277 +0100
@@ -1,0 +2,9 @@
+Thu Nov 25 15:05:06 UTC 2021 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Inject package version differently into the build system
+  (boo#1193087):
+  + Drop libqb-configure-package-version.patch
+  + copy the package version into .tarball-version (if it does not
+    exist and we would happen to use a tarball to build).
+
+-------------------------------------------------------------------

Old:
----
  libqb-configure-package-version.patch

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

Other differences:
------------------
++++++ libqb.spec ++++++
--- /var/tmp/diff_new_pack.5RQpLz/_old  2021-12-02 22:30:43.670559141 +0100
+++ /var/tmp/diff_new_pack.5RQpLz/_new  2021-12-02 22:30:43.674559126 +0100
@@ -29,7 +29,6 @@
 URL:            https://github.com/ClusterLabs/libqb
 Source0:        %{name}-%{version}.tar.xz
 Source1:        baselibs.conf
-Patch1:         libqb-configure-package-version.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  autoconf
@@ -76,9 +75,11 @@
 
 %prep
 %setup -q -n %{name}-%{version}
-%patch1 -p1
 
 %build
+if [ ! -f .tarball-version ]; then
+  echo %{VERSION} > .tarball-version
+fi
 ./autogen.sh
 %configure \
 %if %{with testsrpm}

Reply via email to