Accepting request 811273 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/811273 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache-commons-io?expand=0&rev=14
This commit is contained in:
commit
bef3512d06
@ -10,7 +10,7 @@
|
||||
|
||||
<property name="project.groupId" value="commons-io"/>
|
||||
<property name="project.artifactId" value="commons-io"/>
|
||||
<property name="project.version" value="2.6"/>
|
||||
<property name="project.version" value="2.7"/>
|
||||
<property name="project.name" value="Apache Commons IO"/>
|
||||
<property name="project.description" value="The Apache Commons IO library
|
||||
contains utility classes, stream implementations, file filters,
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 3 11:12:22 UTC 2020 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
|
||||
|
||||
- Update to upstream version 2.7
|
||||
* https://commons.apache.org/proper/commons-io/changes-report.html#a2.7
|
||||
* Lots of bugfixes, updates and enhancements
|
||||
* Java 8 or later is required
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 27 10:17:25 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package apache-commons-io
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -20,14 +20,15 @@
|
||||
%define short_name commons-%{base_name}
|
||||
%bcond_with tests
|
||||
Name: apache-%{short_name}
|
||||
Version: 2.6
|
||||
Version: 2.7
|
||||
Release: 0
|
||||
Summary: Utilities to assist with developing IO functionality
|
||||
License: Apache-2.0
|
||||
Group: Development/Libraries/Java
|
||||
URL: http://commons.apache.org/%{base_name}
|
||||
Source0: http://archive.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
|
||||
Source1: %{name}-build.xml
|
||||
URL: https://commons.apache.org/%{base_name}
|
||||
Source0: https://archive.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
|
||||
Source1: https://archive.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz.asc
|
||||
Source2: %{name}-build.xml
|
||||
BuildRequires: ant >= 1.6
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: java-devel >= 1.8
|
||||
@ -54,7 +55,7 @@ This package provides %{summary}.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{short_name}-%{version}-src
|
||||
cp %{SOURCE1} build.xml
|
||||
cp %{SOURCE2} build.xml
|
||||
|
||||
%pom_remove_parent
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f68167938ab15ced969747bc6b4d91c4f923a34ad4fdb2e8c8c3029adaa47e0c
|
||||
size 383069
|
3
commons-io-2.7-src.tar.gz
Normal file
3
commons-io-2.7-src.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ebccd7dfc4f9c722b086c5d262eb017751f93f14843ae9a7bf45877dd99414a0
|
||||
size 433493
|
11
commons-io-2.7-src.tar.gz.asc
Normal file
11
commons-io-2.7-src.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEELbTx7w+nYezE6pNchv3H4qESYssFAl7K1MQACgkQhv3H4qES
|
||||
YsvKuAf9Hb79Sw3v+FlH8yHxGaoSubX0ceeBg9Wpy80D3g6Pmxd6hblapBADeAkV
|
||||
WnrJfii6+BbfzRXg32jHTMp+5ARVv1Zvr52Jeem4Vu7KrqrLmng6vHmqhP82gl64
|
||||
rASpNzSO8vygZyp0gEJ3dqz06wJvrUPasAOCr2P6XAnT6UAp2/IfDdn8qTBAWrCv
|
||||
HzZxcsILcwrjsDSJ2Eriixc16tteWJsNsdebkkm4lXY5+VpcJ3lWFMtFPNyol+xn
|
||||
nFM442A/9+tLFu/tE2T9DLupalj3xgLYCIWyHmrXZDQCWSzGi+IvSrpWl859WKex
|
||||
T4ug35MhO2RjF+rNHMjtCdmEwE+PTA==
|
||||
=IFao
|
||||
-----END PGP SIGNATURE-----
|
Loading…
x
Reference in New Issue
Block a user