rpms/ghex/devel sources,1.4,1.5 ghex.spec,1.5,1.6

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Sun Jan 9 16:24:33 UTC 2005


Author: mschwendt

Update of /cvs/extras/rpms/ghex/devel
In directory cvs.fedora.redhat.com:/tmp/cvs-serv5104

Modified Files:
	sources ghex.spec 
Log Message:
Fix for #143876 from Thorsten.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ghex/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	8 Nov 2004 04:23:31 -0000	1.4
+++ sources	9 Jan 2005 16:24:30 -0000	1.5
@@ -1 +1 @@
-7f9b30d0a9e707d395509538f0019bbd  ghex-2.8.0.tar.bz2
+ef17f945b9dc701193451f9b083e5116  ghex-2.8.1.tar.bz2


Index: ghex.spec
===================================================================
RCS file: /cvs/extras/rpms/ghex/devel/ghex.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ghex.spec	21 Dec 2004 12:24:34 -0000	1.5
+++ ghex.spec	9 Jan 2005 16:24:30 -0000	1.6
@@ -1,12 +1,12 @@
 Name:           ghex
-Version:        2.8.0
-Release:        3
+Version:        2.8.1
+Release:        2
 Summary:        A binary editor for GNOME
 
 Group:          Applications/Editors
 License:        GPL
 URL:            http://www.gnome.org/softwaremap/projects/ghex
-Source0:        http://ftp.gnome.org/pub/GNOME/sources/ghex/2.8/ghex-2.8.0.tar.bz2
+Source0:        http://ftp.gnome.org/pub/GNOME/sources/ghex/2.8/ghex-2.8.1.tar.bz2
 Patch:          ghex-2.8.0-no-scrollkeeper.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -16,6 +16,7 @@
 BuildRequires:  gettext
 BuildRequires:  desktop-file-utils
 BuildRequires:  scrollkeeper
+BuildRequires:  libtool 
 Requires(post): GConf2
 Requires(post): scrollkeeper
 Requires(post): /sbin/ldconfig
@@ -46,7 +47,7 @@
 
 %build
 %configure
-make %{?_smp_mflags}
+make %{?_smp_mflags} LIBTOOL=/usr/bin/libtool
 
 
 %install
@@ -108,6 +109,14 @@
 
 
 %changelog
+* Sun Jan 09 2005 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 2.8.1-2
+- Use make param LIBTOOL=/usr/bin/libtool insteat autoreconf -- fixes x86_64 
+  build
+
+* Mon Dec 27 2004 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 2.8.1-1
+- Update to 2.8.1
+- recreate autoconf & co data during pre; fixes build issues on x86_64
+
 * Tue Dec 21 2004 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.8.0-3
 - Ran into the incomplete-removal-of-epoch trap. Fixed that.
 




More information about the fedora-extras-commits mailing list