Hello community,

here is the log from the commit of package coreutils for openSUSE:Factory 
checked in at 2013-06-18 10:30:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/coreutils (Old)
 and      /work/SRC/openSUSE:Factory/.coreutils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "coreutils"

Changes:
--------
--- /work/SRC/openSUSE:Factory/coreutils/coreutils-testsuite.changes    
2013-06-11 09:26:14.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.coreutils.new/coreutils-testsuite.changes       
2013-06-18 10:30:45.000000000 +0200
@@ -1,0 +2,6 @@
+Sun Jun 16 23:59:28 UTC 2013 - jeng...@inai.de
+
+- Explicitly list libattr-devel as BuildRequires
+- More robust make install call
+
+-------------------------------------------------------------------
coreutils.changes: same change

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ coreutils-testsuite.spec ++++++
--- /var/tmp/diff_new_pack.6PW6G6/_old  2013-06-18 10:30:46.000000000 +0200
+++ /var/tmp/diff_new_pack.6PW6G6/_new  2013-06-18 10:30:46.000000000 +0200
@@ -37,6 +37,7 @@
 BuildRequires:  gmp-devel
 BuildRequires:  help2man
 BuildRequires:  libacl-devel
+BuildRequires:  libattr-devel
 BuildRequires:  libcap-devel
 BuildRequires:  libselinux-devel
 BuildRequires:  makeinfo
@@ -71,6 +72,8 @@
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
+#Git-Web:      http://git.savannah.gnu.org/gitweb/?p=coreutils.git
+#Git-Clone:    git://git.sv.gnu.org/coreutils
 %if "%{name}" == "coreutils"
 # For upgrading you now just need to increase the version, remove the old
 # tarballs, then run osc service localrun download_files, osc addremove,
@@ -180,7 +183,7 @@
 # ================================================
 %install
 %if "%{name}" == "coreutils"
-%makeinstall pkglibexecdir=%{_libdir}/%{name}
+make install DESTDIR="%buildroot" pkglibexecdir=%{_libdir}/%{name}
 
 # remove kill
 rm -v %{buildroot}%{_bindir}/kill

++++++ coreutils.spec ++++++
--- /var/tmp/diff_new_pack.6PW6G6/_old  2013-06-18 10:30:46.000000000 +0200
+++ /var/tmp/diff_new_pack.6PW6G6/_new  2013-06-18 10:30:46.000000000 +0200
@@ -37,6 +37,7 @@
 BuildRequires:  gmp-devel
 BuildRequires:  help2man
 BuildRequires:  libacl-devel
+BuildRequires:  libattr-devel
 BuildRequires:  libcap-devel
 BuildRequires:  libselinux-devel
 BuildRequires:  makeinfo
@@ -71,6 +72,8 @@
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
+#Git-Web:      http://git.savannah.gnu.org/gitweb/?p=coreutils.git
+#Git-Clone:    git://git.sv.gnu.org/coreutils
 %if "%{name}" == "coreutils"
 # For upgrading you now just need to increase the version, remove the old
 # tarballs, then run osc service localrun download_files, osc addremove,
@@ -180,7 +183,7 @@
 # ================================================
 %install
 %if "%{name}" == "coreutils"
-%makeinstall pkglibexecdir=%{_libdir}/%{name}
+make install DESTDIR="%buildroot" pkglibexecdir=%{_libdir}/%{name}
 
 # remove kill
 rm -v %{buildroot}%{_bindir}/kill


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to