Hello community, here is the log from the commit of package planner for openSUSE:Factory checked in at 2016-03-29 10:00:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/planner (Old) and /work/SRC/openSUSE:Factory/.planner.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "planner" Changes: -------- --- /work/SRC/openSUSE:Factory/planner/planner.changes 2013-12-17 10:02:43.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.planner.new/planner.changes 2016-03-29 10:39:26.000000000 +0200 @@ -1,0 +2,7 @@ +Thu Mar 24 10:02:25 UTC 2016 - [email protected] + +- Add planner-gtk-1.25.patch: Do not install no-longer existing + index.sgml file. This was in any case used internally by gtk-doc + to produce the rest of the code. + +------------------------------------------------------------------- New: ---- planner-gtk-1.25.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ planner.spec ++++++ --- /var/tmp/diff_new_pack.KmGuyk/_old 2016-03-29 10:39:27.000000000 +0200 +++ /var/tmp/diff_new_pack.KmGuyk/_new 2016-03-29 10:39:27.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package planner # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -32,6 +32,8 @@ Patch0: planner-cmdline.patch # PATCH-FIX-UPSTREAM planner-libgnome.patch bgo#681497 bnc#775189 [email protected] -- Link libsql-plugin to libgnome. Patch1: planner-libgnome.patch +# PATCH-FIX-UPSTREAM planner-gtk-1.25.patch [email protected] -- Do not install non-existing index.sgml +Patch2: planner-gtk-1.25.patch %if %build_eds BuildRequires: evolution-data-server-devel %if %build_eds_backend @@ -98,6 +100,7 @@ %setup -q %patch0 -p1 %patch1 -p1 +%patch2 -p1 translation-update-upstream %build ++++++ planner-gtk-1.25.patch ++++++ Index: planner-0.14.6/docs/libplanner/Makefile.am =================================================================== --- planner-0.14.6.orig/docs/libplanner/Makefile.am +++ planner-0.14.6/docs/libplanner/Makefile.am @@ -165,8 +165,6 @@ install-data-local: echo '-- Installing '$$i ; \ $(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \ done; \ - echo '-- Installing $(srcdir)/html/index.sgml' ; \ - $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR); \ fi) uninstall-local:
