Hello community,

here is the log from the commit of package git for openSUSE:Factory checked in 
at 2012-05-08 06:45:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/git (Old)
 and      /work/SRC/openSUSE:Factory/.git.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/git/git.changes  2012-02-29 14:06:45.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.git.new/git.changes     2012-05-08 
06:45:25.000000000 +0200
@@ -1,0 +2,6 @@
+Tue May  1 16:40:22 UTC 2012 - [email protected]
+
+- Fix build on SLE_11, seems %files there doesn't support more
+  than one -f option
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ git.spec ++++++
--- /var/tmp/diff_new_pack.IwWuKx/_old  2012-05-08 06:45:27.000000000 +0200
+++ /var/tmp/diff_new_pack.IwWuKx/_new  2012-05-08 06:45:27.000000000 +0200
@@ -15,20 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define gitexecdir %_libexecdir/git
 %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
 
 Name:           git
 BuildRequires:  asciidoc
 BuildRequires:  curl
+BuildRequires:  fdupes
 BuildRequires:  libcurl-devel
 BuildRequires:  libexpat-devel
-BuildRequires:  fdupes
 BuildRequires:  libopenssl-devel
+BuildRequires:  perl-Error
+BuildRequires:  python
 BuildRequires:  sgml-skel
 BuildRequires:  xmlto
-BuildRequires:  python
-BuildRequires:  perl-Error
 Version:        1.7.9.2
 Release:        0
 Summary:        Fast, scalable, distributed revision control system
@@ -66,8 +67,11 @@
 %package core
 Summary:        Core git tools
 Group:          Development/Tools/Version Control
-Requires:       rsync, less, openssh, perl-Error
+Requires:       less
+Requires:       openssh
+Requires:       perl-Error
 Requires:       perl-base = %{perl_version}
+Requires:       rsync
 
 %description core
 Git is a fast, scalable, distributed revision control system with an
@@ -79,7 +83,8 @@
 %package svn
 Summary:        Git tools for importing Subversion repositories
 Group:          Development/Tools/Version Control
-Requires:       git-core = %{version}, subversion
+Requires:       git-core = %{version}
+Requires:       subversion
 Requires:       subversion-perl
 
 %description svn
@@ -89,7 +94,10 @@
 %package cvs
 Summary:        Git tools for importing CVS repositories
 Group:          Development/Tools/Version Control
-Requires:       git-core = %{version}, cvs, cvsps, perl-DBD-SQLite
+Requires:       cvs
+Requires:       cvsps
+Requires:       git-core = %{version}
+Requires:       perl-DBD-SQLite
 
 %description cvs
 Tools for importing CVS repositories to the Git version control system.
@@ -127,7 +135,8 @@
 %package -n gitk
 Summary:        Git revision tree visualiser
 Group:          Development/Tools/Version Control
-Requires:       git-core = %{version}, tk >= 8.4
+Requires:       git-core = %{version}
+Requires:       tk >= 8.4
 Supplements:    packageand(git-core:tk)
 
 %description -n gitk
@@ -141,7 +150,8 @@
 %package gui
 Summary:        Grapical tool for common git operations
 Group:          Development/Tools/Version Control
-Requires:       git-core = %{version}, tk >= 8.4
+Requires:       git-core = %{version}
+Requires:       tk >= 8.4
 Supplements:    packageand(git-core:tk)
 
 %description gui
@@ -169,7 +179,8 @@
 %package remote-helpers
 Summary:        Python package for remote helper scripts
 Group:          Development/Tools/Version Control
-Requires:       git-core = %{version}, python
+Requires:       git-core = %{version}
+Requires:       python
 
 %description remote-helpers
 This package contains the building blocks for remote helpers written in Python.
@@ -249,6 +260,7 @@
   exit 1
 fi
 %find_lang %{name}
+cat %{name}.lang >>bin-man-doc-files
 # use symlinks instead of hardlinks in sub-commands
 %fdupes -s $RPM_BUILD_ROOT
 
@@ -348,7 +360,7 @@
 %py_sitedir/*
 %endif
 
-%files core -f bin-man-doc-files -f %{name}.lang
+%files core -f bin-man-doc-files
 %defattr(-,root,root)
 %{_bindir}/git
 %{_datadir}/git-core/

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to