Hello community, here is the log from the commit of package httperf for openSUSE:Factory checked in at 2016-08-25 09:57:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2016-04-30 23:31:24.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.httperf.new/httperf.changes 2016-08-25 09:57:16.000000000 +0200 @@ -2 +2,6 @@ -Wed Apr 27 13:24:06 UTC 2016 - [email protected] +Wed Aug 17 07:11:36 UTC 2016 - [email protected] + +- Fix building on SLE-11 + +------------------------------------------------------------------- +Wed Apr 27 07:08:42 UTC 2016 - [email protected] @@ -4,0 +10,3 @@ + * Add AC_CONFIG_MACRO_DIR + * added ACLOCAL_AMFLAGS to include m4 + * apply https://github.com/httperf/httperf/issues/8 patch from [email protected] ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ httperf.spec ++++++ --- /var/tmp/diff_new_pack.GhipnU/_old 2016-08-25 09:57:17.000000000 +0200 +++ /var/tmp/diff_new_pack.GhipnU/_new 2016-08-25 09:57:17.000000000 +0200 @@ -28,9 +28,9 @@ BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool +BuildRequires: openssl-devel BuildRequires: pkgconfig BuildRequires: xz -BuildRequires: pkgconfig(openssl) BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -46,18 +46,20 @@ TIME="\"$(date -d "${modified}" "+%%R")\"" find . -name '*.[ch]' |\ xargs sed -i "s/__DATE__/${DATE}/g;s/__TIME__/${TIME}/g" +chmod -x AUTHORS ChangeLog NEWS README.md TODO %build +mkdir m4 autoreconf -fiv %configure make %{?_smp_mflags} %install -make %{?_smp_mflags} DESTDIR=%{buildroot} install +%make_install %files %defattr(-,root,root,-) -%doc %attr(644,-,-) AUTHORS ChangeLog NEWS README.md TODO +%doc AUTHORS ChangeLog NEWS README.md TODO %{_bindir}/httperf %{_mandir}/man1/httperf.1%{ext_man} %{_mandir}/man1/idleconn.1%{ext_man} ++++++ _service ++++++ --- /var/tmp/diff_new_pack.GhipnU/_old 2016-08-25 09:57:17.000000000 +0200 +++ /var/tmp/diff_new_pack.GhipnU/_new 2016-08-25 09:57:17.000000000 +0200 @@ -1,15 +1,14 @@ <services> - <service mode="localonly" name="tar_scm"> + <service mode="disabled" 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"> + <service mode="disabled" name="recompress"> <param name="file">*.tar</param> <param name="compression">xz</param> </service> - <service mode="localonly" name="set_version"/> + <service mode="disabled" name="set_version"/> </services>
