Hello community, here is the log from the commit of package uget for openSUSE:Factory checked in at 2012-09-23 21:14:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/uget (Old) and /work/SRC/openSUSE:Factory/.uget.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "uget", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/uget/uget.changes 2012-05-16 21:10:44.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.uget.new/uget.changes 2012-09-23 21:14:47.000000000 +0200 @@ -1,0 +2,37 @@ +Sun Sep 16 12:01:29 UTC 2012 - [email protected] + +- Update to version 1.10.1: + + This version need GTK 3.4+ and GLib 2.32+. + + Add global speed limits for aria2. + + Add new option "Retrieve timestamp" in Download dialog. + + Add new option "User Agent" in Download dialog. + + Add Commandline Settings for some FlashGot users. + + Add setting option "Apply recently download settings". (Enabled + by default) + + Change aria2 default arguments to "--enable-rpc=true -D + --check-certificate=false". + + aria2 plug-in use argument "continue=true". + + aria2 plug-in can use user specified filename. + + curl plug-in disable peer SSL certificate verification. + + curl plug-in can keep user specified filename. + + Fix: program crash when user deleting files. + + Fix minor bugs. + + Updated translations. +- Drop uget-gtk-deprecation.patch: fixed upstream. +- Remove conditional gtk2 BuildRequires: uget 1.10 no longer + supports being built against GTK+ 2.0. +- Replace libindicator-devel BuildRequires with + pkgconfig(appindicator3-0.1): this represents exactly what + configure is checking for. +- Replace libnotify-devel BuildRequires with pkgconfig(libnotify) + and gstreamer-0_10-devel with pkgconfig(gstreamer-0.10): use the + same as configure is checking for. This might switch older + releases to 'unresolvable' if they do not support pkgconfig()- + style BuildRequires, but those would not have GTK 3.4 neither. +- Remove the favor_gtk2 conditions: no longer posisble to build + gtk2 +- Do not pass --enable-gtk3 to confgiure: the parameter is now + unknown +- Minor spec cleanup: do not check for outdated openSUSE releases. + +------------------------------------------------------------------- Old: ---- uget-1.8.2.tar.gz uget-gtk-deprecation.patch New: ---- uget-1.10.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ uget.spec ++++++ --- /var/tmp/diff_new_pack.Njekwg/_old 2012-09-23 21:14:48.000000000 +0200 +++ /var/tmp/diff_new_pack.Njekwg/_new 2012-09-23 21:14:48.000000000 +0200 @@ -17,29 +17,23 @@ Name: uget -Version: 1.8.2 +Version: 1.10.1 Release: 0 Summary: Easy-to-use GTK+ Download Manager License: LGPL-2.1+ Group: Productivity/Networking/Web/Utilities Url: http://urlget.sourceforge.net/ -Source: http://downloads.sourceforge.net/project/urlget/uget%20%28stable%29/1.8.2/%{name}-%{version}.tar.gz -# PATCH-FIX-UPSTREAM uget-gtk-deprecation.patch sf#3388226 [email protected] -- Replace deprecated gtk_[hv].*_new with current equivalents. -Patch0: uget-gtk-deprecation.patch -BuildRequires: glib2-devel -BuildRequires: gstreamer-0_10-devel +Source: http://downloads.sourceforge.net/project/urlget/uget%20%28stable%29/1.10.1/%{name}-%{version}.tar.gz BuildRequires: intltool %if 0%{?WITH_APPINDICATOR} -BuildRequires: libappindicator-devel +BuildRequires: pkgconfig(appindicator3-0.1) %endif BuildRequires: libcurl-devel -BuildRequires: libnotify-devel BuildRequires: update-desktop-files -%if 0%{?favor_gtk2} -BuildRequires: gtk2-devel -%else -BuildRequires: pkgconfig(gtk+-3.0) -%endif +BuildRequires: pkgconfig(glib-2.0) >= 2.32 +BuildRequires: pkgconfig(gstreamer-0.10) +BuildRequires: pkgconfig(gtk+-3.0) >= 3.4 +BuildRequires: pkgconfig(libnotify) Requires: aria2 Recommends: %{name}-lang BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -52,15 +46,9 @@ %lang_package %prep %setup -q -%if ! (0%{?favor_gtk2}) -%patch0 -p1 -%endif %build %configure \ -%if ! (0%{?favor_gtk2}) - --with-gtk3 \ -%endif %if 0%{?WITH_APPINDICATOR} --enable-appindicator=yes %endif @@ -76,20 +64,12 @@ rm -rf %{buildroot} %post -%if 0%{?suse_version} > 1130 %desktop_database_post %icon_theme_cache_post -%else -gtk-update-icon-cache %{_datadir}/icons/hicolor || true -%endif %postun -%if 0%{?suse_version} > 1130 %desktop_database_postun %icon_theme_cache_postun -%else -gtk-update-icon-cache %{_datadir}/icons/hicolor || true -%endif %files %defattr(-,root,root) ++++++ uget-1.8.2.tar.gz -> uget-1.10.1.tar.gz ++++++ ++++ 25513 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
