Hello community,

here is the log from the commit of package axel for openSUSE:Factory checked in 
at 2017-11-12 18:03:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/axel (Old)
 and      /work/SRC/openSUSE:Factory/.axel.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "axel"

Sun Nov 12 18:03:16 2017 rev:2 rq:540717 version:2.15

Changes:
--------
--- /work/SRC/openSUSE:Factory/axel/axel.changes        2017-04-24 
09:49:11.832448939 +0200
+++ /work/SRC/openSUSE:Factory/.axel.new/axel.changes   2017-11-12 
18:03:17.906738207 +0100
@@ -1,0 +2,22 @@
+Sat Nov 11 10:05:24 UTC 2017 - [email protected]
+
+- added more documentation files and license to package
+
+-------------------------------------------------------------------
+Sat Nov 11 04:06:28 UTC 2017 - [email protected]
+
+- update to 2.15 (see ChangeLog for release notes and all changes
+  since 2.4)
+- switch to new github url
+- run spec-cleaner
+- drop all patches
+  * axel-fix_buffer_overflow.patch
+    + upstreamed in 425dd156b76f2377a3e386324c282bdcdac90a40
+  * axel-getaddrinfo.patch
+    + upstreamed in cc1142b8de01e182cbaf4cc8a606c80696d8c0b8
+  * axel-fix-url-max-length.patch
+    + upstreamed in ce40ee76c25a84f386128927fcd0bab4e9751268
+  * axel-2.4-configure.patch
+    + unneeded
+
+-------------------------------------------------------------------

Old:
----
  axel-2.4-configure.patch
  axel-2.4.tar.bz2
  axel-fix-url-max-length.patch
  axel-fix_buffer_overflow.patch
  axel-getaddrinfo.patch

New:
----
  axel-2.15.tar.xz

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

Other differences:
------------------
++++++ axel.spec ++++++
--- /var/tmp/diff_new_pack.lOVgf2/_old  2017-11-12 18:03:20.138656910 +0100
+++ /var/tmp/diff_new_pack.lOVgf2/_new  2017-11-12 18:03:20.138656910 +0100
@@ -16,21 +16,16 @@
 #
 
 
+%{!?license: %global license %doc}
 Name:           axel
-Version:        2.4
+Version:        2.15
 Release:        0
 Summary:        Lightweight Download Accelerator
 License:        GPL-2.0+
 Group:          Productivity/Networking/Other
 Url:            http://axel.alioth.debian.org/
-Source:         axel-%{version}.tar.bz2
-Patch1:         axel-fix_buffer_overflow.patch
-Patch2:         axel-getaddrinfo.patch
-# PATCH-FIX-OPENSUSE axel-2.4-configure.patch [email protected] -- fix to 
accept and ignore --disable-dependency-tracking
-Patch3:         axel-2.4-configure.patch
-# PATCH-FIX-OPENSUSE axel-fix-url-max-length.patch [email protected] -- 
fix to accept longer URLs
-Patch4:         axel-fix-url-max-length.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Source:         
https://github.com/axel-download-accelerator/axel/releases/download/v%{version}/%{name}-%{version}.tar.xz
+BuildRequires:  pkgconfig(openssl)
 
 %description
 Axel tries to accelerate HTTP/FTP downloading process by using multiple
@@ -40,31 +35,20 @@
 
 %prep
 %setup -q
-%patch1
-%patch2
-%patch3
-%patch4
 
 %build
-%configure \
-    --debug=0 \
-    --strip=0 \
-    --i18n=1
-
+%configure
 make %{?_smp_mflags}
 
 %install
 %make_install
 
-rm -rf "%{buildroot}%{_mandir}/zh_CN"
-
 %find_lang axel
 
 %files -f axel.lang
-%defattr(-,root,root)
-%doc CHANGES
-%config %{_sysconfdir}/axelrc
-%{_bindir}/axel
-%{_mandir}/man1/axel.1%{ext_man}
+%doc ChangeLog NEWS README AUTHORS
+%license COPYING
+%{_bindir}/%{name}
+%{_mandir}/man1/%{name}.1%{ext_man}
 
 %changelog


Reply via email to