From 0c535ffddb2c3a9373b27a6721d9b0140c19b7f6 Mon Sep 17 00:00:00 2001 From: gil Date: Tue, 20 Jan 2015 06:54:30 +0100 Subject: [PATCH 01/12] Update to 1.11 --- .gitignore | 1 + hawtbuf.spec | 37 ++++++++++++++++++------------------- sources | 2 +- 3 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.gitignore b/.gitignore index 80fc853..23233b4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /hawtbuf-1.9.tar.xz /hawtbuf-project-1.9.tar.gz +/hawtbuf-project-1.11.tar.gz diff --git a/hawtbuf.spec b/hawtbuf.spec index 4941abc..c07297a 100644 --- a/hawtbuf.spec +++ b/hawtbuf.spec @@ -1,16 +1,19 @@ Name: hawtbuf -Version: 1.9 -Release: 10%{?dist} +Version: 1.11 +Release: 1%{?dist} Summary: A rich byte buffer library License: ASL 2.0 URL: https://github.com/fusesource/hawtbuf/ Source0: https://github.com/fusesource/hawtbuf/archive/%{name}-project-%{version}.tar.gz -BuildRequires: java-devel - -%if 0%{?fedora} < 21 +%if (0%{?rhel} > 0) || (0%{?fedora} < 21) +BuildRequires: mvn(log4j:log4j) +BuildRequires: mvn(org.apache.maven.shared:maven-shared-components) BuildRequires: mvn(org.fusesource:fusesource-pom) %else +BuildRequires: mvn(log4j:log4j:1.2.17) +# B/R for maven-archiver +BuildRequires: mvn(org.apache.maven.shared:maven-shared-components:pom:) BuildRequires: mvn(org.fusesource:fusesource-pom:pom:) %endif BuildRequires: mvn(commons-logging:commons-logging) @@ -20,12 +23,6 @@ BuildRequires: mvn(org.apache.maven:maven-project) # test deps BuildRequires: junit -%if (0%{?rhel} > 0) || (0%{?fedora} < 21) -BuildRequires: log4j -%else -BuildRequires: log4j12 -%endif - BuildRequires: maven-local BuildRequires: javacc-maven-plugin BuildRequires: maven-invoker-plugin @@ -33,13 +30,6 @@ BuildRequires: maven-plugin-bundle BuildRequires: maven-plugin-plugin BuildRequires: maven-surefire-provider-junit -# B/R for maven-archiver -%if 0%{?fedora} < 21 -BuildRequires: mvn(org.apache.maven.shared:maven-shared-components) -%else -BuildRequires: mvn(org.apache.maven.shared:maven-shared-components:pom:) -%endif - BuildArch: noarch %description @@ -73,8 +63,14 @@ This package contains javadoc for %{name}. %setup -q -n %{name}-%{name}-project-%{version} %pom_remove_plugin :maven-assembly-plugin -%build +%if (0%{?rhel} > 0) || (0%{?fedora} >= 21) +%pom_xpath_set "pom:properties/pom:log4j-version" 1.2.17 +%endif + %mvn_package ":%{name}-project" %{name} + +%build + %mvn_build -s %install @@ -94,6 +90,9 @@ This package contains javadoc for %{name}. %doc license.txt notice.md %changelog +* Tue Jan 20 2015 gil cattaneo 1.11-1 +- Update to 1.11 + * Wed Aug 20 2014 Darryl L. Pierce - 1.9-10 - First build for EPEL7. - Resolves: BZ#1110028 diff --git a/sources b/sources index e1ded98..4b6af13 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4b9a5b4992ea7b93952d85691e1ce708 hawtbuf-project-1.9.tar.gz +5a6c92beffaff1d51cf0c8e6edd89657 hawtbuf-project-1.11.tar.gz From c159d889490c213448212751fedb4d548db4b047 Mon Sep 17 00:00:00 2001 From: gil Date: Thu, 5 Feb 2015 14:07:59 +0100 Subject: [PATCH 02/12] introduce license macro --- hawtbuf.spec | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/hawtbuf.spec b/hawtbuf.spec index c07297a..90df50b 100644 --- a/hawtbuf.spec +++ b/hawtbuf.spec @@ -1,6 +1,6 @@ Name: hawtbuf Version: 1.11 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A rich byte buffer library License: ASL 2.0 URL: https://github.com/fusesource/hawtbuf/ @@ -28,7 +28,6 @@ BuildRequires: javacc-maven-plugin BuildRequires: maven-invoker-plugin BuildRequires: maven-plugin-bundle BuildRequires: maven-plugin-plugin -BuildRequires: maven-surefire-provider-junit BuildArch: noarch @@ -78,18 +77,24 @@ This package contains javadoc for %{name}. %files -f .mfiles-%{name} %dir %{_javadir}/%{name} -%doc license.txt notice.md readme.md +%doc readme.md +%license license.txt notice.md %files proto -f .mfiles-%{name}-proto -%doc license.txt notice.md %{name}-proto/readme.md +%doc %{name}-proto/readme.md +%license license.txt notice.md %files protoc -f .mfiles-%{name}-protoc -%doc license.txt notice.md %{name}-protoc/readme.md +%doc %{name}-protoc/readme.md +%license license.txt notice.md %files javadoc -f .mfiles-javadoc -%doc license.txt notice.md +%license license.txt notice.md %changelog +* Tue Jan 20 2015 gil cattaneo 1.11-2 +- introduce license macro + * Tue Jan 20 2015 gil cattaneo 1.11-1 - Update to 1.11 From aaf329c02d20f62c784bb9f3b476bdc29eda1951 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 17 Jun 2015 10:19:55 +0000 Subject: [PATCH 03/12] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- hawtbuf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hawtbuf.spec b/hawtbuf.spec index 90df50b..4d28543 100644 --- a/hawtbuf.spec +++ b/hawtbuf.spec @@ -1,6 +1,6 @@ Name: hawtbuf Version: 1.11 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A rich byte buffer library License: ASL 2.0 URL: https://github.com/fusesource/hawtbuf/ @@ -92,6 +92,9 @@ This package contains javadoc for %{name}. %license license.txt notice.md %changelog +* Wed Jun 17 2015 Fedora Release Engineering - 1.11-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Tue Jan 20 2015 gil cattaneo 1.11-2 - introduce license macro From dd34cce1a26df7daa86b04d8216a2b0467a911f7 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 3 Feb 2016 23:43:25 +0000 Subject: [PATCH 04/12] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- hawtbuf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hawtbuf.spec b/hawtbuf.spec index 4d28543..d09e799 100644 --- a/hawtbuf.spec +++ b/hawtbuf.spec @@ -1,6 +1,6 @@ Name: hawtbuf Version: 1.11 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A rich byte buffer library License: ASL 2.0 URL: https://github.com/fusesource/hawtbuf/ @@ -92,6 +92,9 @@ This package contains javadoc for %{name}. %license license.txt notice.md %changelog +* Wed Feb 03 2016 Fedora Release Engineering - 1.11-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Wed Jun 17 2015 Fedora Release Engineering - 1.11-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From d16f677491244c78b21fa499063e9cd60b6f86da Mon Sep 17 00:00:00 2001 From: gil Date: Fri, 5 Feb 2016 12:22:06 +0100 Subject: [PATCH 05/12] fix maven-bundle-plugin configuration --- hawtbuf.spec | 33 +++++++++++---------------------- 1 file changed, 11 insertions(+), 22 deletions(-) diff --git a/hawtbuf.spec b/hawtbuf.spec index d09e799..7ddcd0e 100644 --- a/hawtbuf.spec +++ b/hawtbuf.spec @@ -6,28 +6,18 @@ License: ASL 2.0 URL: https://github.com/fusesource/hawtbuf/ Source0: https://github.com/fusesource/hawtbuf/archive/%{name}-project-%{version}.tar.gz -%if (0%{?rhel} > 0) || (0%{?fedora} < 21) -BuildRequires: mvn(log4j:log4j) -BuildRequires: mvn(org.apache.maven.shared:maven-shared-components) -BuildRequires: mvn(org.fusesource:fusesource-pom) -%else -BuildRequires: mvn(log4j:log4j:1.2.17) -# B/R for maven-archiver -BuildRequires: mvn(org.apache.maven.shared:maven-shared-components:pom:) -BuildRequires: mvn(org.fusesource:fusesource-pom:pom:) -%endif +BuildRequires: maven-local BuildRequires: mvn(commons-logging:commons-logging) +BuildRequires: mvn(junit:junit) +BuildRequires: mvn(log4j:log4j:1.2.17) +BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) BuildRequires: mvn(org.apache.maven:maven-plugin-api) BuildRequires: mvn(org.apache.maven:maven-project) - -# test deps -BuildRequires: junit - -BuildRequires: maven-local -BuildRequires: javacc-maven-plugin -BuildRequires: maven-invoker-plugin -BuildRequires: maven-plugin-bundle -BuildRequires: maven-plugin-plugin +BuildRequires: mvn(org.apache.maven.plugins:maven-invoker-plugin) +BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin) +BuildRequires: mvn(org.apache.maven.shared:maven-shared-components:pom:) +BuildRequires: mvn(org.codehaus.mojo:javacc-maven-plugin) +BuildRequires: mvn(org.fusesource:fusesource-pom:pom:) BuildArch: noarch @@ -60,11 +50,11 @@ This package contains javadoc for %{name}. %prep %setup -q -n %{name}-%{name}-project-%{version} + %pom_remove_plugin :maven-assembly-plugin -%if (0%{?rhel} > 0) || (0%{?fedora} >= 21) %pom_xpath_set "pom:properties/pom:log4j-version" 1.2.17 -%endif +%pom_xpath_remove pom:Private-Package %mvn_package ":%{name}-project" %{name} @@ -76,7 +66,6 @@ This package contains javadoc for %{name}. %mvn_install %files -f .mfiles-%{name} -%dir %{_javadir}/%{name} %doc readme.md %license license.txt notice.md From 1fb8ca764b1cdfb2e8aae874e744447d1babd630 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 10 Feb 2017 12:34:17 +0000 Subject: [PATCH 06/12] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- hawtbuf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hawtbuf.spec b/hawtbuf.spec index 7ddcd0e..5249b70 100644 --- a/hawtbuf.spec +++ b/hawtbuf.spec @@ -1,6 +1,6 @@ Name: hawtbuf Version: 1.11 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A rich byte buffer library License: ASL 2.0 URL: https://github.com/fusesource/hawtbuf/ @@ -81,6 +81,9 @@ This package contains javadoc for %{name}. %license license.txt notice.md %changelog +* Fri Feb 10 2017 Fedora Release Engineering - 1.11-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Wed Feb 03 2016 Fedora Release Engineering - 1.11-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild From e186752ddd0dfb80ac57d8cb725c1083042f3aad Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 26 Jul 2017 12:33:54 +0000 Subject: [PATCH 07/12] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- hawtbuf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hawtbuf.spec b/hawtbuf.spec index 5249b70..b816bed 100644 --- a/hawtbuf.spec +++ b/hawtbuf.spec @@ -1,6 +1,6 @@ Name: hawtbuf Version: 1.11 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A rich byte buffer library License: ASL 2.0 URL: https://github.com/fusesource/hawtbuf/ @@ -81,6 +81,9 @@ This package contains javadoc for %{name}. %license license.txt notice.md %changelog +* Wed Jul 26 2017 Fedora Release Engineering - 1.11-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Fri Feb 10 2017 Fedora Release Engineering - 1.11-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From 5c6c67df74871423600a7a30f4ecb211c61f749e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 7 Feb 2018 16:05:46 +0000 Subject: [PATCH 08/12] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- hawtbuf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hawtbuf.spec b/hawtbuf.spec index b816bed..f168194 100644 --- a/hawtbuf.spec +++ b/hawtbuf.spec @@ -1,6 +1,6 @@ Name: hawtbuf Version: 1.11 -Release: 6%{?dist} +Release: 7%{?dist} Summary: A rich byte buffer library License: ASL 2.0 URL: https://github.com/fusesource/hawtbuf/ @@ -81,6 +81,9 @@ This package contains javadoc for %{name}. %license license.txt notice.md %changelog +* Wed Feb 07 2018 Fedora Release Engineering - 1.11-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Wed Jul 26 2017 Fedora Release Engineering - 1.11-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From ecad0795f99013351b8cab278ea33e198dff2e70 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 13 Jul 2018 04:53:22 +0000 Subject: [PATCH 09/12] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- hawtbuf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hawtbuf.spec b/hawtbuf.spec index f168194..1e01dc0 100644 --- a/hawtbuf.spec +++ b/hawtbuf.spec @@ -1,6 +1,6 @@ Name: hawtbuf Version: 1.11 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A rich byte buffer library License: ASL 2.0 URL: https://github.com/fusesource/hawtbuf/ @@ -81,6 +81,9 @@ This package contains javadoc for %{name}. %license license.txt notice.md %changelog +* Fri Jul 13 2018 Fedora Release Engineering - 1.11-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Wed Feb 07 2018 Fedora Release Engineering - 1.11-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From 61b2ec9c66562004105e422e6a8381d1cd4b2c68 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 1 Feb 2019 02:08:32 +0000 Subject: [PATCH 10/12] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- hawtbuf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hawtbuf.spec b/hawtbuf.spec index 1e01dc0..0c77b6c 100644 --- a/hawtbuf.spec +++ b/hawtbuf.spec @@ -1,6 +1,6 @@ Name: hawtbuf Version: 1.11 -Release: 8%{?dist} +Release: 9%{?dist} Summary: A rich byte buffer library License: ASL 2.0 URL: https://github.com/fusesource/hawtbuf/ @@ -81,6 +81,9 @@ This package contains javadoc for %{name}. %license license.txt notice.md %changelog +* Fri Feb 01 2019 Fedora Release Engineering - 1.11-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Fri Jul 13 2018 Fedora Release Engineering - 1.11-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From e40a1b154ddc860230bdab5198ddf208c3e3cb83 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jul 2019 08:19:00 +0000 Subject: [PATCH 11/12] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- hawtbuf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hawtbuf.spec b/hawtbuf.spec index 0c77b6c..988a70d 100644 --- a/hawtbuf.spec +++ b/hawtbuf.spec @@ -1,6 +1,6 @@ Name: hawtbuf Version: 1.11 -Release: 9%{?dist} +Release: 10%{?dist} Summary: A rich byte buffer library License: ASL 2.0 URL: https://github.com/fusesource/hawtbuf/ @@ -81,6 +81,9 @@ This package contains javadoc for %{name}. %license license.txt notice.md %changelog +* Thu Jul 25 2019 Fedora Release Engineering - 1.11-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Fri Feb 01 2019 Fedora Release Engineering - 1.11-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From f5d38bc5e6ca54250e1722b38772f11bf82c6f31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 11 Sep 2019 12:03:19 +0200 Subject: [PATCH 12/12] Orphaned for 6+ weeks --- .gitignore | 3 -- dead.package | 1 + hawtbuf.spec | 147 --------------------------------------------------- sources | 1 - 4 files changed, 1 insertion(+), 151 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.package delete mode 100644 hawtbuf.spec delete mode 100644 sources diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 23233b4..0000000 --- a/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -/hawtbuf-1.9.tar.xz -/hawtbuf-project-1.9.tar.gz -/hawtbuf-project-1.11.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5204a84 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Orphaned for 6+ weeks diff --git a/hawtbuf.spec b/hawtbuf.spec deleted file mode 100644 index 988a70d..0000000 --- a/hawtbuf.spec +++ /dev/null @@ -1,147 +0,0 @@ -Name: hawtbuf -Version: 1.11 -Release: 10%{?dist} -Summary: A rich byte buffer library -License: ASL 2.0 -URL: https://github.com/fusesource/hawtbuf/ -Source0: https://github.com/fusesource/hawtbuf/archive/%{name}-project-%{version}.tar.gz - -BuildRequires: maven-local -BuildRequires: mvn(commons-logging:commons-logging) -BuildRequires: mvn(junit:junit) -BuildRequires: mvn(log4j:log4j:1.2.17) -BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) -BuildRequires: mvn(org.apache.maven:maven-plugin-api) -BuildRequires: mvn(org.apache.maven:maven-project) -BuildRequires: mvn(org.apache.maven.plugins:maven-invoker-plugin) -BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin) -BuildRequires: mvn(org.apache.maven.shared:maven-shared-components:pom:) -BuildRequires: mvn(org.codehaus.mojo:javacc-maven-plugin) -BuildRequires: mvn(org.fusesource:fusesource-pom:pom:) - -BuildArch: noarch - -%description -This library implements a simple interface with working with -byte arrays. It is a shame that the Java SDK did not come with -a built in class that was just simply a byte[], int offset, -int length class which provided a rich interface similar to -what the String class does for char arrays. This library -fills in that void by providing a Buffer class which does provide -that rich interface. - -%package proto -Summary: A protobuf library - -%description proto -HawtBuf Proto: A protobuf library. - -%package protoc -Summary: A protobuf compiler as a maven plugin - -%description protoc -HawtBuf Protoc: A protobuf compiler as a maven plugin. - -%package javadoc -Summary: Javadoc for %{name} - -%description javadoc -This package contains javadoc for %{name}. - -%prep -%setup -q -n %{name}-%{name}-project-%{version} - -%pom_remove_plugin :maven-assembly-plugin - -%pom_xpath_set "pom:properties/pom:log4j-version" 1.2.17 -%pom_xpath_remove pom:Private-Package - -%mvn_package ":%{name}-project" %{name} - -%build - -%mvn_build -s - -%install -%mvn_install - -%files -f .mfiles-%{name} -%doc readme.md -%license license.txt notice.md - -%files proto -f .mfiles-%{name}-proto -%doc %{name}-proto/readme.md -%license license.txt notice.md - -%files protoc -f .mfiles-%{name}-protoc -%doc %{name}-protoc/readme.md -%license license.txt notice.md - -%files javadoc -f .mfiles-javadoc -%license license.txt notice.md - -%changelog -* Thu Jul 25 2019 Fedora Release Engineering - 1.11-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Fri Feb 01 2019 Fedora Release Engineering - 1.11-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Fri Jul 13 2018 Fedora Release Engineering - 1.11-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Wed Feb 07 2018 Fedora Release Engineering - 1.11-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Wed Jul 26 2017 Fedora Release Engineering - 1.11-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Fri Feb 10 2017 Fedora Release Engineering - 1.11-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Wed Feb 03 2016 Fedora Release Engineering - 1.11-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Wed Jun 17 2015 Fedora Release Engineering - 1.11-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Tue Jan 20 2015 gil cattaneo 1.11-2 -- introduce license macro - -* Tue Jan 20 2015 gil cattaneo 1.11-1 -- Update to 1.11 - -* Wed Aug 20 2014 Darryl L. Pierce - 1.9-10 -- First build for EPEL7. -- Resolves: BZ#1110028 -- Added conditions so the specfile can be used across releases. - -* Sat Jun 07 2014 Fedora Release Engineering - 1.9-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Fri Mar 28 2014 Michael Simacek - 1.9-8 -- Use Requires: java-headless rebuild (#1067528) - -* Sat Aug 03 2013 Fedora Release Engineering - 1.9-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Fri Jul 05 2013 gil cattaneo 1.9-6 -- switch to XMvn -- minor changes to adapt to current guideline - -* Tue Feb 19 2013 gil cattaneo 1.9-5 -- disabled integration tests - -* Thu Feb 14 2013 Fedora Release Engineering - 1.9-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Wed Feb 06 2013 Java SIG - 1.9-3 -- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild -- Replace maven BuildRequires with maven-local - -* Wed Sep 05 2012 gil cattaneo 1.9-2 -- removed hawtbuf-tests.jar -- performed integration test - -* Tue May 22 2012 gil cattaneo 1.9-1 -- initial rpm diff --git a/sources b/sources deleted file mode 100644 index 4b6af13..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -5a6c92beffaff1d51cf0c8e6edd89657 hawtbuf-project-1.11.tar.gz