rpms/athcool/F-8 athcool-0.3.12-buildfix.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 athcool.spec, 1.5, 1.6 sources, 1.3, 1.4

Adel Gadllah (drago01) fedora-extras-commits at redhat.com
Sun Feb 10 23:37:48 UTC 2008


Author: drago01

Update of /cvs/pkgs/rpms/athcool/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1448

Modified Files:
	.cvsignore athcool.spec sources 
Added Files:
	athcool-0.3.12-buildfix.patch 
Log Message:
Update to 0.3.12

athcool-0.3.12-buildfix.patch:

--- NEW FILE athcool-0.3.12-buildfix.patch ---
diff -upNr athcool-0.3.12.orign/Makefile athcool-0.3.12/Makefile
--- athcool-0.3.12.orign/Makefile	2007-11-05 13:47:46.000000000 +0100
+++ athcool-0.3.12/Makefile	2008-02-11 00:22:53.000000000 +0100
@@ -20,7 +20,7 @@ CFLAGS	= -O2 -Wall
 DEFS    = -I. -I$(includedir) -DPACKAGE=\"$(PACKAGE)\" -DVERSION=\"$(VERSION)\"
 #DEFS   += -DENABLE_FORCEID=1
 #DEFS   += -DDISABLE_WRITE_REG=1
-LIBS	= -lpci
+LIBS	= -lpci -lz
 
 ### rules ###
 


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/athcool/F-8/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	11 Aug 2005 08:23:27 -0000	1.2
+++ .cvsignore	10 Feb 2008 23:37:09 -0000	1.3
@@ -1 +1 @@
-athcool-0.3.11.tar.gz
+athcool-0.3.12.tar.gz


Index: athcool.spec
===================================================================
RCS file: /cvs/pkgs/rpms/athcool/F-8/athcool.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- athcool.spec	15 Sep 2006 14:01:18 -0000	1.5
+++ athcool.spec	10 Feb 2008 23:37:09 -0000	1.6
@@ -1,17 +1,19 @@
 Name:           athcool
-Version:        0.3.11
-Release:        5%{?dist}
+Version:        0.3.12
+Release:        1%{?dist}
 Summary:        Enables/disables Powersaving mode for AMD processors
 
 Group:          System Environment/Daemons
-License:        GPL
+License:        GPLv2+
 URL:            http://members.jcom.home.ne.jp/jacobi/linux/softwares.html#athcool
 Source0:        http://members.jcom.home.ne.jp/jacobi/linux/files/%{name}-%{version}.tar.gz
 Source1:        athcool.init
 Patch0:         athcool-0.3.11.quiet.patch
+Patch1:		 athcool-0.3.12-buildfix.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  pciutils-devel
+BuildRequires:  zlib-devel
 Requires(post): /sbin/chkconfig
 Requires(preun): /sbin/chkconfig
 Requires(preun): /sbin/service
@@ -48,6 +50,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 sed -i -e 's/install -s/install/' Makefile
 
 
@@ -92,6 +95,10 @@
 
 
 %changelog
+* Mon Feb 11 2008 Adel Gadllah <adel.gadllah at gmail.com> 0.3.12-1
+- Update to 0.3.12
+- Fix license tag
+
 * Fri Sep 15 2006 Dawid Gajownik <gajownik[AT]gmail.com> - 0.3.11-5
 - Rebuild for FE6
 - Update e-mail address


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/athcool/F-8/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	16 Aug 2005 17:54:01 -0000	1.3
+++ sources	10 Feb 2008 23:37:09 -0000	1.4
@@ -1 +1 @@
-4f550f9aaaa68a01d1e8ae31491e5406  athcool-0.3.11.tar.gz
+f2e0f4fbd04f5e1f09aa60a3ecb24645  athcool-0.3.12.tar.gz




More information about the fedora-extras-commits mailing list