From 1ff45901691af940498c624d61c807c831aef3fe Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 19 Jul 2012 23:39:51 -0500 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- netty.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/netty.spec b/netty.spec index d439489..742696d 100644 --- a/netty.spec +++ b/netty.spec @@ -1,6 +1,6 @@ Name: netty Version: 3.5.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: An asynchronous event-driven network application framework and tools for Java Group: Development/Libraries @@ -103,6 +103,9 @@ install -pm 644 pom.xml $RPM_BUILD_ROOT/%{_mavenpomdir}/JPP-%{name}.pom %{_javadocdir}/%{name} %changelog +* Fri Jul 20 2012 Fedora Release Engineering - 3.5.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Mon Jul 16 2012 Mikolaj Izdebski - 3.5.2-2 - Add additional depmap for org.jboss.netty:netty - Fixes #840301