Accepting request 456553 from home:guoyunhebrave:branches:Java:packages
Update to version 0.1.54 and fix a small typo. OBS-URL: https://build.opensuse.org/request/show/456553 OBS-URL: https://build.opensuse.org/package/show/Java:packages/jsch?expand=0&rev=13
This commit is contained in:
parent
bc6e5a5ce4
commit
9fdd8a924d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c031b863fbbfe861c5365e8cf403b24b2eb5b40d1c112a048a73f87b5e828c30
|
||||
size 339393
|
@ -4,7 +4,7 @@
|
||||
<groupId>com.jcraft</groupId>
|
||||
<artifactId>jsch</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>0.1.51</version>
|
||||
<version>0.1.54</version>
|
||||
<name>JSch</name>
|
||||
<url>http://www.jcraft.com/jsch/</url>
|
||||
<description>JSch is a pure Java implementation of SSH2</description>
|
3
jsch-0.1.54.zip
Normal file
3
jsch-0.1.54.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ab71e1e5ff665213b7d892ebd0829b3da835538a73409fe11bb006ec5b6b3909
|
||||
size 365455
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 12 21:45:09 UTC 2017 - guoyunhebrave@gmail.com
|
||||
|
||||
- Version 0.1.54
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 18 09:46:14 UTC 2015 - tchvatal@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package jsch
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: jsch
|
||||
Version: 0.1.51
|
||||
Version: 0.1.54
|
||||
Release: 0
|
||||
Summary: Pure Java implementation of SSH2
|
||||
License: BSD-3-Clause
|
||||
@ -99,7 +99,7 @@ install -p -m 644 %{SOURCE3} %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
|
||||
%{_javadir}/%{name}.jar
|
||||
%{_javadir}/%{name}-%{version}.jar
|
||||
%{_mavenpomdir}/JPP-%{name}.pom
|
||||
%{_datadir}/maven-metadata/%{name}.xml*
|
||||
%{_datadir}/maven-metadata/%{name}.xml
|
||||
|
||||
%files javadoc
|
||||
%defattr(0644,root,root,0755)
|
||||
|
Loading…
x
Reference in New Issue
Block a user