OBS User unknown 2008-03-19 00:51:13 +00:00 committed by Git OBS Bridge
parent a3d6aaeb42
commit bd2d861f23
4 changed files with 31 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f98c6b900c9f3b87a1fbbe0c5f466e9d981cb9f1d193066b6d371df4b8066b77
size 1363259

3
git-1.5.4.4.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:69b3269a6b1ca26357e1e72c6be7f0ed742cd88d2042243c0bb9ba76e4acac99
size 1591657

View File

@ -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 Mon Jan 28 14:21:27 CET 2008 - mmarek@suse.de

View File

@ -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. # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine # This file and all modifications and additions to the pristine
@ -10,10 +10,11 @@
# norootforbuild # norootforbuild
Name: git Name: git
BuildRequires: asciidoc curl-devel libopenssl-devel sgml-skel xmlto BuildRequires: asciidoc curl-devel libopenssl-devel sgml-skel xmlto
Version: 1.5.3.8 Version: 1.5.4.4
Release: 8 Release: 1
Summary: Fast, scalable, distributed revision control system Summary: Fast, scalable, distributed revision control system
License: GPL v2 or later License: GPL v2 or later
Group: Development/Tools/Version Control Group: Development/Tools/Version Control
@ -212,6 +213,7 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root) %defattr(-,root,root)
%doc Documentation/*gitk*.txt %doc Documentation/*gitk*.txt
%{_bindir}/*gitk* %{_bindir}/*gitk*
/usr/share/gitk
%{!?_without_docs: %{_mandir}/man1/*gitk*.1*} %{!?_without_docs: %{_mandir}/man1/*gitk*.1*}
%{!?_without_docs: %doc Documentation/*gitk*.html } %{!?_without_docs: %doc Documentation/*gitk*.html }
@ -230,6 +232,16 @@ rm -rf $RPM_BUILD_ROOT
/etc/bash_completion.d/git /etc/bash_completion.d/git
%changelog %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 * Mon Jan 28 2008 mmarek@suse.de
- added libopenssl-devel to BuildRequires to fix build - added libopenssl-devel to BuildRequires to fix build
* Wed Jan 09 2008 schwab@suse.de * Wed Jan 09 2008 schwab@suse.de