Hello community, here is the log from the commit of package colordiff for openSUSE:Factory checked in at 2015-03-30 19:34:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/colordiff (Old) and /work/SRC/openSUSE:Factory/.colordiff.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "colordiff" Changes: -------- --- /work/SRC/openSUSE:Factory/colordiff/colordiff.changes 2012-02-16 14:55:30.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.colordiff.new/colordiff.changes 2015-03-30 19:34:14.000000000 +0200 @@ -1,0 +2,9 @@ +Sat Mar 28 13:59:38 UTC 2015 - mpluskal@suse.com + +- Update to 1.0.13 + * see attached CHANGES for details +- Cleanup spec-file with spec-cleaner +- Update project url +- Use url for source + +------------------------------------------------------------------- Old: ---- colordiff-1.0.9.tar.bz2 New: ---- colordiff-1.0.13.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ colordiff.spec ++++++ --- /var/tmp/diff_new_pack.sqfioe/_old 2015-03-30 19:34:14.000000000 +0200 +++ /var/tmp/diff_new_pack.sqfioe/_new 2015-03-30 19:34:14.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package colordiff # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -17,15 +17,15 @@ Name: colordiff -Url: http://colordiff.sourceforge.net/ -Version: 1.0.9 +Version: 1.0.13 Release: 0 -BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: Colour-highlighted 'diff' output License: GPL-2.0+ Group: Productivity/Text/Utilities -Source0: http://colordiff.sourceforge.net/%{name}-%{version}.tar.bz2 +Url: http://www.colordiff.org +Source0: http://www.colordiff.org/%{name}-%{version}.tar.gz Patch0: colordiff-fix-permission.diff +BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %description @@ -40,20 +40,20 @@ %build %install -mkdir -p $RPM_BUILD_ROOT/%{_bindir} -mkdir -p $RPM_BUILD_ROOT/etc -make INSTALL_DIR=$RPM_BUILD_ROOT/%{_bindir} \ - MAN_DIR=$RPM_BUILD_ROOT/%{_mandir}/man1 \ - ETC_DIR=$RPM_BUILD_ROOT/etc install -gzip $RPM_BUILD_ROOT/%{_mandir}/man1/*.1 -sed -i -e "s@$RPM_BUILD_ROOT@@" $RPM_BUILD_ROOT/%{_bindir}/colordiff -chmod a-x $RPM_BUILD_ROOT/%{_mandir}/man1/colordiff.* +mkdir -p %{buildroot}/%{_bindir} +mkdir -p %{buildroot}/etc +make INSTALL_DIR=%{buildroot}/%{_bindir} \ + MAN_DIR=%{buildroot}/%{_mandir}/man1 \ + ETC_DIR=%{buildroot}/etc install +gzip %{buildroot}/%{_mandir}/man1/*.1 +sed -i -e "s@%{buildroot}@@" %{buildroot}/%{_bindir}/colordiff +chmod a-x %{buildroot}/%{_mandir}/man1/colordiff.* %files %defattr(-,root,root) -%doc README TODO COPYING CHANGES BUGS colordiffrc colordiffrc-lightbg +%doc README COPYING CHANGES BUGS colordiffrc colordiffrc-lightbg %{_bindir}/* %{_mandir}/man1/* -%config /etc/colordiffrc +%config %{_sysconfdir}/colordiffrc %changelog ++++++ colordiff-fix-permission.diff ++++++ --- /var/tmp/diff_new_pack.sqfioe/_old 2015-03-30 19:34:14.000000000 +0200 +++ /var/tmp/diff_new_pack.sqfioe/_new 2015-03-30 19:34:14.000000000 +0200 @@ -1,6 +1,8 @@ ---- Makefile +Index: Makefile +=================================================================== +--- Makefile.orig +++ Makefile -@@ -36,9 +36,7 @@ +@@ -35,9 +35,7 @@ install: else \ install -d ${DESTDIR}${ETC_DIR}; \ fi
participants (1)
-
root@hilbert.suse.de