Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package htdig for openSUSE:Factory checked 
in at 2021-08-11 11:47:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/htdig (Old)
 and      /work/SRC/openSUSE:Factory/.htdig.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "htdig"

Wed Aug 11 11:47:30 2021 rev:25 rq:911244 version:3.2.0b6

Changes:
--------
--- /work/SRC/openSUSE:Factory/htdig/htdig.changes      2020-12-17 
17:09:06.313958961 +0100
+++ /work/SRC/openSUSE:Factory/.htdig.new.1899/htdig.changes    2021-08-11 
11:49:24.345588551 +0200
@@ -1,0 +2,11 @@
+Tue Aug 10 11:59:19 UTC 2021 - Dirk Stoecker <opens...@dstoecker.de>
+
+- Fix download URL
+
+-------------------------------------------------------------------
+Wed Aug  4 11:01:51 UTC 2021 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Force C++14 build as the code is not (and likely never will be)
+  ready for C++17.
+
+-------------------------------------------------------------------
@@ -9 +20 @@
--  htdig-gcc7.patch: FIx build failure with gcc7 
+-  htdig-gcc7.patch: Fix build failure with gcc7
@@ -391,2 +401,0 @@
-
-

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

Other differences:
------------------
++++++ htdig.spec ++++++
--- /var/tmp/diff_new_pack.FcIrX0/_old  2021-08-11 11:49:24.861587930 +0200
+++ /var/tmp/diff_new_pack.FcIrX0/_new  2021-08-11 11:49:24.861587930 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package htdig
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 License:        GPL-2.0-or-later
 Group:          Productivity/Networking/Web/Utilities
 URL:            http://www.htdig.org
-Source:         
http://switch.dl.sourceforge.net/sourceforge/htdig/htdig-%{version}.tar.bz2
+Source:         
https://phoenixnap.dl.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.bz2
 Source1:        %{name}-README.SUSE
 Patch1:         %{name}-google-style.patch
 Patch2:         %{name}-rundig.patch
@@ -114,6 +114,7 @@
 %patch15
 %patch16 -p1
 %patch17 -p1
+
 %build
 %{?suse_update_config:%{suse_update_config -f db/dist}}
 pushd contrib 1>/dev/null
@@ -121,6 +122,7 @@
 popd 1>/dev/null
 rm -f acconfig.h db/dist/acconfig.h aclocal.m4 configure db/dist/configure
 autoreconf --force --install
+export CXXFLAGS="%{optflags} -std=c++14"
 %configure \
    --with-config-dir=%{_sysconfdir}/htdig \
    --with-common-dir=%{apache_serverroot}/htdig/common \

Reply via email to