Hello community, here is the log from the commit of package gitslave for openSUSE:Factory checked in at 2016-07-20 09:21:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gitslave (Old) and /work/SRC/openSUSE:Factory/.gitslave.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gitslave" Changes: -------- --- /work/SRC/openSUSE:Factory/gitslave/gitslave.changes 2015-03-11 09:57:51.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.gitslave.new/gitslave.changes 2016-07-20 09:21:33.000000000 +0200 @@ -1,0 +2,5 @@ +Mon Jul 18 11:15:00 UTC 2016 - [email protected] + +- Added 0003-fix-pod2man-invocation.patch, fixing build on TW + +------------------------------------------------------------------- New: ---- 0003-fix-pod2man-invocation.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gitslave.spec ++++++ --- /var/tmp/diff_new_pack.aQGgWW/_old 2016-07-20 09:21:34.000000000 +0200 +++ /var/tmp/diff_new_pack.aQGgWW/_new 2016-07-20 09:21:34.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package gitslave # -# Copyright (c) 2015 SUSE LINUX 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 @@ -35,6 +35,8 @@ Patch0: 0001-fix-inappropriate-REPO-substitution.patch # PATCH-FIX-UPSTREAM - https://sourceforge.net/p/gitslave/bugs/19/ Patch1: 0002-fix-gits-unexpected-status.patch +# PATCH-FIX-UPSTREAM - https://sourceforge.net/p/gitslave/bugs/27/ +Patch2: 0003-fix-pod2man-invocation.patch %description Creates a group of related repositories—a superproject repository and @@ -54,6 +56,7 @@ %setup -q %patch0 -p1 %patch1 +%patch2 -p1 %build make %{?_smp_mflags} ++++++ 0003-fix-pod2man-invocation.patch ++++++ diff -ur gitslave-2.0.2/contrib/Makefile gitslave-2.0.2-patched/contrib/Makefile --- gitslave-2.0.2/contrib/Makefile 2012-01-26 02:25:23.000000000 +0200 +++ gitslave-2.0.2-patched/contrib/Makefile 2016-07-18 14:07:17.294159342 +0300 @@ -9,7 +9,7 @@ all: $(TARGETS) %.1: % - pod2man < $^ > $@ + pod2man -n $^ < $^ > $@ install: $(TARGETS) mkdir -p $(DESTDIR)/$(man1dir) $(DESTDIR)/$(bindir) diff -ur gitslave-2.0.2/Makefile gitslave-2.0.2-patched/Makefile --- gitslave-2.0.2/Makefile 2012-01-26 02:25:23.000000000 +0200 +++ gitslave-2.0.2-patched/Makefile 2016-07-18 14:08:07.549739193 +0300 @@ -9,10 +9,10 @@ all: $(TARGETS) gits.1: gits - pod2man < $^ > $@ + pod2man -n $^ < $^ > $@ gits-checkup.1: gits-checkup - pod2man < $^ > $@ + pod2man -n $^ < $^ > $@ contrib/gitslave.spec: contrib/gitslave.spec.in if [ -d .git ]; then \
