rpms/allegro/devel allegro-4.2.0-nostrip.patch, NONE, 1.1 allegro.spec, 1.20, 1.21

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Tue Jan 24 08:24:50 UTC 2006


Author: jwrdegoede

Update of /cvs/extras/rpms/allegro/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10988

Modified Files:
	allegro.spec 
Added Files:
	allegro-4.2.0-nostrip.patch 
Log Message:
* Mon Jan 23 2006 Hans de Goede <j.w.r.degoede at hhs.nl> 4.2.0-4
- add allegro-4.2.0-nostrip.patch, so that the main .so file
  doesn't get stripped and we actually get debuginfo for it in
  allegro-debuginfo


allegro-4.2.0-nostrip.patch:

--- NEW FILE allegro-4.2.0-nostrip.patch ---
--- allegro-4.2.0/misc/deplib.sh.nostrip	2006-01-23 21:35:02.000000000 +0100
+++ allegro-4.2.0/misc/deplib.sh	2006-01-23 21:35:09.000000000 +0100
@@ -70,7 +70,7 @@
 done
 echo "$prev"
 echo ""
-write_code alleg LIBALLEG -s
+write_code alleg LIBALLEG ""
 echo ""
 echo ""
 


Index: allegro.spec
===================================================================
RCS file: /cvs/extras/rpms/allegro/devel/allegro.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- allegro.spec	21 Jan 2006 08:08:41 -0000	1.20
+++ allegro.spec	24 Jan 2006 08:24:49 -0000	1.21
@@ -1,6 +1,6 @@
 Name:           allegro
 Version:        4.2.0
-Release:        3
+Release:        4
 
 Summary:        A game programming library
 Summary(es):    Una libreria de programacion de juegos
@@ -14,6 +14,7 @@
 Source:         http://download.sourceforge.net/alleg/allegro-%{version}.tar.gz
 Patch1:         allegro-4.0.3-libdir.patch
 Patch2:         allegro-4.0.3-cfg.patch
+Patch3:         allegro-4.2.0-nostrip.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  esound-devel, texinfo, perl, arts-devel
 BuildRequires:  xorg-x11-proto-devel, libX11-devel, libXext-devel, libXt-devel
@@ -119,7 +120,7 @@
 %setup -q
 %patch1 -p0 -b .libdir
 %patch2 -p0 -b .cfg
-
+%patch3 -p1 -z .nostrip
 
 %build
 %configure \
@@ -206,6 +207,11 @@
 
 
 %changelog
+* Mon Jan 23 2006 Hans de Goede <j.w.r.degoede at hhs.nl> 4.2.0-4
+- add allegro-4.2.0-nostrip.patch, so that the main .so file
+  doesn't get stripped and we actually get debuginfo for it in
+  allegro-debuginfo
+
 * Fri Jan 20 2006 Hans de Goede <j.w.r.degoede at hhs.nl> 4.2.0-3
 - update / fix BuildRequires for modular X (bz 178245)
 




More information about the fedora-extras-commits mailing list