Hello community,

here is the log from the commit of package git for openSUSE:Factory checked in 
at 2013-04-05 13:22:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/git (Old)
 and      /work/SRC/openSUSE:Factory/.git.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "git", Maintainer is "ti...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/git/git.changes  2013-03-28 13:11:59.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.git.new/git.changes     2013-04-05 
13:22:52.000000000 +0200
@@ -1,0 +2,12 @@
+Wed Apr  3 12:58:06 CEST 2013 - ti...@suse.de
+
+- Add missing $HOME for git-daemon script that may result in a
+  fatal error at start (bnc#812893)
+
+-------------------------------------------------------------------
+Thu Mar 28 13:10:15 UTC 2013 - jeng...@inai.de
+
+- Enable PCRE and make it possible to use the
+  "grep.patternType=perl" config option
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ git.spec ++++++
--- /var/tmp/diff_new_pack.1Su4pw/_old  2013-04-05 13:22:54.000000000 +0200
+++ /var/tmp/diff_new_pack.1Su4pw/_new  2013-04-05 13:22:54.000000000 +0200
@@ -20,22 +20,13 @@
 %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
 
 Name:           git
-BuildRequires:  asciidoc
-BuildRequires:  curl
-BuildRequires:  fdupes
-BuildRequires:  libcurl-devel
-BuildRequires:  libexpat-devel
-BuildRequires:  libopenssl-devel
-BuildRequires:  perl-Error
-BuildRequires:  python
-BuildRequires:  sgml-skel
-BuildRequires:  xmlto
 Version:        1.8.2
 Release:        0
 Summary:        Fast, scalable, distributed revision control system
 License:        GPL-2.0
 Group:          Development/Tools/Version Control
 Url:            http://git-scm.com
+
 Source0:        http://git-core.googlecode.com/files/%name-%{version}.tar.gz
 Source1:        apache2-gitweb.conf
 Source2:        sysconfig.git-daemon
@@ -50,6 +41,17 @@
 # fix broken bash copmletion with colored egrep (bnc#779536)
 Patch5:         git-bash-completion-egrep-color-fix.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  asciidoc
+BuildRequires:  curl
+BuildRequires:  fdupes
+BuildRequires:  libcurl-devel
+BuildRequires:  libexpat-devel
+BuildRequires:  libopenssl-devel
+BuildRequires:  pcre-devel
+BuildRequires:  perl-Error
+BuildRequires:  python
+BuildRequires:  sgml-skel
+BuildRequires:  xmlto
 Requires:       git-core = %{version}
 Recommends:     git-svn git-cvs git-email gitk git-gui git-web
 Suggests:       git-daemon
@@ -133,6 +135,7 @@
 A really simple TCP git daemon. In the default configuration it allows
 read only access to repositories in /srv/git/ that contain the
 'git-daemon-export-ok' file.
+
 %package -n gitk
 Summary:        Git revision tree visualiser
 Group:          Development/Tools/Version Control
@@ -203,6 +206,7 @@
        DESTDIR=$RPM_BUILD_ROOT \
        NO_CROSS_DIRECTORY_HARDLINKS=1 \
        NO_INSTALL_HARDLINKS=1 \
+       USE_LIBPCRE=1 \
        V=1 \
        prefix=%{_prefix} mandir=%{_mandir} \
        gitexecdir=%{gitexecdir} \

++++++ git-daemon.init ++++++
--- /var/tmp/diff_new_pack.1Su4pw/_old  2013-04-05 13:22:54.000000000 +0200
+++ /var/tmp/diff_new_pack.1Su4pw/_new  2013-04-05 13:22:54.000000000 +0200
@@ -69,6 +69,7 @@
 case "$1" in
     start)
        echo -n "Starting git-daemon "
+       export HOME="$GIT_DAEMON_BASE_PATH"
        /sbin/startproc -p $pidfile $git_daemon \
                --syslog \
                --detach \

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to