Mailinglist Archive: opensuse-commit (857 mails)
| < Previous | Next > |
commit git
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Wed, 28 Nov 2007 23:07:44 +0100
- Message-id: <20071128220744.9E0146781B8@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package git
checked in at Wed Nov 28 23:07:44 CET 2007.
--------
--- git/git.changes 2007-10-09 18:52:14.000000000 +0200
+++ /mounts/work_src_done/STABLE/git/git.changes 2007-11-28
09:49:57.000000000 +0100
@@ -1,0 +2,8 @@
+Wed Nov 28 09:12:23 CET 2007 - dmueller@xxxxxxx
+
+- update to 1.5.3.6:
+ * various smaller bugfixes
+- remove requires on release (#305826)
+- install bash completion (#336848)
+
+-------------------------------------------------------------------
Old:
----
git-1.5.3.4.tar.bz2
New:
----
git-1.5.3.6.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ git.spec ++++++
--- /var/tmp/diff_new_pack.l10236/_old 2007-11-28 23:04:26.000000000 +0100
+++ /var/tmp/diff_new_pack.l10236/_new 2007-11-28 23:04:26.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package git (Version 1.5.3.4)
+# spec file for package git (Version 1.5.3.6)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -12,7 +12,7 @@
Name: git
BuildRequires: asciidoc curl-devel sgml-skel xmlto
-Version: 1.5.3.4
+Version: 1.5.3.6
Release: 1
Summary: Fast, scalable, distributed revision control system
License: GPL v2 or later
@@ -61,7 +61,7 @@
%package svn
Summary: Git tools for importing Subversion repositories
Group: Development/Tools/Version Control
-Requires: git-core = %{version}-%{release}, subversion
+Requires: git-core = %{version}, subversion
Requires: subversion-perl
%description svn
@@ -78,7 +78,7 @@
%package cvs
Summary: Git tools for importing CVS repositories
Group: Development/Tools/Version Control
-Requires: git-core = %{version}-%{release}, cvs, cvsps
+Requires: git-core = %{version}, cvs, cvsps
%description cvs
Tools for importing CVS repositories to the Git version control system.
@@ -93,7 +93,7 @@
%package arch
Summary: git-arch - Git tools for importing Arch repositories
Group: Development/Tools/Version Control
-Requires: git-core = %{version}-%{release}, tla
+Requires: git-core = %{version}, tla
%description arch
Tools for importing GNU Arch repositories to the GIT version control
@@ -109,7 +109,7 @@
%package email
Summary: Git tools for sending email
Group: Development/Tools/Version Control
-Requires: git-core = %{version}-%{release}
+Requires: git-core = %{version}
%description email
Email interface for the GIT version control system.
@@ -124,7 +124,7 @@
%package -n gitk
Summary: Git revision tree visualiser
Group: Development/Tools/Version Control
-Requires: git-core = %{version}-%{release}, tk >= 8.4
+Requires: git-core = %{version}, tk >= 8.4
%description -n gitk
Grapical tool for visualization of revision trees of projects
@@ -153,7 +153,6 @@
all %{!?without_docs: doc} %{?jobs:-j %jobs}
%install
-rm -rf $RPM_BUILD_ROOT
make %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" DESTDIR=$RPM_BUILD_ROOT
WITH_OWN_SUBPROCESS_PY=YesPlease NO_EXPAT=1 \
prefix=%{_prefix} mandir=%{_mandir} \
install %{!?_without_docs: install-doc}
@@ -171,6 +170,7 @@
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
+install -m 644 -D contrib/completion/git-completion.bash
$RPM_BUILD_ROOT/etc/bash_completion.d/git
%clean
rm -rf $RPM_BUILD_ROOT
@@ -226,7 +226,14 @@
%{perl_vendorlib}/Git.pm
%{perl_vendorarch}/auto/Git/
/usr/share/git-gui
+/etc/bash_completion.d/git
+
%changelog
+* Wed Nov 28 2007 - dmueller@xxxxxxx
+- update to 1.5.3.6:
+ * various smaller bugfixes
+- remove requires on release (#305826)
+- install bash completion (#336848)
* Tue Oct 09 2007 - dmueller@xxxxxxx
- update to 1.5.3.4:
* submodule support
++++++ git-1.5.3.4.tar.bz2 -> git-1.5.3.6.tar.bz2 ++++++
++++ 3461 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |