rpms/ed2k_hash/devel ed2k_hash-ld.patch, NONE, 1.1 ed2k_hash.spec, 1.8, 1.9

Dominik Mierzejewski rathann at fedoraproject.org
Mon Feb 15 00:04:52 UTC 2010


Author: rathann

Update of /cvs/pkgs/rpms/ed2k_hash/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1918

Modified Files:
	ed2k_hash.spec 
Added Files:
	ed2k_hash-ld.patch 
Log Message:
* Mon Feb 15 2010 Dominik Mierzejewski <rpm at greysector.net> 0.4.0-10
- fixed FTBFS (rhbz#565191)
- fixed source URL


ed2k_hash-ld.patch:
 Makefile.am |    2 +-
 Makefile.in |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE ed2k_hash-ld.patch ---
diff -up ed2k_hash-0.4.0/ed2k_hash/GUI/Makefile.am.ld ed2k_hash-0.4.0/ed2k_hash/GUI/Makefile.am
--- ed2k_hash-0.4.0/ed2k_hash/GUI/Makefile.am.ld	2004-01-09 22:01:20.000000000 +0100
+++ ed2k_hash-0.4.0/ed2k_hash/GUI/Makefile.am	2010-02-15 00:57:07.000000000 +0100
@@ -3,7 +3,7 @@ bin_PROGRAMS=ed2k_hash_gui
 
 ed2k_hash_gui_CXXFLAGS = -I.. -D_GUI
 ed2k_hash_gui_CFLAGS = -I.. -D_GUI
-ed2k_hash_gui_LDADD = -lfltk
+ed2k_hash_gui_LDADD = -lfltk -pthread
 
 
 ed2k_hash_gui_SOURCES = \
diff -up ed2k_hash-0.4.0/ed2k_hash/GUI/Makefile.in.ld ed2k_hash-0.4.0/ed2k_hash/GUI/Makefile.in
--- ed2k_hash-0.4.0/ed2k_hash/GUI/Makefile.in.ld	2004-01-09 22:36:30.000000000 +0100
+++ ed2k_hash-0.4.0/ed2k_hash/GUI/Makefile.in	2010-02-15 00:57:46.000000000 +0100
@@ -116,7 +116,7 @@ bin_PROGRAMS = ed2k_hash_gui
 
 ed2k_hash_gui_CXXFLAGS = -I.. -D_GUI
 ed2k_hash_gui_CFLAGS = -I.. -D_GUI
-ed2k_hash_gui_LDADD = -lfltk
+ed2k_hash_gui_LDADD = -lfltk -pthread
 
 ed2k_hash_gui_SOURCES = \
  ../linkedlist.c        \


Index: ed2k_hash.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ed2k_hash/devel/ed2k_hash.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- ed2k_hash.spec	24 Jul 2009 21:01:46 -0000	1.8
+++ ed2k_hash.spec	15 Feb 2010 00:04:52 -0000	1.9
@@ -3,16 +3,17 @@
 Summary: Edonkey 2000 file hash calculator
 Name: ed2k_hash
 Version: 0.4.0
-Release: 9%{?dist}
+Release: 10%{?dist}
 URL: http://ed2k-tools.sourceforge.net/index.shtml
 Group: Applications/File
-Source0: http://dl.sourceforge.net/sourceforge/ed2k-tools/%{name}-%{version}.tar.gz
+Source0: http://downloads.sourceforge.net/sourceforge/ed2k-tools/%{name}-%{version}.tar.gz
 Source1: %{name}.desktop
 # Taken from http://dl.sourceforge.net/sourceforge/ed2k-gtk-gui/ed2k-gtk-gui-0.6.4.tar.bz2
 Source2: ed2k-logo-mini.png
 Patch0: %{name}-64bit.patch
 Patch1: %{name}-warnings.patch
 Patch2: %{name}-gcc43.patch
+Patch3: %{name}-ld.patch
 License: GPLv2+
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: fltk-devel
@@ -33,6 +34,7 @@ A GUI tool that outputs ed2k-links for g
 %patch0 -p1 -b .64bit
 %patch1 -p1 -b .w
 %patch2 -p1 -b .gcc43
+%patch3 -p1 -b .ld
 
 %build
 %configure
@@ -76,6 +78,10 @@ touch --no-create %{_datadir}/icons/hico
 %{_iconsdir}/%{name}.png
 
 %changelog
+* Mon Feb 15 2010 Dominik Mierzejewski <rpm at greysector.net> 0.4.0-10
+- fixed FTBFS (rhbz#565191)
+- fixed source URL
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.0-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 



More information about the scm-commits mailing list