commit siege for openSUSE:Factory
Hello community, here is the log from the commit of package siege for openSUSE:Factory checked in at 2017-03-31 15:09:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/siege (Old) and /work/SRC/openSUSE:Factory/.siege.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "siege" Fri Mar 31 15:09:19 2017 rev:6 rq:482593 version:4.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/siege/siege.changes 2016-03-26 15:24:38.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.siege.new/siege.changes 2017-03-31 15:09:56.132583827 +0200 @@ -1,0 +2,6 @@ +Fri Mar 24 18:28:45 UTC 2017 - mpluskal@suse.com + +- Update to version 4.0.2: + * For full list of changes see attached ChangeLog + +------------------------------------------------------------------- Old: ---- siege-3.1.3.tar.gz New: ---- siege-4.0.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ siege.spec ++++++ --- /var/tmp/diff_new_pack.dkfVSV/_old 2017-03-31 15:09:57.068451514 +0200 +++ /var/tmp/diff_new_pack.dkfVSV/_new 2017-03-31 15:09:57.072450948 +0200 @@ -1,7 +1,7 @@ # # spec file for package siege # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org> # # All modifications and additions to the file contributed by third parties @@ -18,17 +18,17 @@ Name: siege -Version: 3.1.3 +Version: 4.0.2 Release: 0 Summary: HTTP Regression Testing/Benchmarking Utility License: GPL-2.0+ Group: Productivity/Networking/Web/Utilities -Url: http://www.joedog.org/siege/ +Url: https://www.joedog.org/siege-home/ Source: http://download.joedog.org/siege/siege-%{version}.tar.gz -BuildRequires: openssl-devel -BuildRequires: pkg-config +BuildRequires: pkgconfig +BuildRequires: pkgconfig(openssl) +BuildRequires: pkgconfig(zlib) Requires: perl -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Siege is a regression test and benchmark utility. @@ -42,8 +42,6 @@ %prep %setup -q -# remove timestamp -sed -i "s|%_DATE%||g" doc/siegerc.in %build %configure \ @@ -51,13 +49,11 @@ make %{?_smp_mflags} %install -install -d "%{buildroot}%{_sysconfdir}/%{name}" -make DESTDIR=%{buildroot} install %{?_smp_mflags} +%make_install %files %defattr(-,root,root) -%doc AUTHORS ChangeLog COPYING KNOWNBUGS README* -%doc doc/siegerc +%doc AUTHORS ChangeLog COPYING README.md %dir %{_sysconfdir}/%{name} %config(noreplace) %{_sysconfdir}/%{name}/siegerc %config(noreplace) %{_sysconfdir}/%{name}/urls.txt @@ -65,11 +61,9 @@ %{_bindir}/siege %{_bindir}/siege2csv.pl %{_bindir}/siege.config -%{_mandir}/man1/bombardment.1* -%{_mandir}/man1/siege.1* -%{_mandir}/man1/siege2csv.1* -%{_mandir}/man1/siege.config.1* -%{_mandir}/man5/urls_txt.5* -%{_mandir}/man7/layingsiege.7* +%{_mandir}/man1/bombardment.1%{ext_man} +%{_mandir}/man1/siege.1%{ext_man} +%{_mandir}/man1/siege.config.1%{ext_man} +%{_mandir}/man1/siege2csv.1%{ext_man} %changelog ++++++ siege-3.1.3.tar.gz -> siege-4.0.2.tar.gz ++++++ ++++ 42761 lines of diff (skipped)
participants (1)
-
root@hilbert.suse.de