Hello community,

here is the log from the commit of package envoy for openSUSE:Factory checked 
in at 2017-02-16 17:02:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/envoy (Old)
 and      /work/SRC/openSUSE:Factory/.envoy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "envoy"

Changes:
--------
--- /work/SRC/openSUSE:Factory/envoy/envoy.changes      2015-10-20 
00:05:25.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.envoy.new/envoy.changes 2017-02-16 
17:02:33.409020720 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 13:56:27 UTC 2017 - meiss...@suse.com
+
+- envoy-fix-new-systemd.patch: fix build with current systemd
+
+-------------------------------------------------------------------

New:
----
  envoy-fix-new-systemd.patch

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

Other differences:
------------------
++++++ envoy.spec ++++++
--- /var/tmp/diff_new_pack.HVUh58/_old  2017-02-16 17:02:34.024933579 +0100
+++ /var/tmp/diff_new_pack.HVUh58/_new  2017-02-16 17:02:34.028933013 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package envoy
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,6 +26,7 @@
 Url:            https://github.com/vodik/envoy/
 Source:         %{name}-%{version}.tar.gz
                 # https://github.com/vodik/envoy/archive/v{version}.tar.gz
+Patch0:         envoy-fix-new-systemd.patch
 BuildRequires:  dbus-1-devel
 BuildRequires:  fdupes
 BuildRequires:  pam-devel
@@ -47,6 +48,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 CFLAGS="%{optflags}" make %{?_smp_mflags}

++++++ envoy-fix-new-systemd.patch ++++++
--- envoy-14/Makefile.xx        2017-02-13 14:43:22.938830510 +0100
+++ envoy-14/Makefile   2017-02-13 14:44:12.570792392 +0100
@@ -20,8 +20,8 @@
        -D_GNU_SOURCE \
        -DENVOY_VERSION=\"$(VERSION)\"
 
-libsystemd_CFLAGS = $(shell pkg-config --cflags libsystemd-daemon)
-libsystemd_LDLIBS = $(shell pkg-config --libs libsystemd-daemon)
+libsystemd_CFLAGS = $(shell pkg-config --cflags libsystemd)
+libsystemd_LDLIBS = $(shell pkg-config --libs libsystemd)
 
 dbus_CFLAGS = $(shell pkg-config --cflags dbus-1)
 dbus_LDLIBS = $(shell pkg-config --libs dbus-1)

Reply via email to