rpms/hdparm/devel hdparm-9.8-nostrip.patch, NONE, 1.1 .cvsignore, 1.19, 1.20 hdparm.spec, 1.43, 1.44 sources, 1.20, 1.21 hdparm-8.4-nostrip.patch, 1.1, NONE

Karsten Hopp karsten at fedoraproject.org
Wed Jan 14 12:19:38 UTC 2009


Author: karsten

Update of /cvs/extras/rpms/hdparm/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18026

Modified Files:
	.cvsignore hdparm.spec sources 
Added Files:
	hdparm-9.8-nostrip.patch 
Removed Files:
	hdparm-8.4-nostrip.patch 
Log Message:
- update

hdparm-9.8-nostrip.patch:

--- NEW FILE hdparm-9.8-nostrip.patch ---
diff -up hdparm-9.8/Makefile.nostrip hdparm-9.8/Makefile
--- hdparm-9.8/Makefile.nostrip	2009-01-14 12:48:52.000000000 +0100
+++ hdparm-9.8/Makefile	2009-01-14 12:49:17.000000000 +0100
@@ -16,7 +16,7 @@ STRIP ?= strip
 CFLAGS := -O2 -W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith -Wcast-qual -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fkeep-inline-functions -Wwrite-strings -Waggregate-return -Wnested-externs -Wtrigraphs $(CFLAGS)
 
 #LDFLAGS = -s -static
-LDFLAGS = -s
+LDFLAGS =
 INSTALL = install
 INSTALL_DATA = $(INSTALL) -m 644
 INSTALL_DIR = $(INSTALL) -m 755 -d
@@ -28,7 +28,6 @@ all: hdparm
 
 hdparm: hdparm.h sgio.h $(OBJS)
 	$(CC) $(LDFLAGS) -o hdparm $(OBJS)
-	$(STRIP) hdparm
 
 hdparm.o:	hdparm.h sgio.h
 


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/hdparm/devel/.cvsignore,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- .cvsignore	5 Mar 2008 12:51:01 -0000	1.19
+++ .cvsignore	14 Jan 2009 12:19:08 -0000	1.20
@@ -1 +1 @@
-hdparm-8.6.tar.gz
+hdparm-9.8.tar.gz


Index: hdparm.spec
===================================================================
RCS file: /cvs/extras/rpms/hdparm/devel/hdparm.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- hdparm.spec	5 Mar 2008 12:51:01 -0000	1.43
+++ hdparm.spec	14 Jan 2009 12:19:08 -0000	1.44
@@ -1,12 +1,12 @@
 Summary: A utility for displaying and/or setting hard disk parameters
 Name: hdparm
-Version: 8.6
+Version: 9.8
 Release: 1%{?dist}
 License: BSD
 Group: Applications/System
 URL:    http://sourceforge.net/projects/hdparm/
 Source: http://download.sourceforge.net/hdparm/hdparm-%{version}.tar.gz
-Patch0: hdparm-8.4-nostrip.patch
+Patch0: hdparm-9.8-nostrip.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 ExcludeArch: s390 s390x
 
@@ -41,6 +41,9 @@
 %{_mandir}/man8/hdparm.8*
 
 %changelog
+* Wed Jan 14 2009 Karsten Hopp <karsten at redhat.com> 9.8-1
+- update
+
 * Wed Mar 05 2008 Karsten Hopp <karsten at redhat.com> 8.6-1
 - update to 8.6
 - fix source URL


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/hdparm/devel/sources,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- sources	5 Mar 2008 12:51:01 -0000	1.20
+++ sources	14 Jan 2009 12:19:08 -0000	1.21
@@ -1 +1 @@
-237fbceeeba6318b987983fd858994df  hdparm-8.6.tar.gz
+e393c9d938200b378dfa6a935825329c  hdparm-9.8.tar.gz


--- hdparm-8.4-nostrip.patch DELETED ---




More information about the scm-commits mailing list