Update to upstream version 1.7.10
This commit is contained in:
parent
d6c00370f7
commit
353931a566
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@ slf4j-1.6.1.tar.gz
|
|||||||
/slf4j-1.7.5.tar.gz
|
/slf4j-1.7.5.tar.gz
|
||||||
/slf4j-1.7.6.tar.gz
|
/slf4j-1.7.6.tar.gz
|
||||||
/slf4j-1.7.7.tar.gz
|
/slf4j-1.7.7.tar.gz
|
||||||
|
/slf4j-1.7.10.tar.gz
|
||||||
|
@ -29,8 +29,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
Name: slf4j
|
Name: slf4j
|
||||||
Version: 1.7.7
|
Version: 1.7.10
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
Summary: Simple Logging Facade for Java
|
Summary: Simple Logging Facade for Java
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -57,6 +57,7 @@ BuildRequires: maven-plugin-build-helper
|
|||||||
BuildRequires: log4j
|
BuildRequires: log4j
|
||||||
BuildRequires: apache-commons-logging
|
BuildRequires: apache-commons-logging
|
||||||
BuildRequires: cal10n
|
BuildRequires: cal10n
|
||||||
|
BuildRequires: perl
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The Simple Logging Facade for Java or (SLF4J) is intended to serve
|
The Simple Logging Facade for Java or (SLF4J) is intended to serve
|
||||||
@ -201,6 +202,9 @@ cp -pr target/site/* $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-manual
|
|||||||
%doc LICENSE.txt APACHE-LICENSE
|
%doc LICENSE.txt APACHE-LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 19 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7.10-1
|
||||||
|
- Update to upstream version 1.7.10
|
||||||
|
|
||||||
* Fri Oct 24 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7.7-3
|
* Fri Oct 24 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.7.7-3
|
||||||
- Remove workaround for MSHARED-325
|
- Remove workaround for MSHARED-325
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user