]> git.pld-linux.org Git - packages/aMule.git/commitdiff
- rel 9; build fix auto/th/aMule-2_2_6-9
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 26 Apr 2010 10:39:36 +0000 (10:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aMule-build.patch -> 1.1
    aMule.spec -> 1.131

aMule-build.patch [new file with mode: 0644]
aMule.spec

diff --git a/aMule-build.patch b/aMule-build.patch
new file mode 100644 (file)
index 0000000..1af8e13
--- /dev/null
@@ -0,0 +1,16 @@
+--- aMule-2.2.6/src/utils/wxCas/src/wxcasframe.cpp~    2008-09-06 17:39:00.000000000 +0200
++++ aMule-2.2.6/src/utils/wxCas/src/wxcasframe.cpp     2010-04-26 12:28:23.880637891 +0200
+@@ -285,11 +285,11 @@
+ #ifdef __WXMSW__
+       memdc.
+-      SetFont ( wxFont::wxFont ( 6, wxSWISS, wxNORMAL, wxBOLD ) );
++      SetFont ( wxFont ( 6, wxSWISS, wxNORMAL, wxBOLD ) );
+ #else
+       memdc.
+-      SetFont ( wxFont::wxFont ( 8, wxSWISS, wxNORMAL, wxBOLD ) );
++      SetFont ( wxFont ( 8, wxSWISS, wxNORMAL, wxBOLD ) );
+ #endif
+       memdc.
index e530eb47d3bbb04f50ba6e115b0ad34d21d10a73..7eac976851b7ee07db95d9f51cdd6edcf81cbd02 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Unix port of eMule client
 Summary(pl.UTF-8):     Uniksowy port klienta eMule
 Name:          aMule
 Version:       2.2.6
-Release:       8
+Release:       9
 License:       GPL
 Group:         X11/Applications
 Source0:       http://download.berlios.de/amule/%{name}-%{version}.tar.bz2
@@ -10,6 +10,7 @@ Source0:      http://download.berlios.de/amule/%{name}-%{version}.tar.bz2
 Patch0:                %{name}-desktop.patch
 Patch1:                %{name}-cas-datadir.patch
 Patch2:                %{name}-ac.patch
+Patch3:                %{name}-build.patch
 URL:           http://www.amule.org/
 BuildRequires: GeoIP-devel
 BuildRequires: autoconf
@@ -83,6 +84,7 @@ Narzędzie do generownia statystyk aMule.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 %{__aclocal} -I m4
This page took 0.070946 seconds and 4 git commands to generate.