[RPM (6.0)] [DIST generic] serp-1.13.1-3.jpp6

Ralph Apel <[email protected]> Mon, 4 Feb 2013 13:12:24 +0100
Newsgroups gmane.linux.jpackage.announce
Message-ID <[email protected]>
Name        : serp                         Relocations: (not relocatable)
Version     : 1.13.1                            Vendor: JPackage Project
Release     : 3.jpp6                        Build Date: Mon 04 Feb 2013 01:09:41 PM CET
Install Date: (not installed)               Build Host: linux.fritz.box
Group       : Development/Libraries/Java    Source RPM: (none)
Size        : 124820                           License: BSD
Signature   : (none)
Packager    : Ralph Apel <[email protected]>
URL         : http://serp.sourceforge.net/
Summary     : Bytecode manipulation framework
Description :
The goal of the serp bytecode framework is to tap the full
power of bytecode modification while lowering its associated
costs. The framework provides a set of high-level APIs for
manipulating all aspects of bytecode, from large-scale
structures like class member fields to the individual
instructions that comprise the code of methods. While in
order to perform any advanced manipulation, some understanding
of the class file format and especially of the JVM instruction
set is necessary, the framework makes it as easy as possible
to enter the world of bytecode development.

---------------
Ralph Apel <[email protected]> 0:1.13.1-3
- Prevent xzpayload problem
---------------
serp.src: W: source-or-patch-not-bzipped serp-1.13.1-pom.patch
serp.src: W: source-or-patch-not-bzipped serp-1.13.1-site.patch
serp.src: W: no-signature
1 packages and 0 specfiles checked; 0 errors, 3 warnings.

---------------
Index: serp.spec
===================================================================
RCS file: /home/projects/jpackage/cvs/rpms/free/serp/serp.spec,v
retrieving revision 1.2
diff -u -r1.2 serp.spec
--- serp.spec	10 Jan 2013 04:40:57 -0000	1.2
+++ serp.spec	4 Feb 2013 12:12:23 -0000
@@ -37,10 +37,14 @@
 %define without_maven %{?_without_maven:1}%{!?_without_maven:0}
 
 %define section   free
+%define _binary_payload w9.gzdio
+%define _source_payload w9.gzdio
+%define _binary_filedigest_algorithm 1
+%define _source_filedigest_algorithm 1
 
 Name:           serp
 Version:        1.13.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Epoch:          0
 Summary:        Bytecode manipulation framework
 License:        BSD
@@ -222,6 +226,9 @@
 %endif
 
 %changelog
+* Mon Feb 04 2013 Ralph Apel <[email protected]> 0:1.13.1-3
+- Prevent xzpayload problem
+
 * Wed Jan 09 2013 Ralph Apel <[email protected]> 0:1.13.1-2
 - rebuild in JPP6
 - add net.sourceforge.serp depmap