]> git.pld-linux.org Git - packages/git-core.git/commitdiff
- up to 1.8.0-rc0
authorKacper Kornet <draenog@pld-linux.org>
Tue, 2 Oct 2012 12:44:36 +0000 (14:44 +0200)
committerKacper Kornet <draenog@pld-linux.org>
Tue, 2 Oct 2012 13:10:15 +0000 (15:10 +0200)
git-core.spec

index 054538c4ca632257b55eeeeb7ff3766c1f450028..e03ec60207eeb8399ef9af09693214f40e56da09 100644 (file)
@@ -5,16 +5,18 @@
 %bcond_with    tests_svn       # perform tests which use subversion
 %bcond_without doc             # skip building/packaging docs/manuals (takes some time)
 
+%define _rc  rc0
+
 %include       /usr/lib/rpm/macros.perl
 Summary:       Distributed version control system focused on speed, effectivity and usability
 Summary(pl.UTF-8):     Rozproszony system śledzenia treści skupiony na szybkości, wydajności i użyteczności
 Name:          git-core
-Version:       1.7.12.2
-Release:       1
+Version:       1.8.0
+Release:       0.%{_rc}.1
 License:       GPL v2
 Group:         Development/Tools
-Source0:       http://git-core.googlecode.com/files/git-%{version}.tar.gz
-# Source0-md5: 5aa5d146825f74fee889ca5408e4e00b
+Source0:       http://git-core.googlecode.com/files/git-%{version}.%{_rc}.tar.gz
+# Source0-md5: c0c1eb2d8ffcf77c89b12f210c147322
 Source1:       %{name}-gitweb.conf
 Source2:       %{name}-gitweb-httpd.conf
 Source3:       %{name}-gitweb-lighttpd.conf
@@ -374,7 +376,7 @@ This plugin provides syntax highlighting for git's commit messages.
 Ta wtyczka dostarcza podświetlanie składni dla treści commitów gita.
 
 %prep
-%setup -q -n git-%{version}
+%setup -q -n git-%{version}.%{_rc}
 %patch0 -p1
 %patch1 -p0
 %patch2 -p1
This page took 0.041733 seconds and 4 git commands to generate.