Hello community,

here is the log from the commit of package uget for openSUSE:Factory
checked in at Wed Jun 1 15:11:35 CEST 2011.



--------
--- GNOME/uget/uget.changes     2011-05-02 16:52:57.000000000 +0200
+++ /mounts/work_src_done/STABLE/uget/uget.changes      2011-06-01 
13:57:37.000000000 +0200
@@ -1,0 +2,60 @@
+Wed Jun  1 13:57:25 CEST 2011 - [email protected]
+
+- Add aria2 Requires to make the aria2 plugin work.
+
+-------------------------------------------------------------------
+Mon May 23 11:24:51 UTC 2011 - [email protected]
+
+- Update to version 1.7.6:
+  + add "Force Start" to download menu.
+  + avoid Ubuntu Unity crash if user disable "Always show tray
+    icon" and close window.
+  + fix display problems when uget is compiled with GTK+3
+  + Updated translations.
+- Changes from version 1.7.5:
+  + display upload speed in status bar and status icon.
+  + fix memory leak.
+  + Updated translations.
+- Changes from version 1.7.4:
+  + create new download from Torrent and Metalink file (with
+    aria2 plug-in).
+  + save/restore sorted column.
+  + fix minor bugs.
+  + changes in aria2 plug-in:
+    - This version MAY work with aria2 version 1.9.
+    - add "retry-wait" if aria2 version >= 1.11
+    - add "max-connection-per-server" if aria2 version >= 1.10
+    - remove "load-cookies" option to avoid aria2.addUri response
+      fault.
+- Changes from version 1.7.3:
+  + support for application indicator.
+  + program can use absolute path to launch aria2c.
+  + fix building error.
+- Changes from version 1.7.2a:
+  + add configure option "-with-gtk3" to enable GTK+3 support.
+- Changes from version 1.7.2:
+  + add setting: "Always show tray icon".
+  + add more setting, column, and view for aria2.
+  + enable aria2 plug-in by default. (remove -enable-plugin-aria2)
+  + fix minor bugs.
+- Changes from version 1.7.1:
+  + Add scheduler.
+  + Add new timestamp columns: "Added On" and "Completed On"
+  + It can sort downloads by column in "All" category.
+  + It can do speed limit control per download.
+  + It can handle HTTP header "Accept-Ranges:" and send message to
+    notify resumable or not resumable.
+  + The layout of main window was changed.
+- Changes from version 1.7.0:
+  + You can see new icons and "Active" subcategory.
+  + It also can refresh progress more fast than 1.6.
+  + Program will rename config directory from "Uget" to "uGet"
+    automatically.
+  + Program can change tray icon if an error occurred or
+    downloading start.
+- If favor_gtk2 is not set (meaning when we build for gtk3), add
+  pkgconfig(gtk+-3.0) BuildRequires. Move gtk2-devel BuildRequires
+  inside a favor_gtk2 condition. Add --with-gtk3 to configure as
+  needed.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  _service:recompress:download_url:uget-1.6.4.tar.bz2

New:
----
  _service:recompress:download_url:uget-1.7.6.tar.bz2

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

Other differences:
------------------
++++++ _service:set_version:uget.spec ++++++
--- /var/tmp/diff_new_pack.fN52xu/_old  2011-06-01 15:10:51.000000000 +0200
+++ /var/tmp/diff_new_pack.fN52xu/_new  2011-06-01 15:10:51.000000000 +0200
@@ -18,16 +18,15 @@
 
 
 Name:           uget
-Version:        1.6.4
-Release:        2
+Version: 1.7.6
+Release: 0
 License:        LGPLv2.1+
 Summary:        Easy-to-use GTK+ Download Manager
 Url:            http://urlget.sourceforge.net/
 Group:          Productivity/Networking/Web/Utilities
 Source:         %{name}-%{version}.tar.bz2
-BuildRequires:  glib2-devel >= 2.22
+BuildRequires:  glib2-devel
 BuildRequires:  gstreamer-0_10-devel
-BuildRequires:  gtk2-devel >= 2.22
 BuildRequires:  intltool
 %if 0%{?WITH_APPINDICATOR}
 BuildRequires:  libappindicator-devel
@@ -35,6 +34,12 @@
 BuildRequires:  libcurl-devel
 BuildRequires:  libnotify-devel
 BuildRequires:  update-desktop-files
