Hello community,

here is the log from the commit of package guilt for openSUSE:Factory checked 
in at 2013-03-25 20:30:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/guilt (Old)
 and      /work/SRC/openSUSE:Factory/.guilt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "guilt", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/guilt/guilt.changes      2011-09-23 
02:02:37.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.guilt.new/guilt.changes 2013-03-25 
20:30:33.000000000 +0100
@@ -1,0 +2,8 @@
+Wed Mar 20 09:49:42 UTC 2013 - [email protected]
+
+- update to 0.35
+  - various bugfixes
+  - add drop-unneeded-git-version-check.patch, will drop after 0.36 released,
+  
http://repo.or.cz/w/guilt.git/commitdiff/f1c2f45bb6294f46fc5cfc8f59040fb7bef8a395
+
+-------------------------------------------------------------------

Old:
----
  guilt-0.34.tar.bz2

New:
----
  drop-unneeded-git-version-check.patch
  guilt-0.35.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ guilt.spec ++++++
--- /var/tmp/diff_new_pack.iy6LeF/_old  2013-03-25 20:30:34.000000000 +0100
+++ /var/tmp/diff_new_pack.iy6LeF/_new  2013-03-25 20:30:34.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package guilt (Version 0.34)
+# spec file for package guilt
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,12 +19,14 @@
 Url:            http://www.kernel.org/pub/linux/kernel/people/jsipek/guilt/
 
 Name:           guilt
-Version:        0.34
+Version:        0.35
 Release:        1
-License:        GPL-2.0
 Summary:        quilt on top of git
+License:        GPL-2.0
 Group:          Productivity/Text/Utilities
-Source0:        %{name}-%{version}.tar.bz2
+Source0:        %{name}-%{version}.tar.gz
+# PATCH-FIX-OPENSUSE drop-unneeded-git-version-check.patch bnc#810667 
[email protected]
+Patch0:         drop-unneeded-git-version-check.patch
 BuildRequires:  asciidoc
 BuildRequires:  docbook_3
 BuildRequires:  docbook_4
@@ -53,6 +55,7 @@
 
 %prep
 %setup -q
+%patch0 -p0
 
 %build
 make
@@ -68,6 +71,7 @@
 %defattr(-,root,root)
 %doc Documentation/{Contributing,Features,HOWTO}
 %{_bindir}/*
+%{_prefix}/lib/*
 %{_mandir}/man1/*
 %{_mandir}/man7/*
 

++++++ drop-unneeded-git-version-check.patch ++++++
Index: guilt
===================================================================
--- guilt.orig  2011-07-18 02:12:57.000000000 +0800
+++ guilt       2013-03-20 17:46:37.338427719 +0800
@@ -26,17 +26,6 @@ SUBDIRECTORY_OK=1
 . "$(git --exec-path)/git-sh-setup"
 
 #
-# Git version check
-#
-gitver=`git --version | cut -d' ' -f3 | sed -e 's/^debian\.//'`
-case "$gitver" in
-       1.5.*)  ;; # git config
-       1.6.*)  ;; # git config
-       1.7.*)  ;; # git config
-       *)      die "Unsupported version of git ($gitver)" ;;
-esac
-
-#
 # Shell library
 #
 usage()
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to