Hello community,

here is the log from the commit of package elfutils for openSUSE:Factory 
checked in at 2012-09-17 13:54:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/elfutils (Old)
 and      /work/SRC/openSUSE:Factory/.elfutils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "elfutils", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/elfutils/elfutils.changes        2012-03-23 
12:05:03.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.elfutils.new/elfutils.changes   2012-09-17 
13:54:30.000000000 +0200
@@ -1,0 +2,5 @@
+Wed May 30 17:41:41 UTC 2012 - [email protected]
+
+- avoid automake dependency 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ elfutils.spec ++++++
--- /var/tmp/diff_new_pack.ZbWhhc/_old  2012-09-17 13:54:31.000000000 +0200
+++ /var/tmp/diff_new_pack.ZbWhhc/_new  2012-09-17 13:54:31.000000000 +0200
@@ -16,12 +16,11 @@
 #
 
 
-
 Name:           elfutils
-License:        GPL-2.0-with-osi-exception
 Version:        0.153
 Release:        0
 Summary:        Higher-level library to access ELF
+License:        GPL-2.0-with-osi-exception
 Group:          System/Libraries
 Url:            http://elfutils.fedorahosted.org
 Source:         elfutils-%{version}.tar.bz2
@@ -36,7 +35,6 @@
 Patch7:         elfutils-0.148-dont-crash.diff
 Patch8:         elfutils-revert-portability-scanf.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  automake
 BuildRequires:  bison
 BuildRequires:  flex
 BuildRequires:  libbz2-devel
@@ -62,8 +60,8 @@
 %package -n libasm-devel
 Summary:        A collection of utilities and DSOs to handle compiled objects
 Group:          Development/Tools/Other
-License:        GPL-2.0-with-osi-exception
-Requires:       glibc-devel, libasm1 = %{version}
+Requires:       glibc-devel
+Requires:       libasm1 = %{version}
 
 %description -n libasm-devel
 Elfutils is a collection of utilities, including ld (a linker), nm (for
@@ -76,7 +74,6 @@
 %package -n libebl1
 Summary:        A collection of utilities and DSOs to handle compiled objects
 Group:          Development/Tools/Other
-License:        GPL-2.0-with-osi-exception
 Provides:       libebl = %{version}
 Obsoletes:      libebl < %{version}
 
@@ -91,8 +88,9 @@
 %package -n libebl-devel
 Summary:        Include Files and Libraries mandatory for Development
 Group:          Development/Libraries/C and C++
-License:        GPL-2.0-with-osi-exception
-Requires:       glibc-devel, libebl1 = %{version}, libdw-devel = %{version}
+Requires:       glibc-devel
+Requires:       libdw-devel = %{version}
+Requires:       libebl1 = %{version}
 
 %description -n libebl-devel
 This package contains all necessary include files and libraries needed
@@ -100,7 +98,7 @@
 
 %package -n libelf1
 Summary:        Library to read and write ELF files
-License:        GPL-2.0-with-osi-exception
+Group:          System/Libraries
 
 %description -n libelf1
 This package provides a high-level library to read and write ELF files.
@@ -109,8 +107,8 @@
 %package -n libelf-devel
 Summary:        Include Files and Libraries mandatory for Development
 Group:          Development/Libraries/C and C++
-License:        GPL-2.0-with-osi-exception
-Requires:       glibc-devel, libelf1 = %{version}
+Requires:       glibc-devel
+Requires:       libelf1 = %{version}
 Conflicts:      libelf0-devel
 
 %description -n libelf-devel
@@ -119,7 +117,7 @@
 
 %package -n libdw1
 Summary:        Library to access DWARF debugging information
-License:        GPL-2.0-with-osi-exception
+Group:          System/Libraries
 
 %description -n libdw1
 This package provides a high-level library to access the DWARF debugging
@@ -128,8 +126,8 @@
 %package -n libdw-devel
 Summary:        Include Files and Libraries mandatory for Development
 Group:          Development/Libraries/C and C++
-License:        GPL-2.0-with-osi-exception
-Requires:       glibc-devel, libdw1 = %{version}
+Requires:       glibc-devel
+Requires:       libdw1 = %{version}
 Requires:       libelf-devel = %{version}
 
 %description -n libdw-devel
@@ -154,7 +152,6 @@
 DATE="\"$(date -d "${modified}" "+%%b %%e %%Y")\""
 TIME="\"$(date -d "${modified}" "+%%R")\""
 find . -type f -regex ".*\.c\|.*\.cpp\|.*\.h" -exec sed -i 
"s/__DATE__/${DATE}/g;s/__TIME__/${TIME}/g" {} +
-autoreconf -fi
 %configure --program-prefix=eu-
 make %{?_smp_mflags}
 

++++++ elfutils-no-po-test-build.diff ++++++
--- /var/tmp/diff_new_pack.ZbWhhc/_old  2012-09-17 13:54:31.000000000 +0200
+++ /var/tmp/diff_new_pack.ZbWhhc/_new  2012-09-17 13:54:31.000000000 +0200
@@ -13,3 +13,14 @@
  
  EXTRA_DIST = elfutils.spec GPG-KEY NOTES EXCEPTION
  
+--- elfutils-0.153/Makefile.in.orig    2012-02-23 12:41:51.000000000 +0100
++++ elfutils-0.153/Makefile.in 2012-05-30 19:36:05.792498281 +0200
+@@ -247,7 +247,7 @@ pkginclude_HEADERS = version.h
+ 
+ # Add doc back when we have some real content.
+ SUBDIRS = config m4 lib libelf libebl libdwfl libdw libcpu libasm backends \
+-        src po tests
++        src
+ 
+ EXTRA_DIST = elfutils.spec GPG-KEY NOTES EXCEPTION
+ 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to