Hello community,

here is the log from the commit of package transmission for openSUSE:Factory 
checked in at 2013-07-01 16:00:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/transmission (Old)
 and      /work/SRC/openSUSE:Factory/.transmission.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "transmission"

Changes:
--------
--- /work/SRC/openSUSE:Factory/transmission/transmission.changes        
2013-03-21 22:15:40.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.transmission.new/transmission.changes   
2013-07-01 16:00:35.000000000 +0200
@@ -1,0 +2,53 @@
+Sat Jun 29 12:19:39 UTC 2013 - [email protected]
+
+- Update to version 2.80:
+  + All Platforms:
+    - Support renaming a transfer's files and folders.
+    - Remove the most frequent thread locks in libtransmission (ie,
+      fewer beachballs).
+    - Show the free disk space available when adding torrent.
+    - Faster reading and parsing of local data files.
+    - Better use of the OS's filesystem cache.
+    - Lengthen the prefetch cache for data sent to peers.
+    - Other small speedups.
+    - Replace the previous JSON parser with jsonsl to resolve DFSG
+      licensing issue.
+    - Fix fails-to-build when compiling with
+      -Werror=format-security.
+    - Improved unit tests in libtransmission.
+    - Tarballs are now released only in .xz format.
+  + Mac Client:
+    - Use VDKQueue for watching for torrent files.
+  + GTK+ Client:
+    - Simplify the tracker filter pulldown's interface (now matches
+      the Qt client).
+    - Synced preferences text & shortcuts.
+    - Remove deprecated calls to gdk_threads_enter().
+    - Silence a handful of console warnings.
+  + Qt Client:
+    - More efficient updates when receiving information from the
+      server.
+    - Add an option to play a sound when a torrent finishes
+      downloading.
+    - Add an option to start up iconified into the notification
+      area.
+    - Fix an issue with the tray icon preventing
+      hibernation/logout.
+    - Other CPU speedups.
+    - Open the correct folder when clicking on single-file
+      torrents.
+    - Synced preferences text & shortcuts.
+    - Fix non Latin-1 unit strings.
+  + Daemon:
+    - Add support for specifying recently-active torrents in
+      transmission-remote.
+  + Web Client:
+    - Extend the cookie lifespan so that settings like sort order
+      don't get lost.
+  + Utils:
+    - Support user-defined piece sizes in transmission-create.
+- Replace systemd BuildRequires with pkgconfig(libsystemd-daemon)
+  to match what configure is checking for.
+- Drop transmission-fix-qt-translations-dir.patch: fixed upstream.
+
+-------------------------------------------------------------------

Old:
----
  transmission-2.77.tar.xz
  transmission-fix-qt-translations-dir.patch

New:
----
  transmission-2.80.tar.xz

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

Other differences:
------------------
++++++ transmission.spec ++++++
--- /var/tmp/diff_new_pack.kRzfKW/_old  2013-07-01 16:00:36.000000000 +0200
+++ /var/tmp/diff_new_pack.kRzfKW/_new  2013-07-01 16:00:36.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           transmission
-Version:        2.77
+Version:        2.80
 Release:        0
 Summary:        Lightweight, yet powerful BitTorrent client
 License:        GPL-2.0 and MIT
@@ -25,8 +25,6 @@
 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:  intltool
@@ -40,10 +38,10 @@
 BuildRequires:  libminiupnpc-devel
 BuildRequires:  libqt4-devel
 BuildRequires:  openssl-devel
-BuildRequires:  systemd
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(glib-2.0) >= 2.32.0
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.4.0
+BuildRequires:  pkgconfig(libsystemd-daemon)
 Requires:       %{name}-common = %{version}
 Provides:       %{name}-ui = %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -130,7 +128,6 @@
 %prep
 %setup -q
 cp %{S:3} .
-%patch1
 
 %build
 export CFLAGS="%{optflags} -fPIC"

++++++ transmission-2.77.tar.xz -> transmission-2.80.tar.xz ++++++
++++ 248871 lines of diff (skipped)

++++++ transmission-daemon-systemd ++++++
--- /var/tmp/diff_new_pack.kRzfKW/_old  2013-07-01 16:00:39.000000000 +0200
+++ /var/tmp/diff_new_pack.kRzfKW/_new  2013-07-01 16:00:39.000000000 +0200
@@ -1,6 +1,6 @@
 [Unit]
 Description=Transmission BT daemon
-After=syslog.target network.target
+After=network.target
 
 [Service]
 User=transmission

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

Reply via email to