Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package harec for openSUSE:Factory checked 
in at 2024-01-03 12:25:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/harec (Old)
 and      /work/SRC/openSUSE:Factory/.harec.new.28375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "harec"

Wed Jan  3 12:25:13 2024 rev:5 rq:1135737 version:1702179030.9d51b36

Changes:
--------
--- /work/SRC/openSUSE:Factory/harec/harec.changes      2023-12-17 
21:34:27.962252258 +0100
+++ /work/SRC/openSUSE:Factory/.harec.new.28375/harec.changes   2024-01-03 
12:25:15.336063906 +0100
@@ -1,0 +2,5 @@
+Sat Dec 23 08:12:46 UTC 2023 - Soc Virnyl Estela 
<uncomfy+openbuildserv...@uncomfyhalomacro.pl>
+
+- Set version environment variable in specfile
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ harec.spec ++++++
--- /var/tmp/diff_new_pack.Hpsw89/_old  2024-01-03 12:25:15.900084514 +0100
+++ /var/tmp/diff_new_pack.Hpsw89/_new  2024-01-03 12:25:15.900084514 +0100
@@ -39,19 +39,18 @@
 mkdir -p build/
 
 %build
-
 export CFLAGS="%optflags"
 
 # Harec does not use autoconf
 pushd build/
 ../configure
-make %{?_smp_mflags}
+make %{?_smp_mflags} VERSION="%{version}"
 popd
 
 %install
 export CFLAGS="%optflags"
 pushd build/
-make %{?_smp_mflags} DESTDIR="%{buildroot}" BINDIR="%{_bindir}" install
+make %{?_smp_mflags} VERSION="%{version}" DESTDIR="%{buildroot}" 
BINDIR="%{_bindir}" install
 popd
 
 %check

Reply via email to