Accepting request 72455 from devel:tools:scm

- Do not buildrequire git, the package builds it's own git and the
  buildrequires line only makes backporting harder. (forwarded request 72428 from michal-m)

OBS-URL: https://build.opensuse.org/request/show/72455
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=56
This commit is contained in:
Sascha Peilicke 2011-06-06 09:13:55 +00:00 committed by Git OBS Bridge
parent 32099a294b
commit d006782ce5
6 changed files with 47 additions and 6 deletions

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Jun 1 12:41:12 UTC 2011 - mmarek@novell.com
- Do not buildrequire git, the package builds it's own git and the
buildrequires line only makes backporting harder.
-------------------------------------------------------------------
Fri May 27 11:54:43 CEST 2011 - tiwai@suse.de
- updated git 1.7.5.3:
See git changelog for more details
-------------------------------------------------------------------
Mon Mar 28 18:26:17 CEST 2011 - tiwai@suse.de

View File

@ -17,7 +17,7 @@
# norootforbuild
%define git_version 1.7.4.2
%define git_version 1.7.5.3
Name: cgit
Url: http://hjemli.net/git/cgit/
@ -32,7 +32,6 @@ Source1: git-%{git_version}.tar.bz2
Source2: cgitrc
Patch: cgit-optflags.diff
# Requirements for cgit
BuildRequires: git >= 1.7.1
BuildRequires: gnu-crypto libopenssl-devel libzip-devel
# Requirements for cgitrc man page generation
BuildRequires: asciidoc libxslt

View File

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

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

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

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Fri May 27 11:43:23 CEST 2011 - tiwai@suse.de
- updated to 1.7.5.x: maintenance update release, see
Documentation/RelNotes/1.7.5.3.txt
Documentation/RelNotes/1.7.5.2.txt
Documentation/RelNotes/1.7.5.1.txt
- updated to 1.7.5: major version update
* Various vcs-svn, git-svn and gitk enhancements and fixes.
* Various git-gui updates (0.14.0).
* Improved bash completion script
* "git repo-config" is officially deprecated
* "git checkout" performed on detached HEAD gives a warning
* "git cherry-pick" and "git revert" can have a custom merge strategy
* "git cherry-pick" remembers which commit failed to apply when it is
stopped by conflicts
* "git cvsimport" bails out immediately when cvs server is unreachable
* "git fetch" vs "git upload-pack" transfer learned 'no-done' protocol
extension
* "git fetch" can be told to recursively fetch submodules on-demand
* "git grep -f <filename>" learned to treat "-"
* "git init" learned the --separate-git-dir option
* "git log" type commands now understand globbing pathspecs
* "git log" family of commands learned --cherry and --cherry-mark options
* "git mergetool" learned how to drive "beyond compare 3" as well
* "git rerere forget" semantic changes
* "git push" with no parameters gives better advice messages
* a new "git rerere" subcommand "remaining"
See more details in Documentation/RelNotes/1.7.5.txt
-------------------------------------------------------------------
Mon Mar 28 18:18:54 CEST 2011 - tiwai@suse.de

View File

@ -38,7 +38,7 @@ BuildRequires: sgml-skel
BuildRequires: xmlto
BuildRequires: python
BuildRequires: perl-Error
Version: 1.7.4.2
Version: 1.7.5.3
Release: 1
Summary: Fast, scalable, distributed revision control system
License: GPLv2+