- update to 1.5

* bug fix release
  * improved code practices
  * improved coverage of CCITTFax Group 3 image formats
  * removed com.sun classes usage
  * see http://xmlgraphics.apache.org/commons/changes.html#version_1.5

OBS-URL: https://build.opensuse.org/package/show/Java:packages/xmlgraphics-commons?expand=0&rev=8
This commit is contained in:
Michal Vyskocil 2012-10-24 10:14:41 +00:00 committed by Git OBS Bridge
parent 399413cb74
commit 8f57a969c4
5 changed files with 27 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fa5fadf5468585a323dc8652b395b08c5fc1f71e931fc9cea38448fa69bc05e7
size 886009

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f73322f1fafdcf5391d0411a377ac6c566e17536daf64b29f1370d6e718d0867
size 2597097

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (Darwin)
iQEVAwUAUH11M2ZUur4O09MXAQIVqQf/ZdzRAlYrakL0uBW6NaU96GYFLTVGaDYd
4fxuyxCYEW4jopcu5mQ8lkuFAU9h4lUjW2qjtMqdGqYAgiIjptX+oUCOI2M7p6OH
jAIo1cyvHaxujvN8JCkMh74Jo32cLySw75pSAMQ51Xa06ypuzut6mA+C9dxuhXNQ
hkIDvtP55ykqtyR+CMVQjoEhcYVLZ5ImC9OP80rfeb5qe5aoDb9Imy7UII34/l7O
fUlszMdZnR6yqfe33eCFRsE9kJSbjbjQvp7GChkLTrlL0PmWEx9Et23qkTblvLA/
NRlVhSM/QCy0PaYcEdOONhZGO+KzCbVWRipRXtE/W7brRKy9YIqX0A==
=u3DI
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Oct 24 10:13:01 UTC 2012 - mvyskocil@suse.com
- update to 1.5
* bug fix release
* improved code practices
* improved coverage of CCITTFax Group 3 image formats
* removed com.sun classes usage
* see http://xmlgraphics.apache.org/commons/changes.html#version_1.5
-------------------------------------------------------------------
Mon Jun 18 13:46:01 UTC 2012 - mvyskocil@suse.cz

View File

@ -21,18 +21,19 @@
%define section free
Name: xmlgraphics-commons
Version: 1.4
Version: 1.5
Release: 0
Summary: XML Graphics Commons
License: Apache-2.0
Group: Development/Libraries/Java
Url: http://xmlgraphics.apache.org/
Source0: http://www.apache.org/dist/xmlgraphics/commons/source/xmlgraphics-commons-%{version}-src.tar.gz
Source1: http://www.apache.org/dist/xmlgraphics/commons/source/xmlgraphics-commons-%{version}-src.tar.gz.asc
Patch0: xmlgraphics-commons-build_xml.patch
Patch1: xmlgraphics-commons-java7.patch
BuildArch: noarch
BuildRequires: ant >= 1.6.5
BuildRequires: ant-junit
BuildRequires: gpg2
BuildRequires: jakarta-commons-io >= 1.1
BuildRequires: jakarta-commons-logging
BuildRequires: java-devel >= 1.5.0
@ -65,7 +66,6 @@ Group: Documentation/HTML
%prep
%setup -q %{name}-%{version}
%patch0 -p0
%patch1 -p0
find . -name "*.jar" | xargs rm
%build