[jsch] Update to new upstream version.

Alexander Kurtakov akurtakov at fedoraproject.org
Mon Aug 16 12:55:48 UTC 2010


commit b47174ba95f04fff0a74588428cd4e760dc3f825
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Mon Aug 16 15:54:21 2010 +0300

    Update to new upstream version.

 jsch.spec |   39 +++++----------------------------------
 sources   |    1 +
 2 files changed, 6 insertions(+), 34 deletions(-)
---
diff --git a/jsch.spec b/jsch.spec
index 941e87f..a1fe2b0 100644
--- a/jsch.spec
+++ b/jsch.spec
@@ -28,13 +28,9 @@
 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #
 
-%define section   free
-
-%define gcj_support 0
-
 Name:           jsch
-Version:        0.1.41
-Release:        4%{?dist}
+Version:        0.1.43
+Release:        1%{?dist}
 Epoch:          0
 Summary:        Pure Java implementation of SSH2
 Group:          Development/Libraries
@@ -59,15 +55,8 @@ BuildRequires:  java-devel >= 1.4.2
 BuildRequires:  jzlib >= 0:1.0.5
 BuildRequires:  ant
 
-%if ! %{gcj_support}
 BuildArch:      noarch
-%endif
 
-%if %{gcj_support}
-BuildRequires:  java-gcj-compat-devel >= 1.0.31
-Requires(post): java-gcj-compat >= 1.0.31
-Requires(postun): java-gcj-compat >= 1.0.31
-%endif
 Requires:       jzlib >= 0:1.0.5
 
 %description
@@ -119,34 +108,13 @@ install -dm 755 $RPM_BUILD_ROOT%{_datadir}/%{name}-%{version}
 cp -pr examples/* $RPM_BUILD_ROOT%{_datadir}/%{name}-%{version}
 ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_datadir}/%{name}
 
-%if %{gcj_support}
-# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=234989
-%ifnarch ia64
-  aot-compile-rpm
-%endif 
-%endif
-
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%if %{gcj_support}
-%post
-%{_bindir}/rebuild-gcj-db
-
-%postun
-%{_bindir}/rebuild-gcj-db
-%endif
-
 %files
 %defattr(-,root,root,-)
 %{_javadir}/*.jar
 %doc LICENSE.txt
-%if %{gcj_support}
-%ifnarch ia64
-%attr(-,root,root) %{_libdir}/gcj/%{name}
-%endif
-%endif
 
 %files javadoc
 %defattr(-,root,root,-)
@@ -158,6 +126,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Aug 16 2010 aAlexander Kurtakov <akurtako at redhat.com> 0:0.1.43-1
+- Update to new upastream version.
+
 * Mon Jan 11 2010 Andrew Overholt <overholt at redhat.com> 0:0.1.41-4
 - Fix changelog formatting error
 
diff --git a/sources b/sources
index fb6ff9c..51f126d 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 6ef2d9ef9c84d707ecbbaead5f93ed2e  jsch-0.1.41.zip
+ccf75ce1ee6e2eba717602ff8c344c74  jsch-0.1.43.zip


More information about the scm-commits mailing list