Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package packit for openSUSE:Factory checked 
in at 2022-01-15 21:45:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/packit (Old)
 and      /work/SRC/openSUSE:Factory/.packit.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "packit"

Sat Jan 15 21:45:21 2022 rev:5 rq:946699 version:1.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/packit/packit.changes    2020-06-07 
21:39:52.633746597 +0200
+++ /work/SRC/openSUSE:Factory/.packit.new.1892/packit.changes  2022-01-15 
21:45:47.645632971 +0100
@@ -1,0 +2,5 @@
+Sat Jan 15 18:37:07 UTC 2022 - Luigi Baldoni <[email protected]>
+
+- Add packit-1.7-fix_automake_1.16.5_build.patch
+
+-------------------------------------------------------------------

New:
----
  packit-1.7-fix_automake_1.16.5_build.patch

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

Other differences:
------------------
++++++ packit.spec ++++++
--- /var/tmp/diff_new_pack.SmMy9w/_old  2022-01-15 21:45:47.985633151 +0100
+++ /var/tmp/diff_new_pack.SmMy9w/_new  2022-01-15 21:45:47.989633153 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package packit
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,6 +24,8 @@
 Group:          Productivity/Networking/Diagnostic
 URL:            https://github.com/eribertomota/packit
 Source0:        
https://github.com/eribertomota/packit/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+# PATCH-FIX-OPENSUSE packit-1.7-fix_automake_1.16.5_build.patch
+Patch0:         packit-1.7-fix_automake_1.16.5_build.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  libnet-devel
@@ -39,6 +41,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 autoreconf -fiv

++++++ packit-1.7-fix_automake_1.16.5_build.patch ++++++
Index: packit-1.7/configure.ac
===================================================================
--- packit-1.7.orig/configure.ac
+++ packit-1.7/configure.ac
@@ -27,11 +27,10 @@
 AC_PREREQ([2.69])
 AC_INIT([packit], [1.7], [https://github.com/eribertomota/packit/issues])
 AC_CONFIG_SRCDIR([src/main.c])
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([subdir-objects])
 AC_CONFIG_HEADERS(config.h)
 AC_MSG_RESULT(beginning auto-configuration process for packit...)
 AC_PREFIX_DEFAULT(/usr/local)
-AM_INIT_AUTOMAKE([subdir-objects])
 
 AC_PROG_CC
 AC_MSG_CHECKING(for gcc)

Reply via email to