public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/transmission] epel10: Update to upstream 1.05, with a bunch of bug fixes
@ 2026-07-20 20:36 Denis Leroy
  0 siblings, 0 replies; only message in thread
From: Denis Leroy @ 2026-07-20 20:36 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/transmission
Branch : epel10
Commit : e50b81c4c1bfb9cd47a9ae67d2fd8007baedb223
Author : Denis Leroy <denis@fedoraproject.org>
Date   : 2008-02-10T12:08:14+00:00
Stats  : +19/-6 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/transmission/c/e50b81c4c1bfb9cd47a9ae67d2fd8007baedb223?branch=epel10

Log:
Update to upstream 1.05, with a bunch of bug fixes

---
diff --git a/.cvsignore b/.cvsignore
index 2dd0da1..0018f5c 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-transmission-1.04.tar.bz2
+transmission-1.05.tar.bz2

diff --git a/sources b/sources
index ed10b02..d812d48 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7234c2e7c9855ea62768f89196f5913f  transmission-1.04.tar.bz2
+3baf5be0d4fe2a0e0e0e43b7b0fe5dcb  transmission-1.05.tar.bz2

diff --git a/transmission-1.05-gnusource.patch b/transmission-1.05-gnusource.patch
new file mode 100644
index 0000000..80bd1ee
--- /dev/null
+++ b/transmission-1.05-gnusource.patch
@@ -0,0 +1,11 @@
+--- transmission-1.05/third-party/libevent/http.c.orig	2008-02-10 12:56:09.000000000 +0100
++++ transmission-1.05/third-party/libevent/http.c	2008-02-10 12:56:26.000000000 +0100
+@@ -25,6 +25,8 @@
+  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+  */
+ 
++#define _GNU_SOURCE
++
+ #ifdef HAVE_CONFIG_H
+ #include "config.h"
+ #endif

diff --git a/transmission.spec b/transmission.spec
index 8ad8844..942f6a0 100644
--- a/transmission.spec
+++ b/transmission.spec
@@ -1,6 +1,6 @@
 
 Name:           transmission
-Version:        1.04
+Version:        1.05
 Release:        1%{?dist}
 Summary:        A lightweight GTK+ BitTorrent client
 
@@ -9,13 +9,13 @@ License:        MIT
 URL:            http://www.transmissionbt.com/
 Source0:        http://download.m0k.org/transmission/files/transmission-%{version}.tar.bz2
 Patch0:         transmission-0.81-downloaddir.patch
+Patch1:         transmission-1.05-gnusource.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  openssl-devel >= 0.9.4
 BuildRequires:  gtk2-devel >= 2.6.0
 BuildRequires:  desktop-file-utils
 BuildRequires:  gettext intltool
-BuildRequires:  libevent-devel
 
 
 %description
@@ -27,6 +27,7 @@ back-end.
 %prep
 %setup -q
 %patch0 -p1 -b .dwnldir
+%patch1 -p1 -b .gnusrc
 
 
 %build
@@ -62,13 +63,14 @@ update-desktop-database > /dev/null 2>&1 || :
 %doc AUTHORS LICENSE NEWS README
 %{_bindir}/transmission*
 %{_datadir}/pixmaps/*
+%{_datadir}/icons/hicolor/*/apps/transmission.*
 %{_datadir}/applications/*transmission.desktop
 %doc %{_mandir}/man1/transmission*
 
 
 %changelog
-* Wed Feb  6 2008 Denis Leroy <denis@poolshark.org> - 1.04-1
-- Update to upstream 1.04, important bug fixes
+* Sun Feb 10 2008 Denis Leroy <denis@poolshark.org> - 1.05-1
+- Update to upstream 1.05, with a bunch of bug fixes
 
 * Thu Jan 31 2008 Denis Leroy <denis@poolshark.org> - 1.03-1
 - Update to upstream 1.03

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-20 20:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-20 20:36 [rpms/transmission] epel10: Update to upstream 1.05, with a bunch of bug fixes Denis Leroy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox