Compare commits
No commits in common. "c8-stream-201902" and "stream-javapackages-tools-201801-rhel-8.9.0" have entirely different histories.
c8-stream-
...
stream-jav
14
.gitignore
vendored
14
.gitignore
vendored
@ -1 +1,13 @@
|
||||
SOURCES/jsch-0.1.55.zip
|
||||
jsch-0.1.39.zip
|
||||
jsch-0.1.41.zip
|
||||
jsch-0.1.43.zip
|
||||
jsch-0.1.44.zip
|
||||
jsch-0.1.45.zip
|
||||
jsch-0.1.46.zip
|
||||
jsch-0.1.48.zip
|
||||
/jsch-0.1.50.zip
|
||||
/jsch-0.1.50
|
||||
/jsch-0.1.51.zip
|
||||
/jsch-0.1.52.zip
|
||||
/jsch-0.1.53.zip
|
||||
/jsch-0.1.54.zip
|
||||
|
@ -1 +0,0 @@
|
||||
5e7b17414533005c4f163bec8be41d023b1f0810 SOURCES/jsch-0.1.55.zip
|
@ -1,7 +1,8 @@
|
||||
Name: jsch
|
||||
Version: 0.1.55
|
||||
Release: 3%{?dist}
|
||||
Version: 0.1.54
|
||||
Release: 6%{?dist}
|
||||
Summary: Pure Java implementation of SSH2
|
||||
Group: Development/Libraries
|
||||
License: BSD
|
||||
URL: http://www.jcraft.com/jsch/
|
||||
BuildArch: noarch
|
||||
@ -26,6 +27,7 @@ BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:)
|
||||
BuildRequires: zip
|
||||
|
||||
Requires: jzlib >= 0:1.0.5
|
||||
Obsoletes: %{name}-demo < %{version}
|
||||
|
||||
%description
|
||||
JSch allows you to connect to an sshd server and use port forwarding,
|
||||
@ -43,7 +45,6 @@ Summary: Javadoc for %{name}
|
||||
%mvn_file : jsch
|
||||
|
||||
%pom_remove_plugin :maven-javadoc-plugin
|
||||
%pom_remove_plugin :maven-compiler-plugin
|
||||
|
||||
%pom_xpath_remove pom:project/pom:build/pom:extensions
|
||||
%pom_xpath_set pom:project/pom:version %{version}
|
||||
@ -70,18 +71,6 @@ zip target/%{name}-%{version}.jar plugin.properties
|
||||
%license LICENSE.txt
|
||||
|
||||
%changelog
|
||||
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.1.55-3
|
||||
- Mass rebuild for javapackages-tools 201902
|
||||
|
||||
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.1.55-2
|
||||
- Mass rebuild for javapackages-tools 201901
|
||||
|
||||
* Mon May 13 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.1.55-1
|
||||
- Update to upstream version 0.1.55
|
||||
|
||||
* Wed Sep 5 2018 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.1.54-7
|
||||
- Remove unneeded maven-compiler-plugin configuration
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.54-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
180
prexmvn.changelog
Normal file
180
prexmvn.changelog
Normal file
@ -0,0 +1,180 @@
|
||||
* Fri Mar 20 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.1.52-1
|
||||
- Update to upstream version 0.1.52
|
||||
|
||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.51-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Wed May 21 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.1.51-2
|
||||
- Update to current packaging guidelines
|
||||
|
||||
* Tue Mar 18 2014 Alexander Kurtakov <akurtako@redhat.com> 0:0.1.51-1
|
||||
- Update to latest upstream 0.1.51.
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:0.1.50-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Fri May 10 2013 Krzysztof Daniel <kdaniel@redhat.com> 0:0.1.50-1
|
||||
- Update to latest upstream.
|
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:0.1.49-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Tue Jan 15 2013 Alexander Kurtakov <akurtako@redhat.com> 0:0.1.49-1
|
||||
- Update to latest upstream.
|
||||
|
||||
* Thu Nov 1 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:0.1.48-3
|
||||
- Add maven POM
|
||||
|
||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:0.1.48-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Wed May 2 2012 Alexander Kurtakov <akurtako@redhat.com> 0:0.1.48-1
|
||||
- Update to latest upstream 0.1.48.
|
||||
|
||||
* Thu Mar 15 2012 Krzysztof Daniel <kdaniel@redhat.com> 0:0.1.46-2
|
||||
- Updated MANIFEST.MF to match the actual upstream version.
|
||||
- Added plugin.properties to get proper vendor name in Eclipse.
|
||||
|
||||
* Wed Feb 15 2012 Alexander Kurtakov <akurtako@redhat.com> 0:0.1.46-1
|
||||
- Update to latest upstream version 0.1.46.
|
||||
|
||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:0.1.45-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Wed Nov 2 2011 Alexander Kurtakov <akurtako@redhat.com> 0:0.1.45-1
|
||||
- Update to new upstream version.
|
||||
|
||||
* Thu Sep 15 2011 Alexander Kurtakov <akurtako@redhat.com> 0:0.1.44-4
|
||||
- Guidelines fixes.
|
||||
|
||||
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:0.1.44-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Wed Dec 8 2010 Alexander Kurtakov <akurtako@redhat.com> 0:0.1.44-2
|
||||
- BR zip.
|
||||
- Don't install versioned jar.
|
||||
|
||||
* Tue Nov 2 2010 Alexander Kurtakov <akurtako@redhat.com> 0:0.1.44-1
|
||||
- New upstream version.
|
||||
|
||||
* Fri Sep 24 2010 Alexander Kurtakov <akurtako@redhat.com> 0:0.1.43-2
|
||||
- Fix merge review comments (#225953).
|
||||
|
||||
* Mon Aug 16 2010 Alexander Kurtakov <akurtako@redhat.com> 0:0.1.43-1
|
||||
- Update to new upstream version.
|
||||
|
||||
* Mon Jan 11 2010 Andrew Overholt <overholt@redhat.com> 0:0.1.41-4
|
||||
- Fix changelog formatting error
|
||||
|
||||
* Mon Jan 11 2010 Andrew Overholt <overholt@redhat.com> 0:0.1.41-3
|
||||
- Update URL in comment for MANIFEST.MF
|
||||
- Fix Groups
|
||||
- Remove ghost symlinking
|
||||
|
||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:0.1.41-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
* Wed Apr 8 2009 Alexander Kurtakov <akurtako@redhat.com> 0:0.1.41-1
|
||||
- Update to new version 0.1.41.
|
||||
|
||||
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:0.1.39-2.1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
* Fri Jul 11 2008 Andrew Overholt <overholt@redhat.com> 0:0.1.39-1.1
|
||||
- 0.1.39
|
||||
|
||||
* Wed Jul 9 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0:0.1.31-2.5
|
||||
- drop repotag
|
||||
|
||||
* Thu May 29 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0:0.1.31-2jpp.4
|
||||
- fix license tag
|
||||
|
||||
* Mon Apr 07 2008 Deepak Bhole <dbhole@redhat.com> - 0:0.1.31-2jpp.3
|
||||
- Fix bz# 441071: Add backward compatibility patch from mwringe at redhat
|
||||
|
||||
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0:0.1.31-2jpp.2
|
||||
- Autorebuild for GCC 4.3
|
||||
|
||||
* Thu Sep 20 2007 Deepak Bhole <dbhole@redhat.com> - 0:0.1.31-1jpp.2
|
||||
- Added %%{?dist} as per new policy
|
||||
|
||||
* Tue Jun 5 2007 Ben Konrath <bkonrath@redhat.com> - 0:0.1.31-1jpp.1
|
||||
- 0.1.31.
|
||||
|
||||
* Tue Apr 3 2007 Ben Konrath <bkonrath@redhat.com> - 0:0.1.28-1jpp.6
|
||||
- Add OSGi Manifest to jar.
|
||||
- Disable aot-compile-rpm on ia64.
|
||||
|
||||
* Thu Aug 10 2006 Deepak Bhole <dbhole@redhat.com> - 0:0.1.28-1jpp.5
|
||||
- Updated changelog entries in spec.
|
||||
|
||||
* Fri Aug 04 2006 Deepak Bhole <dbhole@redhat.com> - 0:0.1.28-1jpp.4
|
||||
- Added conditional compiling support.
|
||||
- Added missing requirements.
|
||||
- Additionally, for synchronizaion between logs:
|
||||
- From r.apel@r-apel.de:
|
||||
- 0.1.26
|
||||
- From fnasser@redhat.com:
|
||||
- 0.1.20
|
||||
|
||||
* Sat Jul 22 2006 Jakub Jelinek <jakub@redhat.com> - 0:0.1.28-1jpp_3fc
|
||||
- Rebuilt
|
||||
|
||||
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0:0.1.28-1jpp_2fc
|
||||
- rebuild
|
||||
|
||||
* Thu Jun 1 2006 Ben Konrath <bkonrath@redhat.com> - 0:0.1.28-1jpp_1fc
|
||||
- 0.1.28
|
||||
- Add BuildRequires ant.
|
||||
|
||||
* Mon Mar 6 2006 Jeremy Katz <katzj@redhat.com> - 0:0.1.18-1jpp_7fc
|
||||
- stop scriptlet spew
|
||||
|
||||
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0:0.1.18-1jpp_6fc
|
||||
- bump again for double-long bug on ppc(64)
|
||||
|
||||
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0:0.1.18-1jpp_5fc
|
||||
- rebuilt for new gcc4.1 snapshot and glibc changes
|
||||
|
||||
* Wed Dec 21 2005 Andrew Overholt <overholt@redhat.com> 0.1.18-1jpp_4fc
|
||||
- Rebuild again
|
||||
|
||||
* Tue Dec 13 2005 Andrew Overholt <overholt@redhat.com> 0.1.18-1jpp_3fc
|
||||
- Rebuild with gcc 4.1.
|
||||
|
||||
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
* Fri Jul 15 2005 Gary Benson <gbenson@redhat.com> 0.1.18-1jpp_2fc
|
||||
- Build on ia64, ppc64, s390 and s390x.
|
||||
- Switch to aot-compile-rpm.
|
||||
|
||||
* Fri Apr 22 2005 Andrew Overholt <overholt@redhat.com> 0.1.18-1jpp_1fc
|
||||
- Build into Fedora.
|
||||
- Natively-compile.
|
||||
|
||||
* Fri Apr 22 2005 Fernando Nasser <fnasser@redhat.com> 0:0.1.18-1jpp_1rh
|
||||
- Merge with upstream for 0.1.18 upgrade
|
||||
|
||||
* Fri Apr 22 2005 Fernando Nasser <fnasser@redhat.com> 0:0.1.18-1jpp
|
||||
- 0.1.18
|
||||
|
||||
* Fri Mar 18 2005 Andrew Overholt <overholt@redhat.com> 0.1.17-2jpp_1fc
|
||||
- Build into Fedora.
|
||||
- Remove Distribution and Vendor tags.
|
||||
- Add BuildRequires: java-devel for javadoc requirement.
|
||||
|
||||
* Tue Nov 02 2004 David Walluck <david@jpackage.org> 0:0.1.17-2jpp
|
||||
- rebuild with jdk 1.4.2
|
||||
|
||||
* Tue Oct 19 2004 David Walluck <david@jpackage.org> 0:0.1.17-1jpp
|
||||
- 0.1.17
|
||||
|
||||
* Mon Aug 23 2004 Randy Watler <rwatler at finali.com> - 0:0.1.13-2jpp
|
||||
- Rebuild with ant-1.6.2
|
||||
|
||||
* Sat Feb 14 2004 David Walluck <david@anti-microsoft.org> 0:0.1.13-1jpp
|
||||
- 0.1.13
|
||||
|
||||
* Wed Jan 14 2004 Ralph Apel <r.apel@r-apel.de> - 0:0.1.12-1jpp
|
||||
- First JPackage build.
|
Loading…
Reference in New Issue
Block a user