diff --git a/git-1.5.3.4.tar.bz2 b/git-1.5.3.4.tar.bz2 deleted file mode 100644 index 2cc4aad..0000000 --- a/git-1.5.3.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3f2954c68cc6463924a0af7ccb684db0332e3db31258e993830521532a7aa764 -size 1349196 diff --git a/git-1.5.3.6.tar.bz2 b/git-1.5.3.6.tar.bz2 new file mode 100644 index 0000000..77a15d9 --- /dev/null +++ b/git-1.5.3.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95a5f9d8a9174277b539296901561fff6dbbba20dbdd4cfe5595c22a5a4d2221 +size 1356739 diff --git a/git.changes b/git.changes index b5c7b56..d7cdc60 100644 --- a/git.changes +++ b/git.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Nov 28 09:12:23 CET 2007 - dmueller@suse.de + +- update to 1.5.3.6: + * various smaller bugfixes +- remove requires on release (#305826) +- install bash completion (#336848) + ------------------------------------------------------------------- Tue Oct 9 18:50:30 CEST 2007 - dmueller@suse.de diff --git a/git.spec b/git.spec index 59ff7fc..73926f7 100644 --- a/git.spec +++ b/git.spec @@ -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 @@ Authors: %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 @@ Authors: %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 @@ Authors: %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 @@ Authors: %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 @@ Authors: %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 @@ make %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" \ 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 @@ cp gitweb/gitweb.cgi $RPM_BUILD_ROOT/srv/www/cgi-bin/gitweb.cgi 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 @@ rm -rf $RPM_BUILD_ROOT %{perl_vendorlib}/Git.pm %{perl_vendorarch}/auto/Git/ /usr/share/git-gui +/etc/bash_completion.d/git + %changelog +* Wed Nov 28 2007 - dmueller@suse.de +- update to 1.5.3.6: + * various smaller bugfixes +- remove requires on release (#305826) +- install bash completion (#336848) * Tue Oct 09 2007 - dmueller@suse.de - update to 1.5.3.4: * submodule support