commit acpi for openSUSE:Factory
Hello community, here is the log from the commit of package acpi for openSUSE:Factory checked in at 2015-03-19 21:19:40 Comparing /work/SRC/openSUSE:Factory/acpi (Old) and /work/SRC/openSUSE:Factory/.acpi.new (New) Package is "acpi" Changes: --- /work/SRC/openSUSE:Factory/acpi/acpi.changes2013-12-18 07:51:01.0 +0100 +++ /work/SRC/openSUSE:Factory/.acpi.new/acpi.changes 2015-03-19 21:19:41.0 +0100 @@ -1,0 +2,7 @@ +Mon Mar 9 15:42:44 UTC 2015 - mplus...@suse.com + +- Use url for source +- Cleanup spec file with spec-cleaner +- Enable build for aarch64 + +--- Other differences: -- ++ acpi.spec ++ --- /var/tmp/diff_new_pack.SNXkD3/_old 2015-03-19 21:19:42.0 +0100 +++ /var/tmp/diff_new_pack.SNXkD3/_new 2015-03-19 21:19:42.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package acpi # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,19 +16,18 @@ # - Name: acpi -Url:http://sourceforge.net/projects/acpiclient/ Version:1.7 Release:0 +Summary:Command-line ACPI client License:GPL-2.0+ Group: System/Daemons -Summary:Command-line ACPI client -Source: %{name}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-build -ExclusiveArch: %ix86 x86_64 ia64 +Url:http://sourceforge.net/projects/acpiclient/ +Source: http://sourceforge.net/projects/acpiclient/files/acpiclient/%{version}/%{name}-%{version}.tar.gz # Package was split from acpid package -Provides: acpid:/usr/bin/acpi +Provides: acpid:%{_bindir}/acpi +BuildRoot: %{_tmppath}/%{name}-%{version}-build +ExclusiveArch: %ix86 x86_64 ia64 aarch64 %description Linux ACPI client is a small command-line program that attempts to @@ -43,12 +42,12 @@ make %{?_smp_mflags} %install -make install DESTDIR=%{buildroot} +make DESTDIR=%{buildroot} install %{?_smp_mflags} %files %defattr(-,root,root) %doc AUTHORS ChangeLog README COPYING %{_bindir}/acpi -%{_datadir}/man/man1/acpi.1.gz +%{_mandir}/man1/acpi.1.gz %changelog -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit acpi for openSUSE:Factory
Hello community, here is the log from the commit of package acpi for openSUSE:Factory checked in at 2013-12-18 07:51:00 Comparing /work/SRC/openSUSE:Factory/acpi (Old) and /work/SRC/openSUSE:Factory/.acpi.new (New) Package is "acpi" Changes: --- /work/SRC/openSUSE:Factory/acpi/acpi.changes2013-10-19 18:52:49.0 +0200 +++ /work/SRC/openSUSE:Factory/.acpi.new/acpi.changes 2013-12-18 07:51:01.0 +0100 @@ -1,0 +2,7 @@ +Thu Dec 12 14:45:20 UTC 2013 - p.drou...@gmail.com + +- Update to version 1.7 + + ChangeLog has not been updated +- Remove acpi-memset-with-zero-length.patch; merged on upstream release + +--- Old: acpi-1.5.tar.gz acpi-memset-with-zero-length.patch New: acpi-1.7.tar.gz Other differences: -- ++ acpi.spec ++ --- /var/tmp/diff_new_pack.yLgoHX/_old 2013-12-18 07:51:02.0 +0100 +++ /var/tmp/diff_new_pack.yLgoHX/_new 2013-12-18 07:51:02.0 +0100 @@ -19,8 +19,8 @@ Name: acpi Url:http://sourceforge.net/projects/acpiclient/ -Version:1.5 -Release:5 +Version:1.7 +Release:0 License:GPL-2.0+ Group: System/Daemons Summary:Command-line ACPI client @@ -29,7 +29,6 @@ ExclusiveArch: %ix86 x86_64 ia64 # Package was split from acpid package Provides: acpid:/usr/bin/acpi -Patch: acpi-memset-with-zero-length.patch %description Linux ACPI client is a small command-line program that attempts to @@ -38,14 +37,13 @@ %prep %setup -q -%patch %build %configure make %{?_smp_mflags} %install -make install DESTDIR=$RPM_BUILD_ROOT +make install DESTDIR=%{buildroot} %files %defattr(-,root,root) ++ acpi-1.5.tar.gz -> acpi-1.7.tar.gz ++ 5855 lines of diff (skipped) retrying with extended exclude list diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/acpi-1.5/ChangeLog new/acpi-1.7/ChangeLog --- old/acpi-1.5/ChangeLog 2010-03-28 14:36:02.0 +0200 +++ new/acpi-1.7/ChangeLog 2012-01-13 12:44:11.0 +0100 @@ -1,9 +1,19 @@ +2012-01-13 Michael Meskes + + * Fixed case sensitivity when checking for status file. + * release 1.6 + +2011-03-09 Luca Capello + + * main.c: use spaces to align -h output + 2010-03-28 Michael Meskes * Print error message if no information can be retrieved e.g. because acpi is not activated. * Read power_now and use it to replace current_now if the battery is reporting energy values. + * released 1.5 2009-06-04 Michael Meskes diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/acpi-1.5/acpi.1 new/acpi-1.7/acpi.1 --- old/acpi-1.5/acpi.1 2009-03-23 16:31:06.0 +0100 +++ new/acpi-1.7/acpi.1 2010-05-12 14:56:34.0 +0200 @@ -44,6 +44,6 @@ .SH "AUTHOR" .PP The original version of this manual page was written by Paul Telford - for the \fBDebian\fP system. Newer additions were done my + for the \fBDebian\fP system. Newer additions were done by Michael Meskes . Permission is granted to copy, distribute and/or modify this document under the terms of the GNU GPL. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/acpi-1.5/acpi.c new/acpi-1.7/acpi.c --- old/acpi-1.5/acpi.c 2010-03-28 14:34:23.0 +0200 +++ new/acpi-1.7/acpi.c 2012-01-13 12:48:28.0 +0100 @@ -1,7 +1,7 @@ /* provides a simple client program that reads ACPI status from the /proc filesystem * * Copyright (C) 2001 Grahame Bowland - * (C) 2008-2009 Michael Meskes + * (C) 2008-2012 Michael Meskes * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -429,7 +429,7 @@ fields = adapter->data; while (fields) { value = fields->data; - if (!strcmp(value->attr, "state") || !strcmp(value->attr, "Status")) + if (!strcmp(value->attr, "state
commit acpi for openSUSE:Factory
Hello community, here is the log from the commit of package acpi for openSUSE:Factory checked in at 2013-10-19 18:52:47 Comparing /work/SRC/openSUSE:Factory/acpi (Old) and /work/SRC/openSUSE:Factory/.acpi.new (New) Package is "acpi" Changes: --- /work/SRC/openSUSE:Factory/acpi/acpi.changes2011-09-23 01:51:29.0 +0200 +++ /work/SRC/openSUSE:Factory/.acpi.new/acpi.changes 2013-10-19 18:52:49.0 +0200 @@ -1,0 +2,6 @@ +Sat Oct 19 15:01:47 UTC 2013 - p.drou...@gmail.com + +- Package doesn't contain sysconfig file or sysvinit script; remove + useless %insserv_prereq and %fillup_prereq macros + +--- Other differences: -- ++ acpi.spec ++ --- /var/tmp/diff_new_pack.0qd0BS/_old 2013-10-19 18:52:50.0 +0200 +++ /var/tmp/diff_new_pack.0qd0BS/_new 2013-10-19 18:52:50.0 +0200 @@ -1,7 +1,7 @@ # # spec file for package acpi # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,7 +23,6 @@ Release:5 License:GPL-2.0+ Group: System/Daemons -PreReq: %insserv_prereq %fillup_prereq Summary:Command-line ACPI client Source: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit acpi for openSUSE:Factory
Hello community, here is the log from the commit of package acpi for openSUSE:Factory checked in at 2011-12-06 17:57:19 Comparing /work/SRC/openSUSE:Factory/acpi (Old) and /work/SRC/openSUSE:Factory/.acpi.new (New) Package is "acpi", Maintainer is "" Changes: Other differences: -- ++ acpi.spec ++ --- /var/tmp/diff_new_pack.0ki5Zc/_old 2011-12-06 17:57:31.0 +0100 +++ /var/tmp/diff_new_pack.0ki5Zc/_new 2011-12-06 17:57:31.0 +0100 @@ -21,7 +21,7 @@ Url:http://sourceforge.net/projects/acpiclient/ Version:1.5 Release:5 -License:GPLv2+ +License:GPL-2.0+ Group: System/Daemons PreReq: %insserv_prereq %fillup_prereq Summary:Command-line ACPI client -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit acpi for openSUSE:Factory
Hello community, here is the log from the commit of package acpi for openSUSE:Factory checked in at Tue Sep 20 09:28:06 CEST 2011. --- acpi/acpi.changes 2011-04-05 16:10:02.0 +0200 +++ /mounts/work_src_done/STABLE/acpi/acpi.changes 2011-09-17 12:45:30.0 +0200 @@ -1,0 +2,5 @@ +Sat Sep 17 10:45:24 UTC 2011 - jeng...@medozas.de + +- Remove redundant tags/sections from specfile + +--- calling whatdependson for head-i586 Other differences: -- ++ acpi.spec ++ --- /var/tmp/diff_new_pack.gZZx7c/_old 2011-09-20 09:28:03.0 +0200 +++ /var/tmp/diff_new_pack.gZZx7c/_new 2011-09-20 09:28:03.0 +0200 @@ -15,7 +15,6 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: acpi @@ -24,7 +23,6 @@ Release:5 License:GPLv2+ Group: System/Daemons -AutoReqProv:on PreReq: %insserv_prereq %fillup_prereq Summary:Command-line ACPI client Source: %{name}-%{version}.tar.gz @@ -39,13 +37,6 @@ replicate the functionality of the 'old' apm command on ACPI systems. It includes battery and thermal information. - - -Authors: - - Grahame Bowland - Michael Meskes - %prep %setup -q %patch @@ -57,9 +48,6 @@ %install make install DESTDIR=$RPM_BUILD_ROOT -%clean -rm -rf %{buildroot} - %files %defattr(-,root,root) %doc AUTHORS ChangeLog README COPYING Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit acpi for openSUSE:Factory
Hello community, here is the log from the commit of package acpi for openSUSE:Factory checked in at Wed Apr 6 09:34:03 CEST 2011. --- acpi/acpi.changes 2010-10-02 21:23:47.0 +0200 +++ /mounts/work_src_done/STABLE/acpi/acpi.changes 2011-04-05 16:10:02.0 +0200 @@ -1,0 +2,5 @@ +Tue Apr 5 14:09:15 UTC 2011 - crrodrig...@opensuse.org + +- Fix memset-with-zero-length bug. + +--- calling whatdependson for head-i586 New: acpi-memset-with-zero-length.patch Other differences: -- ++ acpi.spec ++ --- /var/tmp/diff_new_pack.VpaAE7/_old 2011-04-06 09:31:01.0 +0200 +++ /var/tmp/diff_new_pack.VpaAE7/_new 2011-04-06 09:31:01.0 +0200 @@ -1,7 +1,7 @@ # -# spec file for package acpi (Version 1.5) +# spec file for package acpi # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ Name: acpi Url:http://sourceforge.net/projects/acpiclient/ Version:1.5 -Release:1 +Release:5 License:GPLv2+ Group: System/Daemons AutoReqProv:on @@ -32,6 +32,7 @@ ExclusiveArch: %ix86 x86_64 ia64 # Package was split from acpid package Provides: acpid:/usr/bin/acpi +Patch: acpi-memset-with-zero-length.patch %description Linux ACPI client is a small command-line program that attempts to @@ -47,6 +48,7 @@ %prep %setup -q +%patch %build %configure ++ acpi-memset-with-zero-length.patch ++ --- acpi.c.orig +++ acpi.c @@ -492,7 +492,7 @@ void print_thermal_information(struct li double real_temp; int i, trip_points = -1; - memset(trip, sizeof trip, 0); + memset(trip, 0, sizeof trip); fields = sensor->data; while (fields) { value = fields->data; Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org