Hello community, here is the log from the commit of package tomboy for openSUSE:Factory checked in at 2016-06-19 11:08:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tomboy (Old) and /work/SRC/openSUSE:Factory/.tomboy.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tomboy" Changes: -------- --- /work/SRC/openSUSE:Factory/tomboy/tomboy.changes 2016-03-11 09:38:35.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.tomboy.new/tomboy.changes 2016-06-19 11:08:54.000000000 +0200 @@ -1,0 +2,8 @@ +Sat Jun 18 11:48:34 UTC 2016 - dims...@opensuse.org + +- Add tomboy-buildfix.patch: Fix build with make 4.2 (boo#985253, + bgo#767813). +- Add libtool BuildRequires and call autoreconf, as above patch + touches the build system. + +------------------------------------------------------------------- New: ---- tomboy-buildfix.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tomboy.spec ++++++ --- /var/tmp/diff_new_pack.HBfOFF/_old 2016-06-19 11:08:55.000000000 +0200 +++ /var/tmp/diff_new_pack.HBfOFF/_new 2016-06-19 11:08:55.000000000 +0200 @@ -26,6 +26,8 @@ Group: Productivity/Office/Other Url: http://projects.gnome.org/tomboy/ Source: http://download.gnome.org/sources/tomboy/1.15/%{name}-%{version}.tar.xz +# PATCH-FIX-UPSTREAM tomboy-buildfix.patch boo#985253 bgo#767813 dims...@opensuse.org -- Fix build with make 4.2 +Patch0: tomboy-buildfix.patch BuildRequires: dbus-1-x11 BuildRequires: dbus-sharp-devel BuildRequires: dbus-sharp-glib-devel @@ -42,6 +44,7 @@ BuildRequires: gtk-sharp2 BuildRequires: gtkspell-devel BuildRequires: intltool +BuildRequires: libtool BuildRequires: libxslt-devel BuildRequires: mono-basic BuildRequires: mono-data-sqlite @@ -71,10 +74,11 @@ %lang_package %prep %setup -q +%patch0 -p1 translation-update-upstream %build -#autoreconf -f -i +autoreconf -f -i %configure\ --disable-schemas-install\ --disable-scrollkeeper\ ++++++ tomboy-buildfix.patch ++++++ >From 90ae893f8503ba0a62df0a09af2e3ec9ae766eda Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger <dims...@opensuse.org> Date: Sat, 18 Jun 2016 13:43:28 +0200 Subject: [PATCH] Build: fix building with recent make --- Tomboy/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tomboy/Makefile.am b/Tomboy/Makefile.am index b1458ce..e2cb014 100644 --- a/Tomboy/Makefile.am +++ b/Tomboy/Makefile.am @@ -208,7 +208,7 @@ $(PANEL_WRAPPER): $(srcdir)/$(PANEL_WRAPPER).in Makefile < $< > $@ chmod +x $(PANEL_WRAPPER) -$(TARGET).config: $(srcdir)/$(TARGET_NAME$).config.in Makefile +$(TARGET).config: $(srcdir)/$(TARGET_NAME).config.in Makefile sed -e "s|\@pkglibdir\@|$(pkglibdir)|" \ < $< > $@ -- 2.8.3