Blame SOURCES/elfutils-dts-libs-version.patch

c27982
diff --git a/libasm/Makefile.am b/libasm/Makefile.am
c27982
index fcc7ffc..60b8ed6 100644
c27982
--- a/libasm/Makefile.am
c27982
+++ b/libasm/Makefile.am
c27982
@@ -31,7 +31,7 @@ include $(top_srcdir)/config/eu.am
c27982
 AM_CPPFLAGS += -I$(top_srcdir)/libelf -I$(top_srcdir)/libebl -I$(top_srcdir)/libdw -I$(top_srcdir)/libdwelf
c27982
 
c27982
 GCC_INCLUDE = -I$(shell $(CC) -print-file-name=include)
c27982
-VERSION = 1
c27982
+VERSION = dts.1
c27982
 
c27982
 lib_LIBRARIES = libasm.a
c27982
 noinst_LIBRARIES = libasm_pic.a
c27982
diff --git a/libdw/Makefile.am b/libdw/Makefile.am
c27982
index 166e37c..e291478 100644
c27982
--- a/libdw/Makefile.am
c27982
+++ b/libdw/Makefile.am
c27982
@@ -32,7 +32,7 @@ if BUILD_STATIC
c27982
 AM_CFLAGS += $(fpic_CFLAGS)
c27982
 endif
c27982
 AM_CPPFLAGS += -I$(srcdir)/../libelf -I$(srcdir)/../libdwelf
c27982
-VERSION = 1
c27982
+VERSION = dts.1
c27982
 
c27982
 lib_LIBRARIES = libdw.a
c27982
 noinst_LIBRARIES = libdw_pic.a libdw_static_pic.a
c27982
diff --git a/libdwelf/Makefile.am b/libdwelf/Makefile.am
c27982
index b526b7c..fbd51ba 100644
c27982
--- a/libdwelf/Makefile.am
c27982
+++ b/libdwelf/Makefile.am
c27982
@@ -32,7 +32,7 @@
c27982
 include $(top_srcdir)/config/eu.am
c27982
 AM_CPPFLAGS += -I$(srcdir)/../libelf -I$(srcdir)/../libdw \
c27982
 	       -I$(srcdir)/../libdwfl -I$(srcdir)/../libebl
c27982
-VERSION = 1
c27982
+VERSION = dts.1
c27982
 
c27982
 noinst_LIBRARIES = libdwelf.a libdwelf_pic.a
c27982
 
c27982
diff --git a/libdwfl/Makefile.am b/libdwfl/Makefile.am
c27982
index d9d13b2..3749b51 100644
c27982
--- a/libdwfl/Makefile.am
c27982
+++ b/libdwfl/Makefile.am
c27982
@@ -32,7 +32,7 @@
c27982
 include $(top_srcdir)/config/eu.am
c27982
 AM_CPPFLAGS += -I$(srcdir) -I$(srcdir)/../libelf -I$(srcdir)/../libebl \
c27982
 	   -I$(srcdir)/../libdw -I$(srcdir)/../libdwelf
c27982
-VERSION = 1
c27982
+VERSION = dts.1
c27982
 
c27982
 noinst_LIBRARIES = libdwfl.a
c27982
 noinst_LIBRARIES += libdwfl_pic.a
c27982
diff --git a/libebl/Makefile.am b/libebl/Makefile.am
c27982
index ecebdd0..c411c70 100644
c27982
--- a/libebl/Makefile.am
c27982
+++ b/libebl/Makefile.am
c27982
@@ -30,7 +30,7 @@
c27982
 include $(top_srcdir)/config/eu.am
c27982
 AM_CFLAGS += $(fpic_CFLAGS)
c27982
 AM_CPPFLAGS += -I$(srcdir)/../libelf -I$(srcdir)/../libdw -I$(srcdir)/../libasm
c27982
-VERSION = 1
c27982
+VERSION = dts.1
c27982
 LIBEBL_SUBDIR = @LIBEBL_SUBDIR@
c27982
 
c27982
 lib_LIBRARIES = libebl.a
c27982
diff --git a/libelf/Makefile.am b/libelf/Makefile.am
c27982
index ba4e3eb..88ce633 100644
c27982
--- a/libelf/Makefile.am
c27982
+++ b/libelf/Makefile.am
c27982
@@ -32,7 +32,7 @@ if BUILD_STATIC
c27982
 AM_CFLAGS += $(fpic_CFLAGS)
c27982
 endif
c27982
 GCC_INCLUDE = -I$(shell $(CC) -print-file-name=include)
c27982
-VERSION = 1
c27982
+VERSION = dts.1
c27982
 
c27982
 lib_LIBRARIES = libelf.a
c27982
 noinst_LIBRARIES = libelf_pic.a