Hello community,

here is the log from the commit of package httperf for openSUSE:Factory checked 
in at 2016-04-30 23:31:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/httperf (Old)
 and      /work/SRC/openSUSE:Factory/.httperf.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "httperf"

Changes:
--------
--- /work/SRC/openSUSE:Factory/httperf/httperf.changes  2015-04-10 
09:52:37.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.httperf.new/httperf.changes     2016-04-30 
23:31:24.000000000 +0200
@@ -1,0 +2,13 @@
+Wed Apr 27 13:24:06 UTC 2016 - [email protected]
+
+- Update to version 0.9.0+git.20160311:
+  * Fix building when OpenSSL was compiled -nossl2  or -noss3
+  * Style changes.
+  * Change --server to --servers.
+  * Restore the original --server and --server_name options.
+  * Adding idleconn manpage
+  * Added a contrib dir and idleconn manpage source
+- Add _service and switch to version from git (stable release is 
+  more than 8 years old)
+
+-------------------------------------------------------------------

Old:
----
  httperf-0.9.0.tar.gz

New:
----
  _service
  httperf-0.9.0+git.20160311.tar.xz

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

Other differences:
------------------
++++++ httperf.spec ++++++
--- /var/tmp/diff_new_pack.zwvzSp/_old  2016-04-30 23:31:25.000000000 +0200
+++ /var/tmp/diff_new_pack.zwvzSp/_new  2016-04-30 23:31:25.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package httperf
 #
-# Copyright (c) 2015 SUSE LINUX 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
@@ -17,16 +17,20 @@
 
 
 Name:           httperf
-Version:        0.9.0
+Version:        0.9.0+git.20160311
 Release:        0
 Summary:        A tool for measuring web server performance
 License:        SUSE-GPL-2.0+-with-openssl-exception
 Group:          Productivity/Networking/Web/Utilities
 Url:            https://github.com/httperf/httperf
-Source0:        ftp://ftp.hpl.hp.com/pub/httperf/httperf-%{version}.tar.gz
+Source0:        %{name}-%{version}.tar.xz
 Source1:       %{name}.changes
-BuildRequires:  openssl-devel
-BuildRequires:  pkg-config
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  libtool
+BuildRequires:  pkgconfig
+BuildRequires:  xz
+BuildRequires:  pkgconfig(openssl)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -43,19 +47,19 @@
 find .  -name '*.[ch]' |\
     xargs sed -i "s/__DATE__/${DATE}/g;s/__TIME__/${TIME}/g"
 
-
 %build
+autoreconf -fiv
 %configure
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS ChangeLog NEWS README TODO
+%doc %attr(644,-,-) AUTHORS ChangeLog NEWS README.md TODO
 %{_bindir}/httperf
-%{_bindir}/idleconn
-%{_mandir}/man1/httperf.1.gz
+%{_mandir}/man1/httperf.1%{ext_man}
+%{_mandir}/man1/idleconn.1%{ext_man}
 
 %changelog

++++++ _service ++++++
<services>
  <service mode="localonly" name="tar_scm">
    <param name="url">git://github.com/httperf/httperf</param>
    <param name="scm">git</param>
    <param name="exclude">.git</param>
    <param name="changesgenerate">enable</param>
    <param name="filename">httperf</param>
    <param name="versionformat">0.9.0+git.%cd</param>
  </service>
  <service mode="localonly" name="recompress">
    <param name="file">*.tar</param>
    <param name="compression">xz</param>
  </service>
  <service mode="localonly" name="set_version"/>
</services>

Reply via email to