Changes of Revision 62

aMule.changes Changed
x
 
1
@@ -1,4 +1,10 @@
2
 -------------------------------------------------------------------
3
+Thu Jan 23 21:08:15 UTC 2025 - Giacomo Comes <gcomes.obs@gmail.com>
4
+
5
+- use BuildRequires: wxWidgets-3_2-nostl-devel
6
+  * fix tumbleweed build
7
+
8
+-------------------------------------------------------------------
9
 Sun Mar 27 20:04:28 UTC 2022 - Giacomo Comes <gcomes.obs@gmail.com> - 2.3.3
10
 
11
 - select boost 1.75 for leap 15.4
12
aMule.spec Changed
20
 
1
@@ -33,7 +33,7 @@
2
 BuildRequires:  mozilla-nspr
3
 BuildRequires:  pkgconfig
4
 BuildRequires:  update-desktop-files
5
-BuildRequires:  wxWidgets-3_0-nostl-devel
6
+BuildRequires:  wxWidgets-3_2-nostl-devel
7
 %if 0%{?suse_version} == 1500
8
 BuildRequires:  libboost_headers1_75_0-devel
9
 %else
10
@@ -94,6 +94,9 @@
11
 rm %buildroot%_defaultdocdir/%name/{INSTALL,license.txt}
12
 
13
 %find_lang %name --all-name --with-man
14
+%if 0%{?suse_version} == 1500
15
+echo '%dir %_mandir/tr' >>%name.lang
16
+%endif
17
 %fdupes %buildroot
18
 
19
 %files
20