Hello community, here is the log from the commit of package uget for openSUSE:Factory checked in at 2015-05-06 11:19:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/uget (Old) and /work/SRC/openSUSE:Factory/.uget.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "uget" Changes: -------- --- /work/SRC/openSUSE:Factory/uget/uget.changes 2014-10-06 12:06:41.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.uget.new/uget.changes 2015-05-06 11:19:32.000000000 +0200 @@ -1,0 +2,15 @@ +Fri May 1 13:23:31 UTC 2015 - [email protected] + +- Update to version 2.0: + + Enable infinite retries if retry limit is zero. + + Don't remove filename from last download. + + Set limit of max connections to 16. + + Add new item "Keyboard Shortcuts" to help menu. +- Changes from version 1.10.5: + + Fix GnuTLS build problem (--with-gnutls). +- Drop uget-libgcrypt.patch: Fixed upstream. +- Following above changes, drop libtool BuildRequires and call to + autoreconf. Exchange --enable-gnutls for --with-gnutls as + configure option. + +------------------------------------------------------------------- Old: ---- uget-1.10.4.tar.gz uget-libgcrypt.patch New: ---- uget-2.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ uget.spec ++++++ --- /var/tmp/diff_new_pack.pBVf52/_old 2015-05-06 11:19:33.000000000 +0200 +++ /var/tmp/diff_new_pack.pBVf52/_new 2015-05-06 11:19:33.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package uget # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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,27 +17,21 @@ Name: uget -Version: 1.10.4 +Version: 2.0 Release: 0 Summary: Easy-to-use GTK+ Download Manager License: LGPL-2.1+ Group: Productivity/Networking/Web/Utilities Url: http://ugetdm.com -Source: http://downloads.sourceforge.net/project/urlget/uget%20%28stable%29/1.10.4/%{name}-%{version}.tar.gz -# PATCH-FIX-UPSTREAM uget-libgcrypt.patch [email protected] -- Fix linking libgcrypt when gnutls enabled -Patch0: uget-libgcrypt.patch +Source: http://downloads.sourceforge.net/project/urlget/uget%20%28stable%29/2.0/%{name}-%{version}.tar.gz BuildRequires: intltool %if 0%{?WITH_APPINDICATOR} BuildRequires: pkgconfig(appindicator3-0.1) %endif BuildRequires: libcurl-devel -## FIXME - reenable on next versionupdate -#BuildRequires: libgcrypt-devel -# Needed for patch0 - Temp disabled. -#BuildRequires: libtool +BuildRequires: libgcrypt-devel BuildRequires: update-desktop-files BuildRequires: pkgconfig(glib-2.0) >= 2.32 -## FIXME - reenable on next versionupdate BuildRequires: pkgconfig(gnutls) BuildRequires: pkgconfig(gstreamer-1.0) BuildRequires: pkgconfig(gtk+-3.0) >= 3.4 @@ -54,15 +48,10 @@ %lang_package %prep %setup -q -## PATCH disabled as it makes uget sefault on startup. -#%patch0 -p1 %build -# Needed for patch0 --temp disabled since it makes uget segfault. -#autoreconf -fiv %configure \ -## FIXME - reenable on next versionupdate -# --enable-gnutls \ + --with-gnutls \ %if 0%{?WITH_APPINDICATOR} --enable-appindicator=yes %endif @@ -86,6 +75,7 @@ %defattr(-,root,root) %doc AUTHORS ChangeLog README COPYING %{_bindir}/%{name}-gtk +%{_bindir}/uget-gtk-1to2 %{_datadir}/applications/%{name}-gtk.desktop %{_datadir}/icons/hicolor/*/apps/%{name}-icon.* %{_datadir}/icons/hicolor/*/apps/%{name}-tray-* ++++++ uget-1.10.4.tar.gz -> uget-2.0.tar.gz ++++++ ++++ 168621 lines of diff (skipped)
