Logoj0ke.net Open Build Service > Projects > home:netmax:tools > transmission > Changes
Sign Up | Log In

Problem getting expanded diff: bad link: openSUSE.org:openSUSE:Factory/transmission: project 'openSUSE.org:openSUSE:Factory' does not exist

Changes of Revision 2

[-] Changed transmission.changes
x
 
1
@@ -1,4 +1,10 @@
2
 -------------------------------------------------------------------
3
+Sun Jan 29 14:33:36 UTC 2012 - cs@linux-administrator.com
4
+
5
+- Downgrade to version 2.13
6
+ * build for SLE11 
7
+
8
+-------------------------------------------------------------------
9
 Thu Oct 20 08:50:01 UTC 2011 - dimstar@opensuse.org
10
 
11
 - Update to version 2.42:
12
[-] Changed transmission.spec ^
43
 
1
@@ -17,13 +17,15 @@
2
 
3
 # norootforbuild
4
 
5
-
6
+%define favor_gtk2 1
7
 Name:           transmission
8
 BuildRequires:  fdupes
9
 BuildRequires:  gcc-c++
10
-BuildRequires:  glib2-devel >= 2.28.0
11
+#BuildRequires:  glib2-devel >= 2.28.0
12
+BuildRequires: glib2-devel
13
 %if 0%{?favor_gtk2}
14
-BuildRequires:  gtk2-devel >= 2.22.0
15
+#BuildRequires:  gtk2-devel >= 2.22.0
16
+BuildRequires: gtk2-devel
17
 %else
18
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.2.0
19
 %endif
20
@@ -31,17 +33,16 @@
21
 %if 0%{?WITH_APPINDICATOR}
22
 BuildRequires:  libappindicator-devel
23
 %endif
24
-BuildRequires:  libcurl-devel
25
-BuildRequires:  libevent-devel >= 2.0.0
26
+BuildRequires:  libcurl-devel >= 7.15.4
27
+#BuildRequires:  libevent-devel >= 2.0.0
28
+BuildRequires: libevent-devel
29
 BuildRequires:  libqt4-devel
30
 BuildRequires:  openssl-devel
31
 BuildRequires:  update-desktop-files
32
-# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467
33
-BuildRequires:  xz
34
-Version:        2.42
35
+Version:        2.13
36
 Release:        1
37
 Summary:        Lightweight, yet powerful BitTorrent client
38
-Source0:        http://download.m0k.org/transmission/files/%{name}-%{version}.tar.xz
39
+Source0:        http://download.m0k.org/transmission/files/%{name}-%{version}.tar.bz2
40
 Source1:        transmission-qt.desktop
41
 Url:            http://www.transmissionbt.com/
42
 Group:          Productivity/Networking/Other
43
Changed transmission-2.13.tar.bz2 ^