Hello community,

here is the log from the commit of package ipvsadm for openSUSE:Factory checked 
in at 2015-12-09 19:50:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ipvsadm (Old)
 and      /work/SRC/openSUSE:Factory/.ipvsadm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ipvsadm"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ipvsadm/ipvsadm.changes  2014-06-01 
19:41:17.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ipvsadm.new/ipvsadm.changes     2015-12-09 
22:19:42.000000000 +0100
@@ -1,0 +2,12 @@
+Tue Dec  1 14:16:43 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 1.28
+  * No changelog available
+- Update download Url
+- Remove obsolete patches
+  * 03_libnl-3-linking.patch 
+  * ipvsadm-1.26-ipvs_dests_parse_cb-memory-corruption.diff 
+  * ipvsadm-1.26-wrong-error-with--ops-option.bnc847005.diff 
+- Update ipvsadm-1.26-print_largenum.diff > ipvsadm-print_largenum.diff 
+
+-------------------------------------------------------------------

Old:
----
  03_libnl-3-linking.patch
  ipvsadm-1.26-ipvs_dests_parse_cb-memory-corruption.diff
  ipvsadm-1.26-print_largenum.diff
  ipvsadm-1.26-wrong-error-with--ops-option.bnc847005.diff
  ipvsadm-1.26.tar.bz2

New:
----
  ipvsadm-1.28.tar.xz
  ipvsadm-print_largenum.diff

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

Other differences:
------------------
++++++ ipvsadm.spec ++++++
--- /var/tmp/diff_new_pack.6QulgJ/_old  2015-12-09 22:19:43.000000000 +0100
+++ /var/tmp/diff_new_pack.6QulgJ/_new  2015-12-09 22:19:43.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ipvsadm
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,24 +20,19 @@
 BuildRequires:  kernel-source
 BuildRequires:  pkgconfig
 BuildRequires:  popt-devel
-BuildRequires:  systemd
+BuildRequires:  systemd-rpm-macros
 BuildRequires:  pkgconfig(libnl-3.0)
 BuildRequires:  pkgconfig(libnl-genl-3.0)
 Summary:        A Utility for Administering the Linux Virtual Server
 License:        GPL-2.0+
 Group:          Productivity/Networking/System
-Version:        1.26
+Version:        1.28
 Release:        0
 Url:            http://www.linuxvirtualserver.org/
-Source0:        
http://www.LinuxVirtualServer.org/software/ipvsadm-%{version}.tar.bz2
+Source0:        
https://www.kernel.org/pub/linux/utils/kernel/ipvsadm/%{name}-%{version}.tar.xz
 Source1:        ipvsadm.service
-Patch1:         ipvsadm-%{version}.diff
-Patch2:         ipvsadm-%{version}-print_largenum.diff
-# PATCH-FIX-SLE ipvs_dests_parse_cb-memory-corruption bnc#775051
-Patch3:         ipvsadm-%{version}-ipvs_dests_parse_cb-memory-corruption.diff
-# PATCH-FIX-SLE wrong-error-with--ops-option bnc#847005
-Patch4:         ipvsadm-%{version}-wrong-error-with--ops-option.bnc847005.diff
-Patch5:         03_libnl-3-linking.patch
+Patch1:         ipvsadm-1.26.diff
+Patch2:         ipvsadm-print_largenum.diff
 Provides:       %{name}-%{version}
 Requires:       grep
 Requires(pre):  %fillup_prereq
@@ -71,11 +66,9 @@
 EOFF
 %patch1
 %patch2
-%patch3
-%patch4
-%patch5 -p1
+
 %build
-make POPT_LIB="-lpopt" CFLAGS="%{optflags} -fPIC -DHAVE_POPT -DLIBIPVS_USE_NL"
+make POPT_LIB="-lpopt" CFLAGS="%{optflags} -fPIC -DHAVE_POPT -DLIBIPVS_USE_NL 
-I%{_includedir}/libnl3"
 
 %install
 mkdir -p 
%{buildroot}/{sbin,%{_sbindir},%{_mandir}/man8,%{_unitdir},var/adm/fillup-templates}

++++++ ipvsadm-print_largenum.diff ++++++
--- ipvsadm.c
+++ ipvsadm.c   2011/02/08 15:11:51
@@ -1493,7 +1493,7 @@
                int len;
 
                len = snprintf(mytmp, 32, "%llu", i);
-               printf("%*llu", len <= 8 ? 9 : len + 1, i);
+               printf("%*llu", (int)(len <= 8 ? 9 : len + 1), i);
                return;
        }
 

Reply via email to