[svnkit] - Update to new upstream 1.3.4.

Alexander Kurtakov akurtakov at fedoraproject.org
Thu Oct 21 19:14:15 UTC 2010


commit f47106342efa8ad783916972a87573019996e57f
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Thu Oct 21 22:13:37 2010 +0300

    - Update to new upstream 1.3.4.

 .gitignore                           |    1 +
 sources                              |    2 +-
 svnkit-1.3.3.pom => svnkit-1.3.4.pom |    6 +++---
 svnkit.spec                          |   11 +++++++----
 4 files changed, 12 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4f65898..07db362 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ org.tmatesoft.svn_1.2.3.src-CLEAN.zip
 org.tmatesoft.svn_1.3.0.src-CLEAN.zip
 org.tmatesoft.svn_1.3.2.src-CLEAN.zip
 org.tmatesoft.svn_1.3.3.src-CLEAN.zip
+org.tmatesoft.svn_1.3.4.src-CLEAN.zip
diff --git a/sources b/sources
index ac93ab5..a71d071 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bc39edbe8d84a307b4e12dd62641f259  org.tmatesoft.svn_1.3.3.src-CLEAN.zip
+40b7f8eb6b2132732af5ce11df8fd035  org.tmatesoft.svn_1.3.4.src-CLEAN.zip
diff --git a/svnkit-1.3.3.pom b/svnkit-1.3.4.pom
similarity index 90%
rename from svnkit-1.3.3.pom
rename to svnkit-1.3.4.pom
index 725ba85..759f4db 100644
--- a/svnkit-1.3.3.pom
+++ b/svnkit-1.3.4.pom
@@ -3,7 +3,7 @@
   <groupId>org.tmatesoft.svnkit</groupId>
   <artifactId>svnkit</artifactId>
   <packaging>jar</packaging>
-  <version>1.3.3</version>
+  <version>1.3.4</version>
   <name>SVNKit</name>
   <description>A pure Java Subversion library, formerly known as JavaSVN</description>
   <url>http://svnkit.com/</url>
@@ -19,7 +19,7 @@
     <dependency>
       <groupId>net.java.dev.jna</groupId>
       <artifactId>jna</artifactId>
-      <version>3.2.3</version>
+      <version>3.2.2</version>
     </dependency>
     <dependency>
       <groupId>org.tmatesoft.svnkit</groupId>
@@ -29,7 +29,7 @@
     <dependency>
       <groupId>org.tmatesoft.sqljet</groupId>
       <artifactId>sqljet</artifactId>
-      <version>1.0.2</version>
+      <version>1.0.3</version>
     </dependency>
   </dependencies>
 </project>
\ No newline at end of file
diff --git a/svnkit.spec b/svnkit.spec
index 989393e..d058ec7 100644
--- a/svnkit.spec
+++ b/svnkit.spec
@@ -1,4 +1,4 @@
-%global svn_revision     6648
+%global svn_revision     6888
 
 %global eclipse_name     eclipse
 %global eclipse_base     %{_libdir}/%{eclipse_name}
@@ -8,12 +8,12 @@
 %global local_features   %{local_dropins}/features
 %global core_plugin_name org.tmatesoft.svnkit_%{version}
 %global core_plugin_dir  %{local_plugins}/%{core_plugin_name}
-%global jna_plugin_name  com.sun.jna_3.2.3
+%global jna_plugin_name  com.sun.jna_3.2.7
 %global jna_plugin_dir   %{local_plugins}/%{jna_plugin_name}
 
 Name:           svnkit
-Version:        1.3.3
-Release:        5%{?dist}
+Version:        1.3.4
+Release:        1%{?dist}
 Summary:        Pure Java Subversion client library
 
 Group:          Development/Tools
@@ -198,6 +198,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Oct 21 2010 Alexander Kurtakov <akurtako at redhat.com> 1.3.4-1
+- Update to new upstream 1.3.4.
+
 * Wed Jul 21 2010 Alexander Kurtakov <akurtako at redhat.com> 1.3.3-5
 - Add maven depmap and pom.
 - Separate javahl in a subpackage.


More information about the scm-commits mailing list