rpms/transmission/devel fix-optflags.patch, NONE, 1.1 .cvsignore, 1.44, 1.45 sources, 1.44, 1.45 transmission.spec, 1.67, 1.68 use-system-libevent-fix-optflags-patch, 1.3, NONE

Rahul Sundaram sundaram at fedoraproject.org
Thu Jun 17 10:27:40 UTC 2010


Author: sundaram

Update of /cvs/pkgs/rpms/transmission/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv4079

Modified Files:
	.cvsignore sources transmission.spec 
Added Files:
	fix-optflags.patch 
Removed Files:
	use-system-libevent-fix-optflags-patch 
Log Message:
* Thu Jun 17 2010 Rahul Sundaram <sundaram at fedoraproject.org> - 2.00-1
- https://trac.transmissionbt.com/wiki/Changes?version=57
- Drop the clean section as it is redundant now


fix-optflags.patch:
 qtr.pro |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE fix-optflags.patch ---
--- transmission-2.00/qt/qtr.pro.orig	2010-06-17 14:27:33.180210795 +0530
+++ transmission-2.00/qt/qtr.pro	2010-06-17 14:28:57.149086198 +0530
@@ -7,7 +7,7 @@
 target.path = /bin
 INSTALLS += target
 
-CONFIG += qt qdbus thread debug link_pkgconfig
+CONFIG += qt qdbus thread release link_pkgconfig
 QT += network
 PKGCONFIG = fontconfig libcurl openssl
 


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/transmission/devel/.cvsignore,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -p -r1.44 -r1.45
--- .cvsignore	12 Mar 2010 06:01:09 -0000	1.44
+++ .cvsignore	17 Jun 2010 10:27:40 -0000	1.45
@@ -1 +1 @@
-transmission-1.92.tar.xz
+transmission-2.00.tar.xz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/transmission/devel/sources,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -p -r1.44 -r1.45
--- sources	12 Mar 2010 06:01:09 -0000	1.44
+++ sources	17 Jun 2010 10:27:40 -0000	1.45
@@ -1 +1 @@
-f7a2e527f9feab08b90542264cc35268  transmission-1.92.tar.xz
+16e8f5f8ad6b0f1be611479e9cc12603  transmission-2.00.tar.xz


Index: transmission.spec
===================================================================
RCS file: /cvs/pkgs/rpms/transmission/devel/transmission.spec,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -p -r1.67 -r1.68
--- transmission.spec	12 Mar 2010 06:01:09 -0000	1.67
+++ transmission.spec	17 Jun 2010 10:27:40 -0000	1.68
@@ -1,5 +1,5 @@
 Name:           transmission
-Version:        1.92
+Version:        2.00
 Release:        1%{?dist}
 Summary:        A lightweight GTK+ BitTorrent client
 
@@ -27,7 +27,7 @@ BuildRequires:  gettext intltool
 BuildRequires:  GConf2-devel
 BuildRequires:  qt4-devel
 # this modification applies to the Qt qtr.pro file
-Patch1:         use-system-libevent-fix-optflags-patch
+Patch1:         fix-optflags.patch
 Requires: transmission-cli
 Requires: transmission-gtk
 %description
@@ -121,8 +121,6 @@ make install INSTALL_ROOT=%{buildroot}%{
 desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
 desktop-file-install --dir=%{buildroot}%{_datadir}/applications/ %{SOURCE1}
 
-%clean
-rm -rf %{buildroot}
 
 %post common
 touch --no-create %{_datadir}/icons/hicolor || :
@@ -199,6 +197,10 @@ update-desktop-database > /dev/null 2>&1
 %{_datadir}/applications/qtr.desktop
 
 %changelog
+* Thu Jun 17 2010 Rahul Sundaram <sundaram at fedoraproject.org> - 2.00-1
+- https://trac.transmissionbt.com/wiki/Changes?version=57
+- Drop the clean section as it is redundant now
+
 * Fri Mar 12 2010 Rahul Sundaram <sundaram at fedoraproject.org> - 1.92-1
 - Some bug fixes
 - http://trac.transmissionbt.com/query?groupdesc=1&group=component&milestone=1.92&order=severity


--- use-system-libevent-fix-optflags-patch DELETED ---



More information about the scm-commits mailing list