]> git.pld-linux.org Git - packages/subversion.git/commitdiff
- updated to 0.21.0
authorArtur Frysiak <artur@frysiak.net>
Wed, 23 Apr 2003 07:12:47 +0000 (07:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    subversion.spec -> 1.26

subversion.spec

index 0896be26cd7686e09c39b4382ef63d9b0ef576d0..093a9e666c92341f610f371ff4df832df8c329b0 100644 (file)
@@ -1,18 +1,17 @@
 %include        /usr/lib/rpm/macros.python
 %define requires_eq_to()  %(LC_ALL="C" echo '%2' | xargs -r rpm -q --qf 'Requires: %1 = %%{epoch}:%%{version}\\n' | sed -e 's/ (none):/ /' -e 's/ 0:/ /' | grep -v "is not")
+%define        repov 3712
 Summary:       A Concurrent Versioning system similar to but better than CVS
 Summary(pl):   System kontroli wersji podobny, ale lepszy, ni¿ CVS
 Summary(pt_BR):        Sistema de versionamento concorrente
 Name:          subversion
-Version:       0.20.1
-Release:       0.2
+Version:       0.21.0
+Release:       0.1
 License:       Apache/BSD Style
 Group:         Development/Version Control
 #Source0Download:      http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=260
-Source0:       http://subversion.tigris.org/files/documents/15/3440/subversion-%{version}.tar.gz
-#Source0:      svn://svn.collab.net/repos/svn/trunk/%{name}-r%{repov}.tar.bz2
+Source0:       http://subversion.tigris.org/files/documents/15/%{repov}/subversion-%{version}.tar.gz
 Source1:       %{name}-dav_svn.conf
-Patch0:                %{name}-swig-version.patch
 URL:           http://subversion.tigris.org/
 BuildRequires: apache-devel >= 2.0.44-0.3
 BuildRequires: apr-devel >= 2.0.44-0.3
@@ -157,7 +156,6 @@ Modu
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 chmod +x ./autogen.sh && ./autogen.sh
This page took 0.482853 seconds and 4 git commands to generate.