commit axel for openSUSE:Factory

2020-09-22 Thread root
Hello community,

here is the log from the commit of package axel for openSUSE:Factory checked in 
at 2020-09-22 21:04:17

Comparing /work/SRC/openSUSE:Factory/axel (Old)
 and  /work/SRC/openSUSE:Factory/.axel.new.4249 (New)


Package is "axel"

Tue Sep 22 21:04:17 2020 rev:10 rq:828640 version:2.17.9

Changes:

--- /work/SRC/openSUSE:Factory/axel/axel.changes2020-06-02 
14:42:19.440220286 +0200
+++ /work/SRC/openSUSE:Factory/.axel.new.4249/axel.changes  2020-09-22 
21:05:07.855611757 +0200
@@ -1,0 +2,18 @@
+Fri Aug 21 21:11:44 UTC 2020 - Matthias Eliasson 
+
+- update to 2.17.9: 
+  * Fixed insecure mode certificate checking error.
+  * Fixed progress bar for large number of connections.
+  * Fixed some race conditions with conn_t.
+  * Removed limitations on state file name length.
+  * Removed limitations on HTTP query length.
+  * Fixed a memory leak when deleting the download state file.
+  * Added coding style aid and licensing rules to CONTRIBUTING.md.
+  * Updated and improved README.md.
+  * Cleanup of code & build system.
+  * Made the help flag report axel's version number.
+  * Updated Chinese translation.
+- run spec-cleaner
+  * remove rpm groups
+
+---

Old:

  axel-2.17.8.tar.xz

New:

  axel-2.17.9.tar.xz



Other differences:
--
++ axel.spec ++
--- /var/tmp/diff_new_pack.6asFi1/_old  2020-09-22 21:05:09.147612887 +0200
+++ /var/tmp/diff_new_pack.6asFi1/_new  2020-09-22 21:05:09.151612891 +0200
@@ -19,11 +19,10 @@
 %{!?license: %global license %doc}
 %{!?make_build: %global make_build make %{?_smp_mflags}}
 Name:   axel
-Version:2.17.8
+Version:2.17.9
 Release:0
 Summary:Lightweight Download Accelerator
 License:GPL-2.0-or-later
-Group:  Productivity/Networking/Other
 URL:https://github.com/axel-download-accelerator/axel
 Source: 
https://github.com/axel-download-accelerator/axel/releases/download/v%{version}/%{name}-%{version}.tar.xz
 BuildRequires:  pkgconfig

++ axel-2.17.8.tar.xz -> axel-2.17.9.tar.xz ++
 6053 lines of diff (skipped)




commit axel for openSUSE:Factory

2020-06-02 Thread root
Hello community,

here is the log from the commit of package axel for openSUSE:Factory checked in 
at 2020-06-02 14:41:27

Comparing /work/SRC/openSUSE:Factory/axel (Old)
 and  /work/SRC/openSUSE:Factory/.axel.new.3606 (New)


Package is "axel"

Tue Jun  2 14:41:27 2020 rev:9 rq:810567 version:2.17.8

Changes:

