Hello community,

here is the log from the commit of package transmission for openSUSE:Factory 
checked in at 2012-10-03 10:12:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/transmission (Old)
 and      /work/SRC/openSUSE:Factory/.transmission.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "transmission", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/transmission/transmission.changes        
2012-09-03 18:56:47.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.transmission.new/transmission.changes   
2012-10-03 10:12:56.000000000 +0200
@@ -1,0 +2,30 @@
+Thu Sep 27 14:54:26 UTC 2012 - [email protected]
+
+- Update to version 2.71:
+  + Mac: Fix crasher on 10.6 Snow Leopard
+- Changes from version 2.70:
+  + All Platforms:
+    - Improved speed with the µTP protocol
+    - Fix bug that caused some incoming encrypted peer connections
+      to fail
+    - Fix bugs with the speed limit scheduler
+    - Fix crasher with magnet links
+  + GTK+:
+    - Require GTK+ 3.4
+  + Qt:
+    - Control speed limit from the icon tray
+    - Improved behavior when clicking on torrents in the torrent
+      list
+    - Fix bug where torrent files were not deleted
+    - Fix bug with unicode characters in the default location
+  + Web Client:
+    - The file inspector tab displays files nested under
+      directories
+    - Improved scrolling on iPad
+    - Fix incorrectly rendered characters
+    - Fix bug involving attempts to post notifications without
+      permission
+    - Mac fixes.
+- Spec file cleanup using spec-cleaner.
+
+-------------------------------------------------------------------

Old:
----
  transmission-2.61.tar.xz

New:
----
  transmission-2.71.tar.xz

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

Other differences:
------------------
++++++ transmission.spec ++++++
--- /var/tmp/diff_new_pack.9dhzCw/_old  2012-10-03 10:13:01.000000000 +0200
+++ /var/tmp/diff_new_pack.9dhzCw/_new  2012-10-03 10:13:01.000000000 +0200
@@ -17,11 +17,19 @@
 
 
 Name:           transmission
+Version:        2.71
+Release:        0
+Summary:        Lightweight, yet powerful BitTorrent client
+License:        GPL-2.0 ; MIT
+Group:          Productivity/Networking/Other
+Url:            http://www.transmissionbt.com/
+Source0:        
http://download.m0k.org/transmission/files/%{name}-%{version}.tar.xz
+Source1:        transmission-qt.desktop
+# PATCH-FIX-UPSTREAM transmission-fix-qt-translations-dir.patch 
https://trac.transmissionbt.com/ticket/4050
+Patch1:         transmission-fix-qt-translations-dir.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  glib2-devel >= 2.32.0
 BuildRequires:  intltool
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.2.0
 %if 0%{?WITH_APPINDICATOR}
 BuildRequires:  libappindicator-devel >= 0.4.90
 %endif
@@ -31,21 +39,13 @@
 BuildRequires:  libqt4-devel
 BuildRequires:  openssl-devel
 BuildRequires:  update-desktop-files
-Version:        2.61
-Release:        0
-Summary:        Lightweight, yet powerful BitTorrent client
-License:        GPL-2.0 ; MIT
-Group:          Productivity/Networking/Other
-Source0:        
http://download.m0k.org/transmission/files/%{name}-%{version}.tar.xz
-Source1:        transmission-qt.desktop
-# PATCH-FIX-UPSTREAM transmission-fix-qt-translations-dir.patch 
https://trac.transmissionbt.com/ticket/4050
-Patch1:         transmission-fix-qt-translations-dir.patch
-Url:            http://www.transmissionbt.com/
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig(glib-2.0) >= 2.32.0
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.4.0
 Requires:       %{name}-common = %{version}
+Provides:       %{name}-ui = %{version}
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
-Provides:       %{name}-ui = %{version}
 
 %description
 Transmission is a fast, easy, and free multi-platform BitTorrent client
@@ -61,10 +61,10 @@
 Requires:       %{name}-common = %{version}
 # For canberra-gtk-play binary
 Requires:       canberra-gtk-play
-Requires(post): update-alternatives
-Requires(postun): update-alternatives
 Recommends:     %{name}-gtk-lang
 Provides:       %{name}-ui = %{version}
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
 
 %description gtk
 Transmission is a fast, easy, and free multi-platform BitTorrent client
@@ -80,10 +80,10 @@
 Summary:        Lightweight, yet powerful BitTorrent client
 Group:          Productivity/Networking/Other
 Requires:       %{name}-common = %{version}
-Requires(post): update-alternatives
-Requires(postun): update-alternatives
 Recommends:     %{name}-qt-lang
 Provides:       %{name}-ui = %{version}
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
 
 %description qt
 Transmission is a fast, easy, and free multi-platform BitTorrent client
@@ -116,28 +116,28 @@
 %patch1
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS -fPIC"
-export CXXFLAGS="$RPM_OPT_FLAGS -fPIC"
+export CFLAGS="%{optflags} -fPIC"
+export CXXFLAGS="%{optflags} -fPIC"
 %configure \
         --disable-static \
 %if 0%{?WITH_APPINDICATOR}
         --enable-libappindicator \
 %endif
        --with-gtk
-%__make %{?jobs:-j%{jobs}}
+make %{?_smp_mflags}
 # the qt ui requires an extrawurst for now
 cd qt
-qmake QMAKE_CXXFLAGS="$RPM_OPT_FLAGS -fPIC" qtr.pro
-%__make %{?jobs:-j%{jobs}}
+qmake QMAKE_CXXFLAGS="%{optflags} -fPIC" qtr.pro
+make %{?_smp_mflags}
 lrelease qtr.pro
 
 %install
-%makeinstall
+%make_install
 # install qt ui
 cd qt
-%__make install INSTALL_ROOT=%{buildroot}%{_prefix}
-%__install -d %{buildroot}%{_datadir}/qt4/translations/
-%__install -m0644 translations/*.qm %{buildroot}%{_datadir}/qt4/translations/
+make install INSTALL_ROOT=%{buildroot}%{_prefix}
+install -d %{buildroot}%{_datadir}/qt4/translations/
+install -m0644 translations/*.qm %{buildroot}%{_datadir}/qt4/translations/
 cd ..
 # touch files for alternatives
 touch %{buildroot}%{_bindir}/transmission
@@ -147,7 +147,7 @@
 %find_lang transmission transmission-qt.lang --with-qt --without-mo 
%{?no_lang_C}
 %suse_update_desktop_file transmission-gtk
 %suse_update_desktop_file -i transmission-qt
-%fdupes $RPM_BUILD_ROOT
+%fdupes %{buildroot}
 
 %clean
 rm -rf %{buildroot}

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

Reply via email to