Hello community,

here is the log from the commit of package argus-client for openSUSE:Factory 
checked in at 2016-09-30 15:33:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/argus-client (Old)
 and      /work/SRC/openSUSE:Factory/.argus-client.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "argus-client"

Changes:
--------
--- /work/SRC/openSUSE:Factory/argus-client/argus-client.changes        
2014-12-21 12:04:22.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.argus-client.new/argus-client.changes   
2016-09-30 15:33:42.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Sep 28 09:17:22 UTC 2016 - [email protected]
+
+- Update to version 3.0.8.2
+  * Please read the ChangeLog
+
+-------------------------------------------------------------------

Old:
----
  argus-clients-3.0.8.tar.gz

New:
----
  argus-clients-3.0.8.2.tar.gz

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

Other differences:
------------------
++++++ argus-client.spec ++++++
--- /var/tmp/diff_new_pack.5cUJT9/_old  2016-09-30 15:33:45.000000000 +0200
+++ /var/tmp/diff_new_pack.5cUJT9/_new  2016-09-30 15:33:45.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package argus-client
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -16,61 +16,61 @@
 #
 
 
-Name:           argus-client
-BuildRequires:  bison
-BuildRequires:  flex
-BuildRequires:  libpcap
-BuildRequires:  ncurses-devel
-BuildRequires:  tcpd-devel
-BuildRequires:  tcsh
 %define name2 argus-clients
+Name:           argus-client
+Version:        3.0.8.2
+Release:        0
 Summary:        Client for Network Monitoring Tool
 License:        GPL-2.0+
 Group:          Productivity/Networking/Diagnostic
-Version:        3.0.8
-Release:        0
 Url:            http://www.qosient.com/argus/
-
 Source:         http://qosient.com/argus/src/%{name2}-%{version}.tar.gz
 Patch1:         %{name2}-3.0.6-overflow.patch
 Patch2:         %{name2}-3.0.8-fclose.patch
+BuildRequires:  bison
+BuildRequires:  flex
+BuildRequires:  libpcap
+BuildRequires:  ncurses-devel
+BuildRequires:  tcpd-devel
+BuildRequires:  tcsh
+Requires:       argus
+Provides:       argus:%{_sbindir}/argus
 # PATCH-FIX-UPSTREAM fix mem leak (bnc#537485)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Requires:       argus
-Provides:       argus:/usr/sbin/argus
 
 %description
 Client for Argus network monitoring tool.
 
 %prep
-%setup -n %{name2}-%{version}
+%setup -q -n %{name2}-%{version}
 %patch1
 %patch2
 
 %build
 #autoreconf -fi
-export CFLAGS="$RPM_OPT_FLAGS -Wall"
+export CFLAGS="%{optflags} -Wall"
 %configure
 make %{?_smp_mflags}
 
 %install
-install -d -m 755 $RPM_BUILD_ROOT/{etc,usr/{bin,share/man}}
-install -m 700 bin/arg* $RPM_BUILD_ROOT/usr/bin/
-rm -f $RPM_BUILD_ROOT/usr/bin/argus_linux
-install -m 755 bin/ra* $RPM_BUILD_ROOT/usr/bin/
+install -d -m 755 %{buildroot}/{etc,usr/{bin,share/man}}
+install -m 700 bin/arg* %{buildroot}%{_bindir}/
+rm -f %{buildroot}%{_bindir}/argus_linux
+install -m 755 bin/ra* %{buildroot}%{_bindir}/
 ( cd man
-  cp -a man* $RPM_BUILD_ROOT%{_mandir} 
-  chmod a-x $RPM_BUILD_ROOT%{_mandir}/*/* )
-rm -f $RPM_BUILD_ROOT%{_mandir}/man1/tcpdump.1*
-install -m 600 support/Config/rarc $RPM_BUILD_ROOT/etc/ra.conf
+  cp -a man* %{buildroot}%{_mandir}
+  chmod a-x %{buildroot}%{_mandir}/*/* )
+rm -f %{buildroot}%{_mandir}/man1/tcpdump.1*
+install -m 600 support/Config/rarc %{buildroot}%{_sysconfdir}/ra.conf
 find support -type f -exec chmod 0644 {} \;
-rm -f $RPM_BUILD_ROOT/usr/bin/argus*
+rm -f %{buildroot}%{_bindir}/argus*
+rm -rf %{buildroot}%{_mandir}/man*/._*
 
 %files
 %defattr(-,root,root)
 %doc COPYING MANIFEST support
 %{_mandir}/man*/*
-%config /etc/ra.conf
-/usr/bin/ra*
+%config %{_sysconfdir}/ra.conf
+%{_bindir}/ra*
 
 %changelog

++++++ argus-clients-3.0.8.tar.gz -> argus-clients-3.0.8.2.tar.gz ++++++
++++ 41036 lines of diff (skipped)


Reply via email to