Hello community, here is the log from the commit of package git checked in at Fri May 18 02:05:15 CEST 2007. -------- --- git/git.changes 2006-11-18 04:47:11.000000000 +0100 +++ /mounts/work_src_done/STABLE/git/git.changes 2007-05-18 00:42:01.000000000 +0200 @@ -1,0 +2,12 @@ +Fri May 18 00:34:20 CEST 2007 - dmueller@suse.de + +- Update to 1.5.1.4: + * GIT <-> SVN gateway + * New porcelain, much improved index handling + * git-config + * Bare repositories refuse commands that need a working tree + * packed ref support + * 3-way merges can be done without rcs + * python dependency dropped + +------------------------------------------------------------------- Old: ---- git-1.4.3.4.tar.bz2 gitweb-suse.diff New: ---- git-1.5.1.4.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ git.spec ++++++ --- /var/tmp/diff_new_pack.N28480/_old 2007-05-18 02:04:53.000000000 +0200 +++ /var/tmp/diff_new_pack.N28480/_new 2007-05-18 02:04:53.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package git (Version 1.4.3.4) +# spec file for package git (Version 1.5.1.4) # -# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -12,14 +12,13 @@ Name: git BuildRequires: asciidoc curl-devel sgml-skel xmlto -Version: 1.4.3.4 -Release: 3 +Version: 1.5.1.4 +Release: 1 Summary: git - a source code management tool License: GNU General Public License (GPL) Group: Development/Tools/Version Control URL: http://www.kernel.org/pub/software/scm/git/ Source0: git-%{version}.tar.bz2 -Patch0: gitweb-suse.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: git-core, git-svn, git-cvs, git-arch, git-email, gitk @@ -42,7 +41,7 @@ %package core Summary: git-core--a Source Code Management Tool Group: Development/Tools/Version Control -Requires: zlib >= 1.2, rsync, rcs, curl, less, openssh, python >= 2.3 +Requires: rsync, curl, less, openssh %description core This is an extremely fast directory content manager. It is intended to @@ -62,6 +61,7 @@ Summary: git-svn - Git tools for importing Subversion repositories Group: Development/Tools/Version Control Requires: git-core = %{version}-%{release}, subversion +Requires: subversion-perl %description svn Tools for importing Subversion repositories to the Git version control @@ -138,11 +138,14 @@ %prep %setup -%patch0 %build -make %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" WITH_OWN_SUBPROCESS_PY=YesPlease NO_EXPAT=1 \ - prefix=%{_prefix} all %{!?_without_docs: doc} +make %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" \ + GITWEB_CONFIG="/etc/gitweb.conf" \ + GITWEB_PROJECTROOT="/srv/git" \ + WITH_OWN_SUBPROCESS_PY=YesPlease NO_EXPAT=1 \ + prefix=%{_prefix} mandir=%{_mandir} \ + all %{!?without_docs: doc} %{?jobs:-j %jobs} %install rm -rf $RPM_BUILD_ROOT @@ -156,7 +159,10 @@ %if %{!?_without_docs:1}0 (find $RPM_BUILD_ROOT%{_mandir} $RPM_BUILD_ROOT/Documentation -type f | grep -vE "archimport|svn|git-cvs|email|gitk" | sed -e s@^$RPM_BUILD_ROOT@@ -e 's/$/*/' ) >> bin-man-doc-files %endif -make -C perl DESTDIR=${RPM_BUILD_ROOT} install_vendor +( pushd perl + perl Makefile.PL + make -f perl.mak DESTDIR=${RPM_BUILD_ROOT} install_vendor +) rm -rf ${RPM_BUILD_ROOT}/usr/lib/perl5/site_perl %perl_process_packlist find $RPM_BUILD_ROOT/%_mandir -type f -print0 | xargs -0 chmod 644 @@ -215,7 +221,16 @@ %{perl_vendorlib}/Git.pm %{perl_vendorarch}/auto/Git/ -%changelog -n git +%changelog +* Fri May 18 2007 - dmueller@suse.de +- Update to 1.5.1.4: + * GIT <-> SVN gateway + * New porcelain, much improved index handling + * git-config + * Bare repositories refuse commands that need a working tree + * packed ref support + * 3-way merges can be done without rcs + * python dependency dropped * Sat Nov 18 2006 - pbaudis@suse.cz - Fix build failure from previous change (trivial omission) * Fri Nov 17 2006 - pbaudis@suse.cz ++++++ git-1.4.3.4.tar.bz2 -> git-1.5.1.4.tar.bz2 ++++++ ++++ 107402 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de