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.changes        2013-12-18 
07:51:01.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.acpi.new/acpi.changes   2015-03-19 
21:19:41.000000000 +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.000000000 +0100
+++ /var/tmp/diff_new_pack.SNXkD3/_new  2015-03-19 21:19:42.000000000 +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

Reply via email to