diff --git a/slf4j.spec b/slf4j.spec index 82e6415..dc4dbf1 100644 --- a/slf4j.spec +++ b/slf4j.spec @@ -30,7 +30,7 @@ Name: slf4j Version: 1.7.22 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 0 Summary: Simple Logging Facade for Java Group: Development/Libraries @@ -146,7 +146,8 @@ cp -p %{SOURCE1} APACHE-LICENSE # dos2unix %{_bindir}/find -name "*.css" -o -name "*.js" -o -name "*.txt" | \ - %{_bindir}/xargs -t sed -i 's/ $//' + %{_bindir}/xargs -t sed -i 's/ +$//' # Remove wagon-ssh build extension %pom_xpath_remove pom:extensions @@ -213,6 +214,9 @@ cp -pr target/site/* $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-manual %{_defaultdocdir}/%{name}-manual %changelog +* Sat Feb 11 2017 Fedora Release Engineering - 0:1.7.22-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Wed Dec 14 2016 Michael Simacek - 0:1.7.22-1 - Update to upstream version 1.7.22