+%if 0%{?favor_gtk2}
+BuildRequires:  gtk2-devel
+%else
+BuildRequires:  pkgconfig(gtk+-3.0)
+%endif
+Requires:       aria2
 Recommends:     %{name}-lang
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -49,6 +54,9 @@
 
 %build
 %configure \
+%if ! 0%{?favor_gtk2}
+        --with-gtk3 \
+%endif
 %if 0%{?WITH_APPINDICATOR}
         --enable-appindicator=yes
 %endif
@@ -85,6 +93,8 @@
 %{_bindir}/%{name}-gtk
 %{_datadir}/applications/%{name}-gtk.desktop
 %{_datadir}/sounds/%{name}/
+%{_datadir}/icons/hicolor/*/apps/%{name}-downloading.*
+%{_datadir}/icons/hicolor/*/apps/%{name}-error.*
 %{_datadir}/icons/hicolor/*/apps/%{name}-icon.*
 
 %files lang -f %{name}.lang

++++++ uget.spec ++++++
--- /var/tmp/diff_new_pack.fN52xu/_old  2011-06-01 15:10:51.000000000 +0200
+++ /var/tmp/diff_new_pack.fN52xu/_new  2011-06-01 15:10:51.000000000 +0200
@@ -19,15 +19,14 @@
 
 Name:           uget
 Version:        0
-Release:        2
+Release:        3
 License:        LGPLv2.1+
 Summary:        Easy-to-use GTK+ Download Manager
 Url:            http://urlget.sourceforge.net/
 Group:          Productivity/Networking/Web/Utilities
 Source:         %{name}-%{version}.tar.bz2
-BuildRequires:  glib2-devel >= 2.22
+BuildRequires:  glib2-devel
 BuildRequires:  gstreamer-0_10-devel
-BuildRequires:  gtk2-devel >= 2.22
 BuildRequires:  intltool
 %if 0%{?WITH_APPINDICATOR}
 BuildRequires:  libappindicator-devel
@@ -35,6 +34,12 @@
 BuildRequires:  libcurl-devel
 BuildRequires:  libnotify-devel
 BuildRequires:  update-desktop-files
+%if 0%{?favor_gtk2}
+BuildRequires:  gtk2-devel
+%else
+BuildRequires:  pkgconfig(gtk+-3.0)
+%endif
+Requires:       aria2
 Recommends:     %{name}-lang
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -49,6 +54,9 @@
 
 %build
 %configure \
+%if ! 0%{?favor_gtk2}
+        --with-gtk3 \
+%endif
 %if 0%{?WITH_APPINDICATOR}
         --enable-appindicator=yes
 %endif
@@ -85,6 +93,8 @@
 %{_bindir}/%{name}-gtk
 %{_datadir}/applications/%{name}-gtk.desktop
 %{_datadir}/sounds/%{name}/
+%{_datadir}/icons/hicolor/*/apps/%{name}-downloading.*
+%{_datadir}/icons/hicolor/*/apps/%{name}-error.*
 %{_datadir}/icons/hicolor/*/apps/%{name}-icon.*
 
 %files lang -f %{name}.lang

++++++ _service ++++++
--- /var/tmp/diff_new_pack.fN52xu/_old  2011-06-01 15:10:51.000000000 +0200
+++ /var/tmp/diff_new_pack.fN52xu/_new  2011-06-01 15:10:51.000000000 +0200
@@ -2,8 +2,7 @@
   <service name="download_url">
     <param name="protocol">http</param>
     <param name="host">sourceforge.net</param>
-       <param 
name="path">/projects/urlget/files/uget%20%28stable%29/1.6.4/uget-1.6.4-1.tar.gz</param>
-        <param name="filename">uget-1.6.4.tar.gz</param>
+       <param 
name="path">/projects/urlget/files/uget%20%28developing%29/1.7.6/uget-1.7.6.tar.gz</param>
   </service>
   <service name="recompress">
     <param name="file">_service:download_url:uget-*.tar.gz</param>

++++++ _service:recompress:download_url:uget-1.6.4.tar.bz2 -> 
_service:recompress:download_url:uget-1.7.6.tar.bz2 ++++++
++++ 77498 lines of diff (skipped)


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



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to