diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index 35c55ea..0000000 --- a/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -acpitool-0.5.tar.bz2 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..89374d5 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +acpitool-0.5.1.tar.bz2 diff --git a/Makefile b/Makefile deleted file mode 100644 index c619d2e..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: acpitool -# $Id$ -NAME := acpitool -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/acpitool.spec b/acpitool.spec index be736a6..b66f9fd 100644 --- a/acpitool.spec +++ b/acpitool.spec @@ -1,13 +1,13 @@ Summary: Command line ACPI client Name: acpitool -Version: 0.5 -Release: 2%{?dist} +Version: 0.5.1 +Release: 1%{?dist} License: GPLv2+ Group: Applications/System URL: http://freeunix.dyndns.org:8000/site2/acpitool.shtml Source0: http://freeunix.dyndns.org:8088/ftp_site/pub/unix/acpitool/acpitool-%{version}.tar.bz2 -Patch0: acpitool-0.5-gcc43.patch +#Patch0: acpitool-0.5-gcc43.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description @@ -21,7 +21,7 @@ toggle fan on/off, and more. %prep %setup -q -%patch0 -p1 -b .gcc43 +#patch0 -p1 -b .gcc43 %build %configure @@ -41,6 +41,9 @@ rm -fr $RPM_BUILD_ROOT %{_mandir}/man1/acpitool* %changelog +* Wed Aug 26 2009 Steven M. Parrish 0.5.1-1 +- various minor fixes (fixing memleaks, removing of limit on thermal zones) + * Mon Feb 23 2009 Fedora Release Engineering - 0.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild diff --git a/sources b/sources index 4e858e9..540c457 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c4acc19eb002d6871d12abb490593202 acpitool-0.5.tar.bz2 +9e4ec55201be0be71ffbc56d38b42b57 acpitool-0.5.1.tar.bz2