From 393b8352c39024ad743bf741edb3e54249bb8cfabb4fb91559e6d199616a2454 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 21 Nov 2008 16:12:46 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jdom?expand=0&rev=3 --- jdom.changes | 5 +++++ jdom.spec | 25 +++++++++++++++++++------ 2 files changed, 24 insertions(+), 6 deletions(-) diff --git a/jdom.changes b/jdom.changes index 288583b..26a2068 100644 --- a/jdom.changes +++ b/jdom.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 21 16:38:31 CET 2008 - ro@suse.de + +- update check-build.sh + ------------------------------------------------------------------- Wed Jan 23 15:58:46 CET 2008 - mvyskocil@suse.cz diff --git a/jdom.spec b/jdom.spec index affb03a..758360d 100644 --- a/jdom.spec +++ b/jdom.spec @@ -2,14 +2,22 @@ # spec file for package jdom (Version 1.0) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild + Name: jdom %define xom_version 1.2b1 %define xom_suffix "" @@ -38,7 +46,7 @@ License: The Apache Software License Group: Development/Libraries/Java AutoReqProv: on Version: 1.0 -Release: 156 +Release: 271 Summary: JDOM is a Java Representation of an XML Document Url: http://www.jdom.org Source0: %{name}-%{version}.tar.bz2 @@ -68,8 +76,9 @@ Authors: Brett McLaughlin %package -n saxpath +License: The Apache Software License Version: 1.0_FCS -Release: 156 +Release: 271 Summary: SAXPath is an event-based API for XPath parsers Group: Development/Libraries/Java @@ -113,8 +122,9 @@ Authors: Steen Lehmann %package -n xom +License: LGPL v2.1 or later Version: 1.0_FCS -Release: 156 +Release: 271 Summary: XOM™ is a new XML object model Group: Development/Languages/Java @@ -160,8 +170,9 @@ Authors: Elliotte Rusty Harold %package -n jaxen +License: The Apache Software License Version: 1.0_FCS -Release: 156 +Release: 271 Summary: The jaxen project is a Java XPath Engine Group: Development/Libraries/Java @@ -300,6 +311,8 @@ rm -rf $RPM_BUILD_ROOT # vim:fdm=marker:foldmarker=#>>>,#<<<:foldcolumn=6:foldlevel=42: %changelog +* Fri Nov 21 2008 ro@suse.de +- update check-build.sh * Wed Jan 23 2008 mvyskocil@suse.cz - fixed beta build * Thu Mar 29 2007 dbornkessel@suse.de