Severin Gehwolf 1476eb6
# Disable generation of debuginfo package
Severin Gehwolf 1476eb6
%global debug_package %{nil}
Marek Goldmann 3fd2684
%global namedreltag .Final
Marek Goldmann 3fd2684
%global namedversion %{version}%{?namedreltag}
Marek Goldmann 3fd2684
4367b3b
%bcond_with     jp_minimal
4367b3b
Stanislav Ochotnicky af5fe56
Name:           netty
99ce156
Version:        4.1.13
a001671
Release:        2%{?dist}
Stanislav Ochotnicky af5fe56
Summary:        An asynchronous event-driven network application framework and tools for Java
Stanislav Ochotnicky af5fe56
License:        ASL 2.0
20909d6
URL:            https://netty.io/
Marek Goldmann 3fd2684
Source0:        https://github.com/netty/netty/archive/netty-%{namedversion}.tar.gz
99ce156
# Upsteam uses a simple template generator script written in groovy and run with gmaven
99ce156
# We don't have the plugin and want to avoid groovy dependency
99ce156
# This script is written in bash+sed and performs the same task
99ce156
Source1:        codegen.bash
Severin Gehwolf 38464b7
Patch0:         0001-Remove-OpenSSL-parts-depending-on-tcnative.patch
99ce156
Patch1:         0002-Remove-NPN.patch
99ce156
Patch2:         0003-Remove-conscrypt-ALPN.patch
bec080b
Stanislav Ochotnicky 6c7c32e
BuildRequires:  maven-local
f4fe5be
BuildRequires:  mvn(ant-contrib:ant-contrib)
f4fe5be
BuildRequires:  mvn(com.jcraft:jzlib)
f4fe5be
BuildRequires:  mvn(commons-logging:commons-logging)
c809660
BuildRequires:  mvn(kr.motd.maven:os-maven-plugin)
c809660
BuildRequires:  mvn(log4j:log4j:1.2.17)
f4fe5be
BuildRequires:  mvn(org.apache.felix:maven-bundle-plugin)
c809660
BuildRequires:  mvn(org.apache.logging.log4j:log4j-api)
f4fe5be
BuildRequires:  mvn(org.apache.maven.plugins:maven-antrun-plugin)
f4fe5be
BuildRequires:  mvn(org.apache.maven.plugins:maven-dependency-plugin)
99ce156
BuildRequires:  mvn(org.apache.maven.plugins:maven-remote-resources-plugin)
f4fe5be
BuildRequires:  mvn(org.codehaus.mojo:build-helper-maven-plugin)
99ce156
BuildRequires:  mvn(org.codehaus.mojo:exec-maven-plugin)
99ce156
BuildRequires:  mvn(org.eclipse.jetty.alpn:alpn-api)
f4fe5be
BuildRequires:  mvn(org.fusesource.hawtjni:maven-hawtjni-plugin)
f4fe5be
BuildRequires:  mvn(org.javassist:javassist)
c809660
BuildRequires:  mvn(org.jctools:jctools-core)
f4fe5be
BuildRequires:  mvn(org.slf4j:slf4j-api)
f4fe5be
BuildRequires:  mvn(org.sonatype.oss:oss-parent:pom:)
4367b3b
%if %{without jp_minimal}
99ce156
BuildRequires:  mvn(com.fasterxml:aalto-xml)
99ce156
BuildRequires:  mvn(com.github.jponge:lzma-java)
99ce156
BuildRequires:  mvn(com.google.protobuf.nano:protobuf-javanano)
4367b3b
BuildRequires:  mvn(com.google.protobuf:protobuf-java)
99ce156
BuildRequires:  mvn(com.ning:compress-lzf)
99ce156
BuildRequires:  mvn(net.jpountz.lz4:lz4)
4367b3b
BuildRequires:  mvn(org.bouncycastle:bcpkix-jdk15on)
4367b3b
BuildRequires:  mvn(org.jboss.marshalling:jboss-marshalling)
4367b3b
%endif
Stanislav Ochotnicky af5fe56
Stanislav Ochotnicky af5fe56
%description
Stanislav Ochotnicky af5fe56
Netty is a NIO client server framework which enables quick and easy
Stanislav Ochotnicky af5fe56
development of network applications such as protocol servers and
Stanislav Ochotnicky af5fe56
clients. It greatly simplifies and streamlines network programming
Stanislav Ochotnicky af5fe56
such as TCP and UDP socket server.
Stanislav Ochotnicky af5fe56
Stanislav Ochotnicky af5fe56
'Quick and easy' doesn't mean that a resulting application will suffer
Stanislav Ochotnicky af5fe56
from a maintainability or a performance issue. Netty has been designed
Stanislav Ochotnicky af5fe56
carefully with the experiences earned from the implementation of a lot
Stanislav Ochotnicky af5fe56
of protocols such as FTP, SMTP, HTTP, and various binary and
Stanislav Ochotnicky af5fe56
text-based legacy protocols. As a result, Netty has succeeded to find
Stanislav Ochotnicky af5fe56
a way to achieve ease of development, performance, stability, and
Stanislav Ochotnicky af5fe56
flexibility without a compromise.
Stanislav Ochotnicky af5fe56
Stanislav Ochotnicky af5fe56
%package javadoc
Stanislav Ochotnicky af5fe56
Summary:   API documentation for %{name}
Stanislav Ochotnicky af5fe56
Stanislav Ochotnicky af5fe56
%description javadoc
Stanislav Ochotnicky af5fe56
%{summary}.
Stanislav Ochotnicky af5fe56
Stanislav Ochotnicky af5fe56
%prep
Marek Goldmann 3fd2684
%setup -q -n netty-netty-%{namedversion}
Marek Goldmann 3fd2684
Severin Gehwolf 1476eb6
%patch0 -p1
Severin Gehwolf 38464b7
%patch1 -p1
99ce156
%patch2 -p1
Severin Gehwolf 1476eb6
Marek Goldmann 3fd2684
# Missing Mavenized rxtx
Marek Goldmann 3fd2684
%pom_disable_module "transport-rxtx"
Marek Goldmann 88b4870
%pom_remove_dep ":netty-transport-rxtx" all
Marek Goldmann 3fd2684
# Missing com.barchart.udt:barchart-udt-bundle:jar:2.3.0
Marek Goldmann 3fd2684
%pom_disable_module "transport-udt"
Marek Goldmann 88b4870
%pom_remove_dep ":netty-transport-udt" all
Marek Goldmann 88b4870
%pom_remove_dep ":netty-build" all
Marek Goldmann 3fd2684
# Not needed
Marek Goldmann 3fd2684
%pom_disable_module "example"
Marek Goldmann 88b4870
%pom_remove_dep ":netty-example" all
Marek Goldmann 3fd2684
%pom_disable_module "testsuite"
99ce156
%pom_disable_module "testsuite-autobahn"
Severin Gehwolf 1476eb6
%pom_disable_module "testsuite-osgi"
Marek Goldmann 3fd2684
%pom_disable_module "tarball"
Marek Goldmann 3fd2684
%pom_disable_module "microbench"
99ce156
99ce156
%pom_xpath_inject 'pom:plugin[pom:artifactId="maven-remote-resources-plugin"]' '
99ce156
<dependencies>
99ce156
<dependency>
99ce156
<groupId>io.netty</groupId>
99ce156
<artifactId>netty-dev-tools</artifactId>
99ce156
<version>${project.version}</version>
99ce156
</dependency>
99ce156
</dependencies>'
99ce156
Marek Goldmann 3fd2684
%pom_remove_plugin :maven-antrun-plugin
99ce156
# get-jetty-alpn-agent
Severin Gehwolf 1476eb6
%pom_remove_plugin :maven-dependency-plugin
99ce156
# style checker
Severin Gehwolf 38464b7
%pom_remove_plugin :xml-maven-plugin
99ce156
%pom_remove_plugin -r :maven-checkstyle-plugin
99ce156
%pom_remove_plugin -r :animal-sniffer-maven-plugin
99ce156
%pom_remove_plugin -r :maven-enforcer-plugin
99ce156
%pom_remove_plugin -r :maven-shade-plugin
c809660
%pom_remove_plugin -r :maven-release-plugin
c809660
%pom_remove_plugin -r :maven-clean-plugin
c809660
%pom_remove_plugin -r :maven-source-plugin
c809660
%pom_remove_plugin -r :maven-deploy-plugin
c809660
%pom_remove_plugin -r :maven-jxr-plugin
97995c7
%pom_remove_plugin -r :maven-javadoc-plugin
99ce156
%pom_remove_plugin -r :forbiddenapis
99ce156
99ce156
cp %{SOURCE1} common/codegen.bash
99ce156
%pom_add_plugin org.codehaus.mojo:exec-maven-plugin common '
99ce156
<executions>
99ce156
    <execution>
