Hello community,

here is the log from the commit of package PackageKit for openSUSE:Factory 
checked in at 2017-07-05 23:46:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/PackageKit (Old)
 and      /work/SRC/openSUSE:Factory/.PackageKit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "PackageKit"

Wed Jul  5 23:46:53 2017 rev:161 rq:507067 version:1.1.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/PackageKit/PackageKit.changes    2017-06-12 
15:09:37.485435280 +0200
+++ /work/SRC/openSUSE:Factory/.PackageKit.new/PackageKit.changes       
2017-07-05 23:46:55.333560782 +0200
@@ -1,0 +2,10 @@
+Wed Jun 28 09:04:56 UTC 2017 - dims...@opensuse.org
+
+- Explicitly call autoreconf, as one of the patches touches the
+  build system. As long as the version of automake available is the
+  same as was used to bootstrap the tarball, there is no issue, but
+  if the version changes, the call must be explicit.
+- Add autoconf-archive BuildRequires in order to actually be able
+  to successfully bootstrap.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ PackageKit.spec ++++++
--- /var/tmp/diff_new_pack.fcIHJv/_old  2017-07-05 23:46:56.133448121 +0200
+++ /var/tmp/diff_new_pack.fcIHJv/_new  2017-07-05 23:46:56.133448121 +0200
@@ -37,6 +37,8 @@
 # PATCH-FIX-UPSTREAM PackageKit-avoid-stack-smashing-on-i586.patch fdo#101267, 
bsc#1020028 sck...@suse.com -- Fix PackageKit stack smashing when running 
"pkcon get-updates" on 32-bit system.
 Patch2:         PackageKit-avoid-stack-smashing-on-i586.patch
 BuildRequires:  NetworkManager-devel
+# Needed in order to be able to bootstrap (patch2)
+BuildRequires:  autoconf-archive
 BuildRequires:  automake
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -54,14 +56,12 @@
 BuildRequires:  libtool
 BuildRequires:  libzypp-devel
 BuildRequires:  mozilla-nspr-devel >= 4.8
+BuildRequires:  pkgconfig
 BuildRequires:  polkit-devel >= 0.98
 BuildRequires:  python-devel
 # We need the %%mime_database_* macros
 BuildRequires:  shared-mime-info
 BuildRequires:  sqlite-devel
-%if !0%{?is_opensuse}
-BuildRequires:  translation-update-upstream
-%endif
 BuildRequires:  vala
 BuildRequires:  pkgconfig(bash-completion) >= 2.0
 BuildRequires:  pkgconfig(libsystemd)
@@ -84,6 +84,9 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %py_requires
 %{?systemd_requires}
+%if !0%{?is_opensuse}
+BuildRequires:  translation-update-upstream
+%endif
 
 %description
 PackageKit is a system designed to make installing and updating
@@ -229,6 +232,8 @@
 %endif
 
 %build
+# Needed for patch2
+autoreconf -fiv
 %if !0%{?is_opensuse}
 export CFLAGS="%{optflags} -DSLE"
 %endif




Reply via email to