rpms/bidiv/devel .cvsignore, 1.2, 1.3 bidiv.spec, 1.1, 1.2 sources, 1.2, 1.3

Dan Kenigsberg (danken) fedora-extras-commits at redhat.com
Mon Feb 6 10:35:38 UTC 2006


Author: danken

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

Modified Files:
	.cvsignore bidiv.spec sources 
Log Message:
remove `strip' from Makefile, to have meaningful debuginfo (BUG #180104)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/bidiv/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	29 Jan 2006 07:12:58 -0000	1.2
+++ .cvsignore	6 Feb 2006 10:35:38 -0000	1.3
@@ -1 +1,2 @@
 bidiv-1.5.tgz
+nostrip.patch.gz


Index: bidiv.spec
===================================================================
RCS file: /cvs/extras/rpms/bidiv/devel/bidiv.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bidiv.spec	29 Jan 2006 07:12:58 -0000	1.1
+++ bidiv.spec	6 Feb 2006 10:35:38 -0000	1.2
@@ -1,9 +1,10 @@
 Summary: Display logical Hebrew on unidirectional terminals
 Name: bidiv
 Version: 1.5
-Release: 1%{?dist}
+Release: 2%{?dist}
 URL: http://ftp.ivrix.org.il/pub/ivrix/src/cmdline/
 Source: http://ftp.ivrix.org.il/pub/ivrix/src/cmdline/%{name}-%{version}.tgz
+Patch0: nostrip.patch.gz
 License: GPL
 Group: Applications/Text
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -16,6 +17,7 @@
 
 %prep
 %setup -q -n bidiv
+%patch -P 0
 
 %build
 make PREFIX=%{buildroot} CC_OPT_FLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
@@ -38,6 +40,8 @@
 # and what about %{_mandir}/he/man1/bidiv.1 ? ;)
 
 %changelog
+* Sun Feb  5 2006 Dan Kenigsberg <danken at cs.technion.ac.il> 1.5-2
+- remove `strip' from Makefile, to have meaningful debuginfo (BUG #180104)
 * Sat Jan  7 2006 Dan Kenigsberg <danken at cs.technion.ac.il> 1.5-1
 - new upstream version.
 * Mon Dec 26 2005 Dan Kenigsberg <danken at cs.technion.ac.il> 1.4-3


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/bidiv/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	29 Jan 2006 07:12:58 -0000	1.2
+++ sources	6 Feb 2006 10:35:38 -0000	1.3
@@ -1 +1,2 @@
 e1a951dac153c3998e6276e11f681ac4  bidiv-1.5.tgz
+02f1b4a7429a9c4a19a68b21bbd05a0f  nostrip.patch.gz




More information about the fedora-extras-commits mailing list