diff --git a/git-1.5.3.8.tar.bz2 b/git-1.5.3.8.tar.bz2 deleted file mode 100644 index a23c1f2..0000000 --- a/git-1.5.3.8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f98c6b900c9f3b87a1fbbe0c5f466e9d981cb9f1d193066b6d371df4b8066b77 -size 1363259 diff --git a/git-1.5.4.4.tar.bz2 b/git-1.5.4.4.tar.bz2 new file mode 100644 index 0000000..7661562 --- /dev/null +++ b/git-1.5.4.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69b3269a6b1ca26357e1e72c6be7f0ed742cd88d2042243c0bb9ba76e4acac99 +size 1591657 diff --git a/git.changes b/git.changes index d6ace96..ab2cb1d 100644 --- a/git.changes +++ b/git.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Mar 18 14:42:06 CET 2008 - dmueller@suse.de + +- update to 1.5.4.4: + * git svnimport was removed in favor of git svn + * git runstatus has been removed + * changes are available under + http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.5.4.txt + http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.5.4.1.txt + http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.5.4.2.txt + http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.5.4.3.txt + http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.5.4.4.txt + ------------------------------------------------------------------- Mon Jan 28 14:21:27 CET 2008 - mmarek@suse.de diff --git a/git.spec b/git.spec index 2d1e2ec..4e13316 100644 --- a/git.spec +++ b/git.spec @@ -1,5 +1,5 @@ # -# spec file for package git (Version 1.5.3.8) +# spec file for package git (Version 1.5.4.4) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -10,10 +10,11 @@ # norootforbuild + Name: git BuildRequires: asciidoc curl-devel libopenssl-devel sgml-skel xmlto -Version: 1.5.3.8 -Release: 8 +Version: 1.5.4.4 +Release: 1 Summary: Fast, scalable, distributed revision control system License: GPL v2 or later Group: Development/Tools/Version Control @@ -212,6 +213,7 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root) %doc Documentation/*gitk*.txt %{_bindir}/*gitk* +/usr/share/gitk %{!?_without_docs: %{_mandir}/man1/*gitk*.1*} %{!?_without_docs: %doc Documentation/*gitk*.html } @@ -230,6 +232,16 @@ rm -rf $RPM_BUILD_ROOT /etc/bash_completion.d/git %changelog +* Tue Mar 18 2008 dmueller@suse.de +- update to 1.5.4.4: + * git svnimport was removed in favor of git svn + * git runstatus has been removed + * changes are available under + http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.5.4.txt + http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.5.4.1.txt + http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.5.4.2.txt + http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.5.4.3.txt + http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.5.4.4.txt * Mon Jan 28 2008 mmarek@suse.de - added libopenssl-devel to BuildRequires to fix build * Wed Jan 09 2008 schwab@suse.de