rpms/acpid/devel acpid-1.0.6-makefile.patch, 1.1, 1.2 acpid.spec, 1.28, 1.29

Zdenek Prikryl (zprikryl) fedora-extras-commits at redhat.com
Thu Feb 14 12:04:56 UTC 2008


Author: zprikryl

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

Modified Files:
	acpid-1.0.6-makefile.patch acpid.spec 
Log Message:
Update of acpid-1.0.6-makefile.patch, it fix building with gcc 4.3


acpid-1.0.6-makefile.patch:

Index: acpid-1.0.6-makefile.patch
===================================================================
RCS file: /cvs/extras/rpms/acpid/devel/acpid-1.0.6-makefile.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- acpid-1.0.6-makefile.patch	10 Aug 2007 06:47:27 -0000	1.1
+++ acpid-1.0.6-makefile.patch	14 Feb 2008 12:04:48 -0000	1.2
@@ -1,12 +1,14 @@
---- acpid-1.0.6/Makefile.flags	2007-06-30 21:15:45.000000000 +0200
-+++ acpid-1.0.6/Makefile	2007-08-07 10:29:18.000000000 +0200
-@@ -21,7 +21,8 @@ acpi_listen_OBJS = $(acpi_listen_SRCS:.c
+--- acpid-1.0.6/Makefile.makefile	2007-06-30 21:15:45.000000000 +0200
++++ acpid-1.0.6/Makefile	2008-02-13 18:05:37.000000000 +0100
+@@ -21,8 +21,9 @@ acpi_listen_OBJS = $(acpi_listen_SRCS:.c
  MAN8 = acpid.8 acpi_listen.8
  MAN8GZ = $(MAN8:.8=.8.gz)
  
 -CFLAGS = -Wall -Werror -g $(DEFS)
+-DEFS = -DVERSION="\"$(VERSION)\""
 +CFLAGS = -Wall -Werror -g $(DEFS) $(RPM_OPT_FLAGS) -fPIE
 +LDFLAGS = -pie -Wl,-z,relro
- DEFS = -DVERSION="\"$(VERSION)\""
++DEFS = -DVERSION="\"$(VERSION)\"" -D_GNU_SOURCE
  
  all: $(PROGS)
+ 


Index: acpid.spec
===================================================================
RCS file: /cvs/extras/rpms/acpid/devel/acpid.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- acpid.spec	23 Jan 2008 14:04:21 -0000	1.28
+++ acpid.spec	14 Feb 2008 12:04:48 -0000	1.29
@@ -1,7 +1,7 @@
 Summary: ACPI Event Daemon
 Name: acpid
 Version: 1.0.6
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: GPL
 Group: System Environment/Daemons
 Source: http://prdownloads.sourceforge.net/acpid/acpid-%{version}.tar.gz
@@ -87,6 +87,9 @@
 fi
 
 %changelog
+* Thu Feb 14 2008 Zdenek Prikryl <zprikryl at redhat.com> - 1.0.6-6.fc9
+- Update of acpid-1.0.6-makefile.patch, it fix building with gcc 4.3
+
 * Wed Jan 23 2008 Zdenek Prikryl <zprikryl at redhat.com> - 1.0.6-5.fc9
 - Fixed managing of power button (#361501)
 - Fixed power script to check for KDE power manager (#419331)




More information about the fedora-extras-commits mailing list