Hello community,

here is the log from the commit of package uget for openSUSE:Factory
checked in at Mon May 2 16:32:43 CEST 2011.



--------
--- GNOME/uget/uget.changes     2011-02-12 20:27:34.000000000 +0100
+++ /mounts/work_src_done/STABLE/uget/uget.changes      2011-04-18 
17:16:29.000000000 +0200
@@ -1,0 +2,17 @@
+Mon Apr 18 15:15:15 UTC 2011 - [email protected]
+
+- Update to version 1.6.4 (based on 1.6.4-1 rerelease tarball):
+  + Fix memory leak.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Thu Apr  7 23:25:50 CEST 2011 - [email protected]
+
+- Update to version 1.6.3:
+  + add indicator support for Ubuntu natty
+  + some building fixes
+- Use download, set_version and recompress source services.
+- Remove SUSE_ASNEEDED=0: no longer required.
+- Allow building of appindicator by defining with_libappindicator.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  uget-1.6.2.tar.bz2

New:
----
  _service
  _service:recompress:download_url:uget-1.6.4.tar.bz2
  _service:set_version:uget.spec

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

Other differences:
------------------
++++++ _service:set_version:uget.spec ++++++
#
# spec file for package uget
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#


%define with_libappindicator 0

Name:           uget
Version:        1.6.4
Release:        1
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:  gstreamer-0_10-devel
BuildRequires:  gtk2-devel >= 2.22
BuildRequires:  intltool
%if 0%{?with_libappindicator}
BuildRequires:  libappindicator-devel
%endif
BuildRequires:  libcurl-devel
BuildRequires:  libnotify-devel
BuildRequires:  update-desktop-files
Recommends:     %{name}-lang
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
Uget is a easy-to-use download manager written in GTK+. It supports
pause and resume, and the ability to classify download, with every
category having an independent configuration.

%lang_package
%prep
%setup -q

%build
%configure \
%if 0%{?with_libappindicator}
        --enable-appindicator=yes
%endif

%__make %{?_smp_mflags} V=1

%install
%make_install
%suse_update_desktop_file %{name}-gtk
%find_lang %{name} %{?no_lang_C}

%clean
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)
%doc AUTHORS ChangeLog README COPYING
%{_bindir}/%{name}-gtk
%{_datadir}/applications/%{name}-gtk.desktop
%{_datadir}/sounds/%{name}/
%{_datadir}/icons/hicolor/*/apps/%{name}-icon.*

%files lang -f %{name}.lang

%changelog
++++++ uget.spec ++++++
--- /var/tmp/diff_new_pack.QiyiM3/_old  2011-05-02 16:31:10.000000000 +0200
+++ /var/tmp/diff_new_pack.QiyiM3/_new  2011-05-02 16:31:10.000000000 +0200
@@ -16,11 +16,11 @@
 #
 
 
+%define with_libappindicator 0
 
 Name:           uget
-Version:        1.6.2
-Release:        2
-# FIXME: check if SUSE_ASNEEDED=0 is still needed (last checked: 1.6.2)
+Version:        0
+Release:        1
 License:        LGPLv2.1+
 Summary:        Easy-to-use GTK+ Download Manager
 Url:            http://urlget.sourceforge.net/
@@ -30,6 +30,9 @@
 BuildRequires:  gstreamer-0_10-devel
 BuildRequires:  gtk2-devel >= 2.22
 BuildRequires:  intltool
+%if 0%{?with_libappindicator}
+BuildRequires:  libappindicator-devel
+%endif
 BuildRequires:  libcurl-devel
 BuildRequires:  libnotify-devel
 BuildRequires:  update-desktop-files
@@ -46,9 +49,12 @@
 %setup -q
 
 %build
-export SUSE_ASNEEDED=0
-%configure
-%__make %{?_smp_mflags}
+%configure \
+%if 0%{?with_libappindicator}
+        --enable-appindicator=yes
+%endif
+
+%__make %{?_smp_mflags} V=1
 
 %install
 %make_install

++++++ _service ++++++
<services>
  <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>
  </service>
  <service name="recompress">
    <param name="file">_service:download_url:uget-*.tar.gz</param>
    <param name="compression">bz2</param>
  </service>
  <service name="set_version">
    <param name="basename">_service:recompress:download_url:uget</param>
  </service>
</services>

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



Remember to have fun...

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

Reply via email to