Accepting request 55889 from devel:tools:scm
Accepted submit request 55889 from user elvigia OBS-URL: https://build.opensuse.org/request/show/55889 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=47
This commit is contained in:
parent
dad6b21528
commit
c17189be00
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define git_version 1.7.3.1
|
%define git_version 1.7.3.2
|
||||||
|
|
||||||
Name: cgit
|
Name: cgit
|
||||||
Url: http://hjemli.net/git/cgit/
|
Url: http://hjemli.net/git/cgit/
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d0ac26b1bf3ec5af0853730a10edf9dc5f51a99d7590ab85676928bc3a44dae9
|
|
||||||
size 2629723
|
|
3
git-1.7.3.2.tar.bz2
Normal file
3
git-1.7.3.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bc4cf6bc7c116056050ef43b051691828d7101327b23311d424b02eaee553e71
|
||||||
|
size 2630629
|
12
git.changes
12
git.changes
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 13 09:01:59 UTC 2010 - coolo@novell.com
|
||||||
|
|
||||||
|
- fix file list for perl module on factory
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 1 23:45:44 CET 2010 - dmueller@suse.de
|
||||||
|
|
||||||
|
- update to git 1.7.3.2:
|
||||||
|
This is primarily to push out many documentation fixes
|
||||||
|
accumulated since the 1.7.3.1 release.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 30 08:21:27 CEST 2010 - tiwai@suse.de
|
Thu Sep 30 08:21:27 CEST 2010 - tiwai@suse.de
|
||||||
|
|
||||||
|
4
git.spec
4
git.spec
@ -38,7 +38,7 @@ BuildRequires: sgml-skel
|
|||||||
BuildRequires: xmlto
|
BuildRequires: xmlto
|
||||||
BuildRequires: python
|
BuildRequires: python
|
||||||
BuildRequires: perl-Error
|
BuildRequires: perl-Error
|
||||||
Version: 1.7.3.1
|
Version: 1.7.3.2
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Fast, scalable, distributed revision control system
|
Summary: Fast, scalable, distributed revision control system
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -434,7 +434,9 @@ fi
|
|||||||
%dir %{gitexecdir}
|
%dir %{gitexecdir}
|
||||||
%doc README COPYING Documentation/*.txt
|
%doc README COPYING Documentation/*.txt
|
||||||
%{!?_without_docs: %doc Documentation/*.html }
|
%{!?_without_docs: %doc Documentation/*.html }
|
||||||
|
%if 0%{?suse_version} < 1140
|
||||||
/var/adm/perl-modules/%{name}
|
/var/adm/perl-modules/%{name}
|
||||||
|
%endif
|
||||||
%{perl_vendorlib}/Git.pm
|
%{perl_vendorlib}/Git.pm
|
||||||
%{perl_vendorarch}/auto/Git/
|
%{perl_vendorarch}/auto/Git/
|
||||||
/etc/bash_completion.d/git.sh
|
/etc/bash_completion.d/git.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user