99ce156
        <id>generate-collections</id>
99ce156
        <phase>generate-sources</phase>
99ce156
        <goals>
99ce156
            <goal>exec</goal>
99ce156
        </goals>
99ce156
        <configuration>
99ce156
            <executable>common/codegen.bash</executable>
99ce156
        </configuration>
99ce156
    </execution>
99ce156
</executions>
99ce156
'
99ce156
%pom_remove_plugin :groovy-maven-plugin common
bec080b
4367b3b
%if %{with jp_minimal}
4367b3b
%pom_remove_dep -r "com.google.protobuf:protobuf-java"
99ce156
%pom_remove_dep -r "com.google.protobuf.nano:protobuf-javanano"
4367b3b
rm codec/src/main/java/io/netty/handler/codec/protobuf/*
99ce156
sed -i '/import.*protobuf/d' codec/src/main/java/io/netty/handler/codec/DatagramPacket*.java
4367b3b
%pom_remove_dep -r "org.jboss.marshalling:jboss-marshalling"
4367b3b
rm codec/src/main/java/io/netty/handler/codec/marshalling/*
4367b3b
%pom_remove_dep -r org.bouncycastle
4367b3b
rm handler/src/main/java/io/netty/handler/ssl/util/BouncyCastleSelfSignedCertGenerator.java
4367b3b
sed -i '/BouncyCastleSelfSignedCertGenerator/s/.*/throw new UnsupportedOperationException();/' \
4367b3b
    handler/src/main/java/io/netty/handler/ssl/util/SelfSignedCertificate.java
