|
|
869a11 |
--- binutils-2.26.orig/bfd/Makefile.am 2016-01-25 10:11:33.505289018 +0000
|
|
|
869a11 |
+++ binutils-2.26/bfd/Makefile.am 2016-01-25 10:13:23.489964145 +0000
|
|
|
869a11 |
@@ -1043,8 +1043,8 @@ DISTCLEANFILES = $(BUILD_CFILES) $(BUILD
|
|
|
869a11 |
bfdver.h: $(srcdir)/version.h $(srcdir)/development.sh $(srcdir)/Makefile.in
|
|
|
869a11 |
@echo "creating $@"
|
|
|
869a11 |
@bfd_version=`echo "$(VERSION)" | $(SED) -e 's/\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\).*/\1.00\2.00\3.00\4.00\5/' -e 's/\([^\.]*\)\..*\(..\)\..*\(..\)\..*\(..\)\..*\(..\)$$/\1\2\3\4\5/'` ;\
|
|
|
869a11 |
- bfd_version_string="\"$(VERSION)\"" ;\
|
|
|
869a11 |
- bfd_soversion="$(VERSION)" ;\
|
|
|
869a11 |
+ bfd_version_string="\"$(VERSION)-%{release}\"" ;\
|
|
|
869a11 |
+ bfd_soversion="$(VERSION)-%{release}" ;\
|
|
|
869a11 |
bfd_version_package="\"$(PKGVERSION)\"" ;\
|
|
|
869a11 |
report_bugs_to="\"$(REPORT_BUGS_TO)\"" ;\
|
|
|
869a11 |
. $(srcdir)/development.sh ;\
|
|
|
869a11 |
@@ -1055,7 +1055,7 @@ bfdver.h: $(srcdir)/version.h $(srcdir)/
|
|
|
869a11 |
fi ;\
|
|
|
869a11 |
$(SED) -e "s,@bfd_version@,$$bfd_version," \
|
|
|
869a11 |
-e "s,@bfd_version_string@,$$bfd_version_string," \
|
|
|
869a11 |
- -e "s,@bfd_version_package@,$$bfd_version_package," \
|
|
|
869a11 |
+ -e "s,@bfd_version_package@,\"version \"," \
|
|
|
869a11 |
-e "s,@report_bugs_to@,$$report_bugs_to," \
|
|
|
869a11 |
< $(srcdir)/version.h > $@; \
|
|
|
869a11 |
echo "$${bfd_soversion}" > libtool-soversion
|
|
|
869a11 |
--- binutils-2.26.orig/bfd/Makefile.in 2016-01-25 10:11:33.505289018 +0000
|
|
|
869a11 |
+++ binutils-2.26/bfd/Makefile.in 2016-01-25 10:14:17.818297941 +0000
|
|
|
869a11 |
@@ -2111,8 +2111,8 @@ stmp-lcoff-h: $(LIBCOFF_H_FILES)
|
|
|
869a11 |
bfdver.h: $(srcdir)/version.h $(srcdir)/development.sh $(srcdir)/Makefile.in
|
|
|
869a11 |
@echo "creating $@"
|
|
|
869a11 |
@bfd_version=`echo "$(VERSION)" | $(SED) -e 's/\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\).*/\1.00\2.00\3.00\4.00\5/' -e 's/\([^\.]*\)\..*\(..\)\..*\(..\)\..*\(..\)\..*\(..\)$$/\1\2\3\4\5/'` ;\
|
|
|
869a11 |
- bfd_version_string="\"$(VERSION)\"" ;\
|
|
|
869a11 |
- bfd_soversion="$(VERSION)" ;\
|
|
|
869a11 |
+ bfd_version_string="\"$(VERSION)-%{release}\"" ;\
|
|
|
869a11 |
+ bfd_soversion="$(VERSION)-%{release}" ;\
|
|
|
869a11 |
bfd_version_package="\"$(PKGVERSION)\"" ;\
|
|
|
869a11 |
report_bugs_to="\"$(REPORT_BUGS_TO)\"" ;\
|
|
|
869a11 |
. $(srcdir)/development.sh ;\
|
|
|
869a11 |
@@ -2123,7 +2123,7 @@ bfdver.h: $(srcdir)/version.h $(srcdir)/
|
|
|
869a11 |
fi ;\
|
|
|
869a11 |
$(SED) -e "s,@bfd_version@,$$bfd_version," \
|
|
|
869a11 |
-e "s,@bfd_version_string@,$$bfd_version_string," \
|
|
|
869a11 |
- -e "s,@bfd_version_package@,$$bfd_version_package," \
|
|
|
869a11 |
+ -e "s,@bfd_version_package@,\"version \"," \
|
|
|
869a11 |
-e "s,@report_bugs_to@,$$report_bugs_to," \
|
|
|
869a11 |
< $(srcdir)/version.h > $@; \
|
|
|
869a11 |
echo "$${bfd_soversion}" > libtool-soversion
|