Update to upstream version 1.7.22
This commit is contained in:
parent
77808ced9f
commit
cb258c8ef4
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@ slf4j-1.6.1.tar.gz
|
||||
/slf4j-1.7.19.tar.gz
|
||||
/slf4j-1.7.20.tar.gz
|
||||
/slf4j-1.7.21.tar.gz
|
||||
/slf4j-1.7.22.tar.gz
|
||||
|
30
slf4j.spec
30
slf4j.spec
@ -29,8 +29,8 @@
|
||||
#
|
||||
|
||||
Name: slf4j
|
||||
Version: 1.7.21
|
||||
Release: 4%{?dist}
|
||||
Version: 1.7.22
|
||||
Release: 1%{?dist}
|
||||
Epoch: 0
|
||||
Summary: Simple Logging Facade for Java
|
||||
Group: Development/Libraries
|
||||
@ -41,22 +41,15 @@ Source0: http://www.slf4j.org/dist/%{name}-%{version}.tar.gz
|
||||
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: jpackage-utils >= 0:1.7.5
|
||||
BuildRequires: java-devel >= 0:1.5.0
|
||||
BuildRequires: ant >= 0:1.6.5
|
||||
BuildRequires: ant-junit >= 0:1.6.5
|
||||
BuildRequires: javassist >= 0:3.4
|
||||
BuildRequires: junit >= 0:3.8.2
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: maven-antrun-plugin
|
||||
BuildRequires: maven-resources-plugin
|
||||
BuildRequires: maven-source-plugin
|
||||
BuildRequires: maven-site-plugin
|
||||
BuildRequires: maven-doxia-sitetools
|
||||
BuildRequires: maven-plugin-build-helper
|
||||
BuildRequires: log4j
|
||||
BuildRequires: apache-commons-logging
|
||||
BuildRequires: cal10n
|
||||
BuildRequires: mvn(ch.qos.cal10n:cal10n-api)
|
||||
BuildRequires: mvn(commons-lang:commons-lang)
|
||||
BuildRequires: mvn(commons-logging:commons-logging)
|
||||
BuildRequires: mvn(javassist:javassist)
|
||||
BuildRequires: mvn(log4j:log4j:1.2.17)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin)
|
||||
BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
||||
|
||||
%description
|
||||
The Simple Logging Facade for Java or (SLF4J) is intended to serve
|
||||
@ -220,6 +213,9 @@ cp -pr target/site/* $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-manual
|
||||
%{_defaultdocdir}/%{name}-manual
|
||||
|
||||
%changelog
|
||||
* Wed Dec 14 2016 Michael Simacek <msimacek@redhat.com> - 0:1.7.22-1
|
||||
- Update to upstream version 1.7.22
|
||||
|
||||
* Fri Nov 18 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7.21-4
|
||||
- Install source JARs in separate package
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
4c9dbae97b23ca1e03416dd48da4c3c4 slf4j-1.7.21.tar.gz
|
||||
3b83ef96387f14655fc854ddc3c6bd57 LICENSE-2.0.txt
|
||||
SHA512 (slf4j-1.7.22.tar.gz) = c1d8e4b3f38b71e094bb3af6c803798e397bfcdad82f2be3935ed5b0d4ff70bb5f450033ab4259d6ed27546841cdbdf0c55125a3d4e17aab4a3ad6a7e77b0989
|
||||
SHA512 (LICENSE-2.0.txt) = 98f6b79b778f7b0a15415bd750c3a8a097d650511cb4ec8115188e115c47053fe700f578895c097051c9bc3dfb6197c2b13a15de203273e1a3218884f86e90e8
|
||||
|
Loading…
Reference in New Issue
Block a user