99ce156
%pom_remove_dep -r com.fasterxml:aalto-xml
99ce156
%pom_disable_module codec-xml
99ce156
%pom_remove_dep :netty-codec-xml all
99ce156
%pom_remove_dep -r com.github.jponge:lzma-java
99ce156
rm codec/src/*/java/io/netty/handler/codec/compression/Lzma*.java
99ce156
%pom_remove_dep -r com.ning:compress-lzf
99ce156
rm codec/src/*/java/io/netty/handler/codec/compression/Lzf*.java
99ce156
%pom_remove_dep -r net.jpountz.lz4:lz4
99ce156
rm codec/src/*/java/io/netty/handler/codec/compression/Lz4*.java
99ce156
99ce156
%endif # jp_minimal
4367b3b
Marek Goldmann 88b4870
sed -i 's|taskdef|taskdef classpathref="maven.plugin.classpath"|' all/pom.xml
Marek Goldmann 88b4870
Marek Goldmann 88b4870
%pom_xpath_inject "pom:plugins/pom:plugin[pom:artifactId = 'maven-antrun-plugin']" '<dependencies><dependency><groupId>ant-contrib</groupId><artifactId>ant-contrib</artifactId><version>1.0b3</version></dependency></dependencies>' all/pom.xml
Severin Gehwolf 1476eb6
%pom_xpath_inject "pom:execution[pom:id = 'build-native-lib']/pom:configuration" '<verbose>true</verbose>' transport-native-epoll/pom.xml
Marek Goldmann 88b4870
Severin Gehwolf c949336
# Upstream has jctools bundled.
63f535d
%pom_xpath_remove "pom:build/pom:plugins/pom:plugin[pom:artifactId = 'maven-bundle-plugin']/pom:executions/pom:execution[pom:id = 'generate-manifest']/pom:configuration/pom:instructions/pom:Import-Package" common/pom.xml
Severin Gehwolf c949336
Severin Gehwolf 1476eb6
# Tell xmvn to install attached artifact, which it does not
Severin Gehwolf 1476eb6
# do by default. In this case install all attached artifacts with
Severin Gehwolf 1476eb6
# the linux classifier.
Severin Gehwolf 1476eb6
%mvn_package ":::linux*:"
f4fe5be
Stanislav Ochotnicky af5fe56
%build
Severin Gehwolf 1476eb6
export CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS"
f35bd4f
%mvn_build -f
Stanislav Ochotnicky af5fe56
Stanislav Ochotnicky af5fe56
%install
f35bd4f
%mvn_install
Stanislav Ochotnicky af5fe56
f35bd4f
%files -f .mfiles
Stanislav Ochotnicky af5fe56
%doc LICENSE.txt NOTICE.txt
Stanislav Ochotnicky af5fe56
f35bd4f
%files javadoc -f .mfiles-javadoc
Stanislav Ochotnicky af5fe56
%doc LICENSE.txt NOTICE.txt
Stanislav Ochotnicky af5fe56
Stanislav Ochotnicky af5fe56
%changelog
a001671
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.13-2
a001671
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
a001671
99ce156
* Mon Aug 14 2017 Michael Simacek <msimacek@redhat.com> - 4.1.13-1
99ce156
- Update to upstream version 4.1.13
99ce156
db07b93
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.42-7
db07b93
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
db07b93
0844867
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.42-6
0844867
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
0844867
63f535d
* Wed Mar 29 2017 Michael Simacek <msimacek@redhat.com> - 4.0.42-5
63f535d
- Keep Import-Package default value
63f535d
97995c7
* Thu Mar 16 2017 Michael Simacek <msimacek@redhat.com> - 4.0.42-4
97995c7
- Remove maven-javadoc-plugin from POM
97995c7
4367b3b
* Wed Mar 15 2017 Michael Simacek <msimacek@redhat.com> - 4.0.42-3
4367b3b
- Add jp_minimal conditional
4367b3b
c809660
* Mon Feb 06 2017 Michael Simacek <msimacek@redhat.com> - 4.0.42-2
c809660
- Remove useless plugins
c809660
Severin Gehwolf 38464b7
* Thu Oct 20 2016 Severin Gehwolf <sgehwolf@redhat.com> - 4.0.42-1
Severin Gehwolf 23702d5
- Remove old netty4 provides/obsoletes.
Severin Gehwolf 23702d5
Severin Gehwolf 23702d5
* Thu Oct 20 2016 Severin Gehwolf <sgehwolf@redhat.com> - 4.0.42-1
Severin Gehwolf 38464b7
- Update to upstream 4.0.42 release.
Severin Gehwolf 38464b7
- Resolves RHBZ#1380921
Severin Gehwolf 38464b7
2d63dcf
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.28-3
2d63dcf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
2d63dcf
ea60c17
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.28-2
ea60c17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
ea60c17
Severin Gehwolf 1476eb6
* Wed May 20 2015 Severin Gehwolf <sgehwolf@redhat.com> - 4.0.28-1
Severin Gehwolf 1476eb6
- Update to upstream 4.0.28 release.
Severin Gehwolf 1476eb6
- Fixes CVE-2015-2156 (HttpOnly cookie bypass).
Severin Gehwolf 1476eb6
- Resolves RHBZ#1111502
Severin Gehwolf 1476eb6
Severin Gehwolf 1476eb6
* Wed May 20 2015 Severin Gehwolf <sgehwolf@redhat.com> - 4.0.27-1
Severin Gehwolf 1476eb6
- Update to upstream 4.0.27 release.
Severin Gehwolf 1476eb6
Severin Gehwolf b46d611
* Wed Apr 01 2015 Severin Gehwolf <sgehwolf@redhat.com> - 4.0.19-3
Severin Gehwolf b46d611
- Drop mvn(org.easymock:easymockclassextension) BR.
Severin Gehwolf b46d611
  Resolves: RHBZ#1207991
Severin Gehwolf b46d611
a914f64
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.19-2
a914f64
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
a914f64
f4fe5be
* Mon Jun  9 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.0.19-1
f4fe5be
- Update to upstream version 4.0.19
f4fe5be
- Convert to arch-specific package
f4fe5be
9c78557
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.14-5
9c78557
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
9c78557
Stanislav Ochotnicky 11b2674
* Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 4.0.14-4
Stanislav Ochotnicky 11b2674
- Use Requires: java-headless rebuild (#1067528)
Stanislav Ochotnicky 11b2674
Marek Goldmann 88b4870
* Mon Jan 13 2014 Marek Goldmann <mgoldman@redhat.com> - 4.0.14-3
Marek Goldmann 88b4870
- Enable netty-all.jar artifact
Marek Goldmann 88b4870
Marek Goldmann 3afdbda
* Mon Jan 13 2014 Marek Goldmann <mgoldman@redhat.com> - 4.0.14-2
Marek Goldmann 3afdbda
- Bump the release, so Obsoletes work properly
Marek Goldmann 3afdbda
Marek Goldmann 3fd2684
* Mon Dec 30 2013 Marek Goldmann <mgoldman@redhat.com> - 4.0.14-1
Marek Goldmann 3fd2684
- Upstream release 4.0.14.Final
Marek Goldmann 3fd2684
12ff964
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.6.6-2
12ff964
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
12ff964
a5b87c9
* Thu May 16 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.6.6-1
a5b87c9
- Update to upstream version 3.6.6
a5b87c9
27c6b43
* Wed Apr 10 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.6.5-1
27c6b43
- Update to upstream version 3.6.5
27c6b43
d8f6e3a
* Mon Apr  8 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.6.4-1
d8f6e3a
- Update to upstream version 3.6.4
d8f6e3a
5392acc
* Wed Feb 27 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.6.3-3
5392acc
- Set scope of optional compile dependencies to 'provided'
5392acc
8371cd0
* Wed Feb 27 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.6.3-2
8371cd0
- Drop dependency on OSGi
8371cd0
- Resolves: rhbz#916139
8371cd0
e078ef5
* Mon Feb 25 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.6.3-1
e078ef5
- Update to upstream version 3.6.3
e078ef5
bacb1f8
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.6.2-3
bacb1f8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
bacb1f8
Stanislav Ochotnicky 3217177
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 3.6.2-2
Stanislav Ochotnicky 3217177
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
Stanislav Ochotnicky 3217177
- Replace maven BuildRequires with maven-local
Stanislav Ochotnicky 3217177
90bd8a1
* Wed Jan 16 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.6.2-1
90bd8a1
- Update to upstream version 3.6.2
90bd8a1
f35bd4f
* Tue Jan 15 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.6.1-1
f35bd4f
- Update to upstream version 3.6.1
f35bd4f
bec080b
* Thu Dec 13 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.5.11-2
bec080b
- Use system jzlib instead of bundled jzlib
bec080b
- Resolves: rhbz#878391
bec080b
3ee121e
* Mon Dec  3 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.5.11-1
3ee121e
- Update to upstream version 3.5.11
3ee121e
3ae342a
* Mon Nov 12 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.5.10-1
3ae342a
- Update to upstream version 3.5.10
3ae342a
0cf68dc
* Thu Oct 25 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.5.9-1
0cf68dc
- Update to upstream version 3.5.9
0cf68dc
71536c2
* Fri Oct  5 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.5.8-1
71536c2
- Update to upstream version 3.5.8
71536c2
6bd088e
* Fri Sep  7 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.5.7-1
6bd088e
- Update to upstream version 3.5.7
6bd088e
1e33169
* Mon Sep  3 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.5.6-1
1e33169
- Update to upstream version 3.5.6
1e33169
0613798
* Thu Aug 23 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.5.5-1
0613798
- Update to upstream version 3.5.5
0613798
Severin Gehwolf 1476eb6
* Wed Aug 15 2012 Tomas Rohovsky <trohovsk@redhat.com> - 3.5.4-1
Tomas Rohovsky 9e017ea
- Update to upstream version 3.5.4
Tomas Rohovsky 9e017ea
4d5e305
* Tue Jul 24 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.5.3-1
4d5e305
- Update to upstream version 3.5.3
4d5e305
1ff4590
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.2-3
1ff4590
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
1ff4590
d612f14
* Mon Jul 16 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.5.2-2
d612f14
- Add additional depmap for org.jboss.netty:netty
d612f14
- Fixes #840301
d612f14
20909d6
* Thu Jul 12 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.5.2-1
20909d6
- Update to upstream version 3.5.2
20909d6
- Convert patches to POM macros
20909d6
- Enable jboss-logging
20909d6
Stanislav Ochotnicky 35c2f1c
* Fri May 18 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.2.4-4
Stanislav Ochotnicky 35c2f1c
- Add enforcer-plugin to BR
Stanislav Ochotnicky 35c2f1c
Stanislav Ochotnicky f2284b5
* Wed Apr 18 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.2.4-3
Stanislav Ochotnicky f2284b5
- Remove eclipse plugin from BuildRequires
Stanislav Ochotnicky f2284b5
ee5e431
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.4-2
ee5e431
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
ee5e431
Stanislav Ochotnicky 329d8d6
* Mon Dec  5 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.2.4-1
Stanislav Ochotnicky 329d8d6
- Update to latest upstream version
Stanislav Ochotnicky 329d8d6
09fe525
* Mon Jul 4 2011 Alexander Kurtakov <akurtako@redhat.com> 3.2.3-4
09fe525
- Fix FTBFS.
09fe525
- Adapt to current guidelines.
09fe525
b4c6e10
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.3-3
b4c6e10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
b4c6e10
Stanislav Ochotnicky af5fe56
* Mon Jan 17 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.2.3-2
Stanislav Ochotnicky af5fe56
- Use maven 3 to build
Stanislav Ochotnicky af5fe56
- Drop ant-contrib depmap (no longer needed)
Stanislav Ochotnicky af5fe56
Stanislav Ochotnicky af5fe56
* Thu Jan 13 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.2.3-1
Stanislav Ochotnicky af5fe56
- Initial version of the package