Changes of Revision 56

aMule.changes Changed
x
 
1
@@ -1,4 +1,11 @@
2
 -------------------------------------------------------------------
3
+Mon Apr 20 19:35:04 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>
4
+
5
+- Update to version 2.3.2.20200131.c0c28234a
6
+  * fix build problem with newer bfd
7
+- Disable geoip for Tumbleweed (no longer available there)
8
+
9
+-------------------------------------------------------------------
10
 Wed Nov 13 09:38:03 UTC 2019 - Dave Plater <davejplater@gmail.com>
11
 
12
 - Use wxWidgets-nostl, this is maybe not needed but doesn't hurt.
13
aMule.spec Changed
35
 
1
@@ -15,7 +15,7 @@
2
 
3
 
4
 Name:           aMule
5
-Version:        2.3.2.20190827.2a1b09233
6
+Version:        2.3.2.20200131.c0c28234a
7
 Release:        0
8
 Summary:        Another eMule file-sharing program
9
 License:        GPL-2.0+
10
@@ -34,10 +34,14 @@
11
 BuildRequires:  wxWidgets-3_0-nostl-devel
12
 BuildRequires:  pkgconfig(cryptopp)
13
 BuildRequires:  pkgconfig(gdlib)
14
+%if 0%{?suse_version} < 1500
15
 BuildRequires:  pkgconfig(geoip)
16
+%endif
17
 BuildRequires:  pkgconfig(libpng)
18
 BuildRequires:  pkgconfig(libupnp)
19
+%if 0%{?suse_version} < 1500
20
 Requires:       GeoIP
21
+%endif
22
 Conflicts:      aMule-kde4
23
 
24
 %description
25
@@ -52,7 +56,9 @@
26
 %build
27
 ./autogen.sh
28
 %configure \
29
+%if 0%{?suse_version} < 1500
30
   --enable-geoip \
31
+%endif
32
   --enable-monolithic \
33
   --enable-amule-daemon \
34
   --enable-amulecmd \
35
aMule-2.3.2.20190827.2a1b09233.tar.xz Deleted
aMule-2.3.2.20200131.c0c28234a.tar.xz Added