--- /work/SRC/openSUSE:Factory/axel/axel.changes2020-04-07 
10:28:53.842334553 +0200
+++ /work/SRC/openSUSE:Factory/.axel.new.3606/axel.changes  2020-06-02 
14:42:19.440220286 +0200
@@ -1,0 +2,10 @@
+Sun May 31 18:12:23 UTC 2020 - Andreas Stieger 
+
+- update to 2.17.8:
+  * CVE-2020-13614: SSL Certificate Hostnames were not verified
+(boo#1172159)
+  * Replaced progressbar line clearing with terminal control sequence
+  * Fixed parsing of Content-Disposition HTTP header
+  * Fixed User-Agent HTTP header never being included
+
+---

Old:

  axel-2.17.7.tar.xz

New:

  axel-2.17.8.tar.xz



Other differences:
--
++ axel.spec ++
--- /var/tmp/diff_new_pack.9wzKkj/_old  2020-06-02 14:42:20.428223408 +0200
+++ /var/tmp/diff_new_pack.9wzKkj/_new  2020-06-02 14:42:20.432223422 +0200
@@ -17,14 +17,16 @@
 
 
 %{!?license: %global license %doc}
+%{!?make_build: %global make_build make %{?_smp_mflags}}
 Name:   axel
-Version:2.17.7
+Version:2.17.8
 Release:0
 Summary:Lightweight Download Accelerator
 License:GPL-2.0-or-later
 Group:  Productivity/Networking/Other
 URL:https://github.com/axel-download-accelerator/axel
 Source: 
https://github.com/axel-download-accelerator/axel/releases/download/v%{version}/%{name}-%{version}.tar.xz
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(openssl)
 
 %description
@@ -38,7 +40,7 @@
 
 %build
 %configure
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
@@ -49,6 +51,6 @@
 %doc ChangeLog NEWS README.md AUTHORS CREDITS
 %license COPYING
 %{_bindir}/%{name}
-%{_mandir}/man1/%{name}.1%{ext_man}
+%{_mandir}/man1/%{name}.1%{?ext_man}
 
 %changelog

++ axel-2.17.7.tar.xz -> axel-2.17.8.tar.xz ++
 7177 lines of diff (skipped)




commit axel for openSUSE:Factory

2020-04-07 Thread root
Hello community,

here is the log from the commit of package axel for openSUSE:Factory checked in 
at 2020-04-07 10:28:46

Comparing /work/SRC/openSUSE:Factory/axel (Old)
 and  /work/SRC/openSUSE:Factory/.axel.new.3248 (New)


Package is "axel"

Tue Apr  7 10:28:46 2020 rev:8 rq:791570 version:2.17.7

Changes:

--- /work/SRC/openSUSE:Factory/axel/axel.changes2019-10-27 
13:41:55.669333107 +0100
+++ /work/SRC/openSUSE:Factory/.axel.new.3248/axel.changes  2020-04-07 
10:28:53.842334553 +0200
@@ -1,0 +2,11 @@
+Sun Mar 29 19:28:39 UTC 2020 - Sebastian Wagner 
+
+- update to version 2.17.7:
+ - Buildsystem fixes
+ - Fixed release date for man-pages on BSD
+ - Explicitly close TCP sockets on SSL connections too
+ - Fixed HTTP basic auth header generation
+ - Changed the default progress report to "alternate output mode"
+ - Improved English in README.md
+
+---

Old:

  axel-2.17.6.tar.xz

New:

  axel-2.17.7.tar.xz



Other differences:
--
++ axel.spec ++
--- /var/tmp/diff_new_pack.nSxpY4/_old  2020-04-07 10:28:54.674335478 +0200
+++ /var/tmp/diff_new_pack.nSxpY4/_new  2020-04-07 10:28:54.674335478 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package axel
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,12 @@
 
 %{!?license: %global license %doc}
 Name:   axel
-Version:2.17.6
+Version:2.17.7
 Release:0
 Summary:Lightweight Download Accelerator
 License:GPL-2.0-or-later
 Group:  Productivity/Networking/Other
-Url:https://github.com/axel-download-accelerator/axel
+URL:https://github.com/axel-download-accelerator/axel
 Source: 
https://github.com/axel-download-accelerator/axel/releases/download/v%{version}/%{name}-%{version}.tar.xz
 BuildRequires:  pkgconfig(openssl)
 

++ axel-2.17.6.tar.xz -> axel-2.17.7.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/axel-2.17.6/ChangeLog new/axel-2.17.7/ChangeLog
--- old/axel-2.17.6/ChangeLog   2019-08-29 21:39:14.0 +0200
+++ new/axel-2.17.7/ChangeLog   2020-01-26 13:10:38.0 +0100
@@ -1,3 +1,28 @@
+Version: 2.17.7, 2020-01-26
+
+  [ Ismael Luceno ]
+
+* Buildsystem fixes
+* Fixed release date for man-pages on BSD
+
+  [ Park Ju Hyung ]
+
+* Explicitly close TCP sockets on SSL connections too
+
+  [ Shankar ]
+
+* Fixed HTTP basic auth header generation
+
+  [ Terry ]
+
+* Changed the default progress report to "alternate output mode"
+
+  [ retnikt ]
+
+* Improved English in README.md
+
+
+
 Version: 2.17.6, 2019-08-29
 
   [ Ismael Luceno ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/axel-2.17.6/Makefile.in new/axel-2.17.7/Makefile.in
--- old/axel-2.17.6/Makefile.in 2019-08-29 21:39:14.0 +0200
+++ new/axel-2.17.7/Makefile.in 2020-01-26 13:10:38.0 +0100
@@ -341,6 +341,7 @@
 PTHREAD_CC = @PTHREAD_CC@
 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
 PTHREAD_LIBS = @PTHREAD_LIBS@
+RELDATE_PRETTY = @RELDATE_PRETTY@
 SED = @SED@
 SET_MAKE = @SET_MAKE@
 SHELL = @SHELL@
@@ -410,6 +411,7 @@
doc/axelrc.example doc/axel.txt
 dist_man_MANS = doc/axel.1
 PACKAGE_DESC = lightweight command line download accelerator
+doc_reldate = @RELDATE_PRETTY@
 MSG = echo '==>'
 ERR = ! echo '!!! ERROR:'
 axel_SOURCES = \
@@ -1108,11 +1110,10 @@
 
 
 .txt.1:
-   read _ P_DATE _ < $(top_srcdir)/VERSION && \
tmp=$$(mktemp tmpXX) && \
> "$$tmp" \
txt2man -t "$(<:.txt=)" -s 1 \
-   -d "$$(date -d"$$P_DATE" '+%B %_d, %Y')" \
+   -d "$(doc_reldate)" \
-P "$(PACKAGE_NAME)" \
-r "$(PACKAGE_NAME)-$(PACKAGE_VERSION)" \
-v "$(PACKAGE_DESC)" $< &&\
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/axel-2.17.6/README.md new/axel-2.17.7/README.md
--- old/axel-2.17.6/README.md   2019-08-29 21:39:14.0 +0200
+++ new/axel-2.17.7/README.md   2020-01-26 13:10:38.0 +0100
@@ -4,13 +4,14 @@
 
 ## 1. Help this project ##
 
-Axel needs your help. **If you are a programmer** and if you wants to
+Axel needs your help. **If you are a programmer** and want to
 help a nice project, this is your opportunity.
 
 Axel was imported from its old repository[1] to GitHub (the original
 homepage and developers are inactive).
 
-If you are interested to help Axel, read the 
[CONTRIBUTING.md](CONTRIBUTING.md) file.
+If you 

commit axel for openSUSE:Factory

2019-10-27 Thread root
Hello community,

here is the log from the commit of package axel for openSUSE:Factory checked in 
at 2019-10-27 13:41:53

Comparing /work/SRC/openSUSE:Factory/axel (Old)
 and  /work/SRC/openSUSE:Factory/.axel.new.2990 (New)


Package is "axel"

Sun Oct 27 13:41:53 2019 rev:7 rq:743107 version:2.17.6

Changes:

--- /work/SRC/openSUSE:Factory/axel/axel.changes2019-06-17 
10:34:51.517218652 +0200
+++ /work/SRC/openSUSE:Factory/.axel.new.2990/axel.changes  2019-10-27 
13:41:55.669333107 +0100
@@ -1,0 +2,26 @@
+Thu Oct 24 20:16:14 UTC 2019 - Sebastian Wagner 
+
+- update to version 2.17.6:
+ - Fixed handling of non-recoverable HTTP errors
+ - Cleanup of connection setup code
+ - Fixed manpage reproducibility issue
+ - Use tracker instead of PTS from Debian
+- update to version 2.17.5:
+ - Fixed progress indicator misalignment
+ - Cleaned up the wget-like progress output code
+ - Improved progress output flushing
+- update to version 2.17.4:
+ - Fixed build with bionic libc (Android)
+ - TCP Fast Open support on Linux
+ - TCP code cleanup
+ - Removed dependency on libm
+ - Data types and format strings cleanup
+ - String handling cleanup
+ - Format string checking GCC attributes added
+ - Buildsystem fixes and improvements
+ - Updates to the documentation
+ - Updated all translations
+ - Fixed Footnotes in documentation
+ - Fixed a typo in README.md
+
+---

Old:

  axel-2.17.3.tar.xz

New:

  axel-2.17.6.tar.xz



Other differences:
--
++ axel.spec ++
--- /var/tmp/diff_new_pack.HcCWnQ/_old  2019-10-27 13:41:57.113334848 +0100
+++ /var/tmp/diff_new_pack.HcCWnQ/_new  2019-10-27 13:41:57.153334896 +0100
@@ -18,7 +18,7 @@
 
 %{!?license: %global license %doc}
 Name:   axel
-Version:2.17.3
+Version:2.17.6
 Release:0
 Summary:Lightweight Download Accelerator
 License:GPL-2.0-or-later
@@ -46,7 +46,7 @@
 %find_lang axel
 
 %files -f axel.lang
-%doc ChangeLog NEWS README AUTHORS
+%doc ChangeLog NEWS README.md AUTHORS CREDITS
 %license COPYING
 %{_bindir}/%{name}
 %{_mandir}/man1/%{name}.1%{ext_man}

++ axel-2.17.3.tar.xz -> axel-2.17.6.tar.xz ++
 32242 lines of diff (skipped)




commit axel for openSUSE:Factory

2019-06-17 Thread root
Hello community,

here is the log from the commit of package axel for openSUSE:Factory checked in 
at 2019-06-17 10:34:46

Comparing /work/SRC/openSUSE:Factory/axel (Old)
 and  /work/SRC/openSUSE:Factory/.axel.new.4811 (New)


Package is "axel"

Mon Jun 17 10:34:46 2019 rev:6 rq:710220 version:2.17.3

Changes:

--- /work/SRC/openSUSE:Factory/axel/axel.changes2019-06-01 
09:50:17.639308017 +0200
+++ /work/SRC/openSUSE:Factory/.axel.new.4811/axel.changes  2019-06-17 
10:34:51.517218652 +0200
@@ -1,0 +2,37 @@
+Sun Jun  9 19:21:11 UTC 2019 - Sebastian Wagner 
+
+- update to version 2.17.3:
+ - Builds now use canonical host triplet instead of `uname -s`
+ - Fixed build on Darwin / Mac OS X
+ - Fixed download loops caused by last byte pointer being off by one
+ - Fixed linking issues (i18n and posix threads)
+ - Updated build instructions
+ - Code cleanup
+ - Added autoconf-archive to building instructions
+- update to version 2.17.2:
+ - Fixed HTTP request-ranges to be zero-based
+ - Fixed typo "too may" -> "too many"
+ - Replaced malloc + memset calls with calloc
+ - Sanitize progress bar buffer len passed to memset
+- update to version 2.17.1:
+ - Fixed comparison error in axel_divide
+ - Make sure maxconns is at least 1
+- update to version 2.17:
+ - Fixed composition of URLs in redirections
+ - Fixed request range calculation
+ - Updated all translations
+ - Updated build documentation
+ - Major code cleanup
+  -  Cleanup of alternate progress output
+  -  Removed global string buffers
+  -  Fixed min and max macros
+  -  Moved User-Agent header to conf->add_header
+  -  Use integers for speed ratio and delay calculation
+ - Added support for parsing IPv6 literal hostname
+ - Fixed filename extraction from URL
+ - Fixed request-target message to proxy
+ - Handle secure protocol's schema even with SSL disabled
+ - Fixed Content-Disposition filename value decoding
+ - Strip leading hyphens in extracted filenames
+
+---

Old:

  axel-2.16.1.tar.xz

New:

  axel-2.17.3.tar.xz



Other differences:
--
++ axel.spec ++
--- /var/tmp/diff_new_pack.uKHQbT/_old  2019-06-17 10:34:52.025218398 +0200
+++ /var/tmp/diff_new_pack.uKHQbT/_new  2019-06-17 10:34:52.025218398 +0200
@@ -18,7 +18,7 @@
 
 %{!?license: %global license %doc}
 Name:   axel
-Version:2.16.1
+Version:2.17.3
 Release:0
 Summary:Lightweight Download Accelerator
 License:GPL-2.0-or-later

++ axel-2.16.1.tar.xz -> axel-2.17.3.tar.xz ++
 10480 lines of diff (skipped)




commit axel for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package axel for openSUSE:Factory checked in 
at 2019-06-01 09:50:17

Comparing /work/SRC/openSUSE:Factory/axel (Old)
 and  /work/SRC/openSUSE:Factory/.axel.new.5148 (New)


Package is "axel"

Sat Jun  1 09:50:17 2019 rev:5 rq:706057 version:2.16.1

Changes:

--- /work/SRC/openSUSE:Factory/axel/axel.changes2018-03-31 
15:38:00.883236273 +0200
+++ /work/SRC/openSUSE:Factory/.axel.new.5148/axel.changes  2019-06-01 
09:50:17.639308017 +0200
@@ -1,0 +2,5 @@
+Thu Mar 21 20:45:51 UTC 2019 - Sebastian Wagner 
+
+- fix broken URL
+
+---



Other differences:
--
++ axel.spec ++
--- /var/tmp/diff_new_pack.SnXjyj/_old  2019-06-01 09:50:18.243307811 +0200
+++ /var/tmp/diff_new_pack.SnXjyj/_new  2019-06-01 09:50:18.247307810 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package axel
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -23,7 +23,7 @@
 Summary:Lightweight Download Accelerator
 License:GPL-2.0-or-later
 Group:  Productivity/Networking/Other
-Url:http://axel.alioth.debian.org/
+Url:https://github.com/axel-download-accelerator/axel
 Source: 
https://github.com/axel-download-accelerator/axel/releases/download/v%{version}/%{name}-%{version}.tar.xz
 BuildRequires:  pkgconfig(openssl)
 




commit axel for openSUSE:Factory

2018-03-31 Thread root
Hello community,

here is the log from the commit of package axel for openSUSE:Factory checked in 
at 2018-03-31 15:37:37

Comparing /work/SRC/openSUSE:Factory/axel (Old)
 and  /work/SRC/openSUSE:Factory/.axel.new (New)


Package is "axel"

Sat Mar 31 15:37:37 2018 rev:4 rq:592739 version:2.16.1

Changes:

--- /work/SRC/openSUSE:Factory/axel/axel.changes2017-11-27 
22:18:54.177563652 +0100
+++ /work/SRC/openSUSE:Factory/.axel.new/axel.changes   2018-03-31 
15:38:00.883236273 +0200
@@ -1,0 +2,6 @@
+Sat Mar 10 08:47:25 UTC 2018 - sebix+novell@sebix.at
+
+- update to version 2.16.1:
+ * no noteable changes
+
+---

Old:

  axel-2.16.tar.xz

New:

  axel-2.16.1.tar.xz



Other differences:
--
++ axel.spec ++
--- /var/tmp/diff_new_pack.NOi0zO/_old  2018-03-31 15:38:01.819202336 +0200
+++ /var/tmp/diff_new_pack.NOi0zO/_new  2018-03-31 15:38:01.823202190 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package axel
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -18,10 +18,10 @@
 
 %{!?license: %global license %doc}
 Name:   axel
-Version:2.16
+Version:2.16.1
 Release:0
 Summary:Lightweight Download Accelerator
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Networking/Other
 Url:http://axel.alioth.debian.org/
 Source: 
https://github.com/axel-download-accelerator/axel/releases/download/v%{version}/%{name}-%{version}.tar.xz

++ axel-2.16.tar.xz -> axel-2.16.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/axel-2.16/CREDITS new/axel-2.16.1/CREDITS
--- old/axel-2.16/CREDITS   2017-11-25 04:52:38.0 +0100
+++ new/axel-2.16.1/CREDITS 2017-12-05 06:16:05.0 +0100
@@ -1,3 +1,11 @@
+2.16.1 version:
+
+- Changes in source code by:
+
+  * Ismael Luceno 
+
+  Read the ChangeLog to see the changes.
+
 2.16 version:
 
 - Changes in source code by:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/axel-2.16/ChangeLog new/axel-2.16.1/ChangeLog
--- old/axel-2.16/ChangeLog 2017-11-25 04:52:38.0 +0100
+++ new/axel-2.16.1/ChangeLog   2017-12-05 06:16:05.0 +0100
@@ -1,3 +1,11 @@
+Version: 2.16.1, 2017-12-05
+
+  [ Ismael Luceno ]
+
+* Fixed building against static OpenSSL
+
+
+
 Version: 2.16, 2017-11-25
 
   [ Ismael Luceno ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/axel-2.16/Makefile.in new/axel-2.16.1/Makefile.in
--- old/axel-2.16/Makefile.in   2017-11-25 04:52:38.0 +0100
+++ new/axel-2.16.1/Makefile.in 2017-12-05 06:16:05.0 +0100
@@ -96,6 +96,7 @@
$(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
$(top_srcdir)/acinclude.m4 $(top_srcdir)/VERSION \
\
+   \
$(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
@@ -198,7 +199,7 @@
 am__DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.in \
$(srcdir)/config.h.in ABOUT-NLS AUTHORS COPYING ChangeLog \
INSTALL NEWS README compile config.guess config.rpath \
-   config.sub install-sh missing
+   config.sub depcomp install-sh missing
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 distdir = $(PACKAGE)-$(VERSION)
 top_distdir = $(distdir)
@@ -297,9 +298,14 @@
 PACKAGE_URL = @PACKAGE_URL@
 PACKAGE_VERSION = @PACKAGE_VERSION@
 PATH_SEPARATOR = @PATH_SEPARATOR@
+PKG_CONFIG = @PKG_CONFIG@
+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 POSUB = @POSUB@
 SET_MAKE = @SET_MAKE@
 SHELL = @SHELL@
+SSL_CFLAGS = @SSL_CFLAGS@
+SSL_LIBS = @SSL_LIBS@
 STRIP = @STRIP@
 USE_NLS = @USE_NLS@
 VERSION = @VERSION@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/axel-2.16/VERSION new/axel-2.16.1/VERSION
--- old/axel-2.16/VERSION   2017-11-25 04:52:38.0 +0100
+++ new/axel-2.16.1/VERSION 2017-12-05 06:16:05.0 +0100
@@ -1 +1 @@
-2.16 2017-11-25T03:52:38Z
+2.16.1 2017-12-05T05:16:05Z
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/axel-2.16/aclocal.m4 new/axel-2.16.1/aclocal.m4
--- old/axel-2.16/aclocal.m42017-11-25 04:52:38.0 +0100
+++ new/axel-2.16.1/aclocal.m4  2017-12-05 06:16:05.0 +0100
@@ -20,6 +20,282 @@
 If 

commit axel for openSUSE:Factory

2017-11-27 Thread root
Hello community,

here is the log from the commit of package axel for openSUSE:Factory checked in 
at 2017-11-27 22:18:50

Comparing /work/SRC/openSUSE:Factory/axel (Old)
 and  /work/SRC/openSUSE:Factory/.axel.new (New)


Package is "axel"

Mon Nov 27 22:18:50 2017 rev:3 rq:546012 version:2.16

Changes:

--- /work/SRC/openSUSE:Factory/axel/axel.changes2017-11-12 
18:03:17.906738207 +0100
+++ /work/SRC/openSUSE:Factory/.axel.new/axel.changes   2017-11-27 
22:18:54.177563652 +0100
@@ -1,0 +2,13 @@
+Sun Nov 26 16:20:54 UTC 2017 - aavind...@gmail.com
+
+- update to 2.16
+  * Buildsystem fixes and improvements
+  * Fixed bug that produces empty files with -q/--quiet
+  * Fixed build with --disable-nls
+  * Fixed formatting of the version/copyright message
+  * Header files reorganization
+  * Spanish translation
+  * Style fixes
+  * Updated Portuguese translation
+
+---

Old:

  axel-2.15.tar.xz

New:

  axel-2.16.tar.xz



Other differences:
--
++ axel.spec ++
--- /var/tmp/diff_new_pack.xolDfS/_old  2017-11-27 22:18:55.697508487 +0100
+++ /var/tmp/diff_new_pack.xolDfS/_new  2017-11-27 22:18:55.701508342 +0100
@@ -18,7 +18,7 @@
 
 %{!?license: %global license %doc}
 Name:   axel
-Version:2.15
+Version:2.16
 Release:0
 Summary:Lightweight Download Accelerator
 License:GPL-2.0+

++ axel-2.15.tar.xz -> axel-2.16.tar.xz ++
 4774 lines of diff (skipped)




commit axel for openSUSE:Factory

2017-11-12 Thread root
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.changes2017-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 - sebix+novell@sebix.at
+
+- added more documentation files and license to package
+
+---
+Sat Nov 11 04:06:28 UTC 2017 - aavind...@gmail.com
+
+- 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 andreas.stie...@gmx.de -- fix to 
accept and ignore --disable-dependency-tracking
-Patch3: axel-2.4-configure.patch
-# PATCH-FIX-OPENSUSE axel-fix-url-max-length.patch sebix+nov...@sebix.at -- 
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