commit bsh for openSUSE:Factory

2018-07-24 Thread root
Hello community,

here is the log from the commit of package bsh for openSUSE:Factory checked in 
at 2018-07-24 17:31:33

Comparing /work/SRC/openSUSE:Factory/bsh (Old)
 and  /work/SRC/openSUSE:Factory/.bsh.new (New)


Package is "bsh"

Tue Jul 24 17:31:33 2018 rev:22 rq:620775 version:1.3.0

Changes:

--- /work/SRC/openSUSE:Factory/bsh/bsh.changes  2017-10-11 23:01:54.947423791 
+0200
+++ /work/SRC/openSUSE:Factory/.bsh.new/bsh.changes 2018-07-24 
17:31:37.584004447 +0200
@@ -1,0 +2,6 @@
+Wed May 16 07:25:41 UTC 2018 - fst...@suse.com
+
+- Build with source and target 8 to prepare for a possible removal
+  of 1.6 compatibility
+
+---



Other differences:
--
++ bsh.spec ++
--- /var/tmp/diff_new_pack.62PsrI/_old  2018-07-24 17:31:38.116005118 +0200
+++ /var/tmp/diff_new_pack.62PsrI/_new  2018-07-24 17:31:38.120005124 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package bsh
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 Version:1.3.0
 Release:0
 Summary:Lightweight Scripting for Java
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  Development/Libraries/Java
 Url:http://www.beanshell.org/
 Source0:%{name}-%{version}-src.tar.bz2
@@ -32,7 +32,7 @@
 BuildRequires:  ant
 BuildRequires:  bsf
 BuildRequires:  fdupes
-BuildRequires:  java-devel
+BuildRequires:  java-devel >= 1.8
 # Needed for maven conversions
 BuildRequires:  javapackages-local
 BuildRequires:  javapackages-tools
@@ -108,9 +108,9 @@
 %build
 mkdir -p lib
 export CLASSPATH=$(build-classpath bsf servletapi5 xalan-j2)
-ant -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 dist
-(cd docs/faq && ant -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6)
-(cd docs/manual && ant -Dant.build.javac.source=1.6 
-Dant.build.javac.target=1.6)
+ant -Dant.build.javac.source=8 -Dant.build.javac.target=8 dist
+(cd docs/faq && ant -Dant.build.javac.source=8 -Dant.build.javac.target=8)
+(cd docs/manual && ant -Dant.build.javac.source=8 -Dant.build.javac.target=8)
 
 %install
 # jars
@@ -154,8 +154,8 @@
 cp -pr javadoc/* %{buildroot}%{_javadocdir}/%{name}
 # demo
 for i in `find tests -name \*.bsh` tests/Template; do
-  perl -p -i -e 's,^\n?#!(/(usr/)?bin/java 
bsh\.Interpreter|/bin/sh),#!%{_bindir}/env %{_bindir}/%{name},' $i
-  if head -1 $i | grep '#!%{_bindir}/env %{_bindir}/%{name}' >/dev/null; then
+  perl -p -i -e 's,^\n?#!(/(usr/)?bin/java 
bsh\.Interpreter|/bin/sh),#!%{_bindir}/%{name},' $i
+  if head -1 $i | grep '#!%{_bindir}/%{name}' >/dev/null; then
 chmod 755 $i
   fi
 done




commit bsh for openSUSE:Factory

2017-10-11 Thread root
Hello community,

here is the log from the commit of package bsh for openSUSE:Factory checked in 
at 2017-10-11 23:01:54

Comparing /work/SRC/openSUSE:Factory/bsh (Old)
 and  /work/SRC/openSUSE:Factory/.bsh.new (New)


Package is "bsh"

Wed Oct 11 23:01:54 2017 rev:21 rq:532989 version:1.3.0

Changes:

--- /work/SRC/openSUSE:Factory/bsh/bsh.changes  2017-09-15 22:32:17.267212647 
+0200
+++ /work/SRC/openSUSE:Factory/.bsh.new/bsh.changes 2017-10-11 
23:01:54.947423791 +0200
@@ -1,0 +2,11 @@
+Wed Sep 20 08:28:50 UTC 2017 - fst...@suse.com
+
+- Fix build with jdk9: specify java source and target level 1.6
+- Removed patch:
+  * bsh-java14compat.patch
++ Don't hardcode source and target levels
+- Added patch:
+  * bsh-getpeer.patch
++ Access the inaccessible APIs by reflection
+
+---

Old:

  bsh-java14compat.patch

New:

  bsh-getpeer.patch



Other differences:
--
++ bsh.spec ++
--- /var/tmp/diff_new_pack.Ejjk6q/_old  2017-10-11 23:01:55.535398031 +0200
+++ /var/tmp/diff_new_pack.Ejjk6q/_new  2017-10-11 23:01:55.539397855 +0200
@@ -28,7 +28,7 @@
 Source1:bsh-1.3.0.pom
 Source2:bsh-bsf-1.3.0.pom
 Patch0: %{name}-build.patch
-Patch2: %{name}-java14compat.patch
+Patch1: bsh-getpeer.patch
 BuildRequires:  ant
 BuildRequires:  bsf
 BuildRequires:  fdupes
@@ -42,7 +42,6 @@
 Requires:   bsf
 Requires:   javapackages-tools
 BuildArch:  noarch
-BuildConflicts: java-devel >= 1.9
 
 %description
 BeanShell is a small, free, embeddable Java source interpreter with
@@ -98,7 +97,7 @@
 %prep
 %setup -q -n %{Name}
 %patch0 -p1
-%patch2
+%patch1 -p1
 find . -name "*.jar" -exec rm -f {} \;
 # remove all CVS files
 for dir in `find . -type d -name CVS`; do rm -rf $dir; done
@@ -109,9 +108,9 @@
 %build
 mkdir -p lib
 export CLASSPATH=$(build-classpath bsf servletapi5 xalan-j2)
-ant dist
-(cd docs/faq && ant)
-(cd docs/manual && ant)
+ant -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 dist
+(cd docs/faq && ant -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6)
+(cd docs/manual && ant -Dant.build.javac.source=1.6 
-Dant.build.javac.target=1.6)
 
 %install
 # jars

++ bsh-getpeer.patch ++
--- BeanShell/src/bsh/util/AWTConsole.java  2017-09-20 10:16:47.930104401 
+0200
+++ BeanShell/src/bsh/util/AWTConsole.java  2017-09-20 10:23:56.354331886 
+0200
@@ -220,8 +220,11 @@
Great.  What a piece of crap.
*/
public void setCaretPosition( int pos ) {
-   ((java.awt.peer.TextComponentPeer)getPeer()).setCaretPosition( 
+   try {
+   
((java.awt.peer.TextComponentPeer)getClass().getMethod("getPeer").invoke(this, 
null)).setCaretPosition( 
pos + countNLs() );
+   } catch (Exception e) {
+   }
}
 
/*



commit bsh for openSUSE:Factory

2017-09-15 Thread root
Hello community,

here is the log from the commit of package bsh for openSUSE:Factory checked in 
at 2017-09-15 22:32:16

Comparing /work/SRC/openSUSE:Factory/bsh (Old)
 and  /work/SRC/openSUSE:Factory/.bsh.new (New)


Package is "bsh"

Fri Sep 15 22:32:16 2017 rev:20 rq:526357 version:1.3.0

Changes:

--- /work/SRC/openSUSE:Factory/bsh/bsh.changes  2017-05-22 10:48:26.672786652 
+0200
+++ /work/SRC/openSUSE:Factory/.bsh.new/bsh.changes 2017-09-15 
22:32:17.267212647 +0200
@@ -1,0 +2,6 @@
+Fri Sep 15 11:05:07 UTC 2017 - fst...@suse.com
+
+- Avoid building this package with jdk9. It uses one deprecated
+  API that was removed in jdk9.
+
+---



Other differences:
--
++ bsh.spec ++
--- /var/tmp/diff_new_pack.9dxOKj/_old  2017-09-15 22:32:18.271071241 +0200
+++ /var/tmp/diff_new_pack.9dxOKj/_new  2017-09-15 22:32:18.271071241 +0200
@@ -41,8 +41,8 @@
 BuildRequires:  xalan-j2
 Requires:   bsf
 Requires:   javapackages-tools
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
+BuildConflicts: java-devel >= 1.9
 
 %description
 BeanShell is a small, free, embeddable Java source interpreter with
@@ -218,10 +218,9 @@
 #!/usr/bin/env %{_bindir}/%{name}
 EOF
 cat scripts/bshdoc.bsh >> %{buildroot}%{_bindir}/%{name}doc
-%fdupes %{buildroot}/usr
+%fdupes %{buildroot}%{_prefix}
 
 %files
-%defattr(-,root,root)
 %doc src/Changes.html src/License.txt src/README.txt
 %attr(0755,root,root) %{_bindir}/%{name}
 %attr(0755,root,root) %{_bindir}/%{name}doc
@@ -234,15 +233,12 @@
 %exclude %{_datadir}/%{name}/tests
 
 %files manual
-%defattr(-,root,root)
 %doc docs/*
 
 %files javadoc
-%defattr(-,root,root)
 %{_javadocdir}/%{name}
 
 %files demo
-%defattr(-,root,root)
 %doc tests/README.txt tests/Interactive/README
 %{_datadir}/%{name}/tests
 




commit bsh for openSUSE:Factory

2017-05-22 Thread root
Hello community,

here is the log from the commit of package bsh for openSUSE:Factory checked in 
at 2017-05-22 10:47:00

Comparing /work/SRC/openSUSE:Factory/bsh (Old)
 and  /work/SRC/openSUSE:Factory/.bsh.new (New)


Package is "bsh"

Mon May 22 10:47:00 2017 rev:19 rq:496523 version:1.3.0

Changes:

--- /work/SRC/openSUSE:Factory/bsh/bsh.changes  2015-04-02 16:00:43.0 
+0200
+++ /work/SRC/openSUSE:Factory/.bsh.new/bsh.changes 2017-05-22 
10:48:26.672786652 +0200
@@ -1,0 +2,5 @@
+Fri May 19 08:48:35 UTC 2017 - mplus...@suse.com
+
+- Update package dependencies 
+
+---



Other differences:
--
++ bsh.spec ++
--- /var/tmp/diff_new_pack.FdKxFs/_old  2017-05-22 10:48:27.20876 +0200
+++ /var/tmp/diff_new_pack.FdKxFs/_new  2017-05-22 10:48:27.20876 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package bsh
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -33,6 +33,8 @@
 BuildRequires:  bsf
 BuildRequires:  fdupes
 BuildRequires:  java-devel
+# Needed for maven conversions
+BuildRequires:  javapackages-local
 BuildRequires:  javapackages-tools
 BuildRequires:  perl
 BuildRequires:  servletapi5




commit bsh for openSUSE:Factory

2015-04-02 Thread h_root
Hello community,

here is the log from the commit of package bsh for openSUSE:Factory checked in 
at 2015-04-02 16:00:42

Comparing /work/SRC/openSUSE:Factory/bsh (Old)
 and  /work/SRC/openSUSE:Factory/.bsh.new (New)


Package is bsh

Changes:

--- /work/SRC/openSUSE:Factory/bsh/bsh.changes  2013-09-11 13:39:24.0 
+0200
+++ /work/SRC/openSUSE:Factory/.bsh.new/bsh.changes 2015-04-02 
16:00:43.0 +0200
@@ -1,0 +2,15 @@
+Tue Mar 31 10:12:50 UTC 2015 - tchva...@suse.com
+
+- Fix bsh-demo dep on /bin/java
+
+---
+Wed Mar 18 09:46:04 UTC 2015 - tchva...@suse.com
+
+- Fix build with new javapackages-tools
+
+---
+Tue Jul  8 10:41:30 UTC 2014 - tchva...@suse.com
+
+- Do not depend on ant-trax and run spec-cleaner.
+
+---



Other differences:
--
++ bsh.spec ++
--- /var/tmp/diff_new_pack.gnnFaf/_old  2015-04-02 16:00:43.0 +0200
+++ /var/tmp/diff_new_pack.gnnFaf/_new  2015-04-02 16:00:43.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package bsh
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -14,28 +14,22 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-# icecream 0
 
 
-%define name   bsh
 %define Name   BeanShell
-%define version1.3.0
-%define fversion   1.3.0
-%define release6jpp
-%define sectionfree
-
 Name:   bsh
 Version:1.3.0
 Release:0
 Summary:Lightweight Scripting for Java
 License:LGPL-2.1+
 Group:  Development/Libraries/Java
-Source0:%{name}-%{fversion}-src.tar.bz2
+Url:http://www.beanshell.org/
+Source0:%{name}-%{version}-src.tar.bz2
 Source1:bsh-1.3.0.pom
 Source2:bsh-bsf-1.3.0.pom
 Patch0: %{name}-build.patch
 Patch2: %{name}-java14compat.patch
-BuildRequires:  ant-trax
+BuildRequires:  ant
 BuildRequires:  bsf
 BuildRequires:  fdupes
 BuildRequires:  java-devel
@@ -43,12 +37,10 @@
 BuildRequires:  perl
 BuildRequires:  servletapi5
 BuildRequires:  xalan-j2
-PreReq: coreutils
 Requires:   bsf
 Requires:   javapackages-tools
-Url:http://www.beanshell.org/
-BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildArch:  noarch
 
 %description
 BeanShell is a small, free, embeddable Java source interpreter with
@@ -69,8 +61,6 @@
 references to real live objects into scripts and return them as
 results.
 
-
-
 %package manual
 Summary:Manual for bsh
 Group:  Development/Libraries/Java
@@ -81,10 +71,7 @@
 
 This package contains the manual for BeanShell.
 
-
-
 %package javadoc
-PreReq: coreutils
 Summary:Javadoc for bsh
 Group:  Development/Libraries/Java
 
@@ -94,12 +81,9 @@
 
 This package contains the javadoc documentation for BeanShell.
 
-
-
 %package demo
 Summary:Demonstration and sample files for bsh
 Group:  Development/Libraries/Java
-AutoReqProv:no
 Requires:   %{name} = %{version}
 Requires:   coreutils
 
@@ -109,8 +93,6 @@
 
 This package contains sample and demonstration files for BeanShell.
 
-
-
 %prep
 %setup -q -n %{Name}
 %patch0 -p1
@@ -131,29 +113,29 @@
 
 %install
 # jars
-install -d -m 755 $RPM_BUILD_ROOT%{_javadir}
+install -d -m 755 %{buildroot}%{_javadir}
 install -m 644 dist/%{name}-%{version}.jar \
- $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
+ %{buildroot}%{_javadir}/%{name}-%{version}.jar
 install -m 644 dist/%{name}-bsf-%{version}.jar \
- $RPM_BUILD_ROOT%{_javadir}/%{name}-bsf-%{version}.jar
+ %{buildroot}%{_javadir}/%{name}-bsf-%{version}.jar
 install -m 644 dist/%{name}-classpath-%{version}.jar \
- $RPM_BUILD_ROOT%{_javadir}/%{name}-classpath-%{version}.jar
+ %{buildroot}%{_javadir}/%{name}-classpath-%{version}.jar
 install -m 644 dist/%{name}-commands-%{version}.jar \
- $RPM_BUILD_ROOT%{_javadir}/%{name}-commands-%{version}.jar
+ %{buildroot}%{_javadir}/%{name}-commands-%{version}.jar
 install -m 644 dist/%{name}-core-%{version}.jar \
- $RPM_BUILD_ROOT%{_javadir}/%{name}-core-%{version}.jar
+ %{buildroot}%{_javadir}/%{name}-core-%{version}.jar
 install -m 644 dist/%{name}-reflect-%{version}.jar \
- 

commit bsh for openSUSE:Factory

2013-09-11 Thread h_root
Hello community,

here is the log from the commit of package bsh for openSUSE:Factory checked in 
at 2013-09-11 13:39:18

Comparing /work/SRC/openSUSE:Factory/bsh (Old)
 and  /work/SRC/openSUSE:Factory/.bsh.new (New)


Package is bsh

Changes:

--- /work/SRC/openSUSE:Factory/bsh/bsh.changes  2011-09-23 11:42:58.0 
+0200
+++ /work/SRC/openSUSE:Factory/.bsh.new/bsh.changes 2013-09-11 
13:39:24.0 +0200
@@ -1,0 +2,10 @@
+Mon Sep  9 11:05:34 UTC 2013 - tchva...@suse.com
+
+- Move from jpackage-utils to javapackage-tools
+
+---
+Wed Aug 28 09:47:50 UTC 2013 - mvysko...@suse.com
+
+- use new add_maven_depmap from javapackages-tools 
+
+---



Other differences:
--
++ bsh.spec ++
--- /var/tmp/diff_new_pack.sFRbOY/_old  2013-09-11 13:39:25.0 +0200
+++ /var/tmp/diff_new_pack.sFRbOY/_new  2013-09-11 13:39:25.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package bsh
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -14,21 +14,22 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-
 # icecream 0
 
 
-Name:   bsh
 %define name   bsh
 %define Name   BeanShell
 %define version1.3.0
 %define fversion   1.3.0
 %define release6jpp
 %define sectionfree
+
+Name:   bsh
 Version:1.3.0
-Release:340
+Release:0
 Summary:Lightweight Scripting for Java
 License:LGPL-2.1+
+Group:  Development/Libraries/Java
 Source0:%{name}-%{fversion}-src.tar.bz2
 Source1:bsh-1.3.0.pom
 Source2:bsh-bsf-1.3.0.pom
@@ -36,17 +37,16 @@
 Patch2: %{name}-java14compat.patch
 BuildRequires:  ant-trax
 BuildRequires:  bsf
-BuildRequires:  perl
-BuildRequires:  jpackage-utils = 1.7.2
+BuildRequires:  fdupes
 BuildRequires:  java-devel
+BuildRequires:  javapackages-tools
+BuildRequires:  perl
 BuildRequires:  servletapi5
-BuildRequires:  fdupes
 BuildRequires:  xalan-j2
 PreReq: coreutils
 Requires:   bsf
-Requires:   jpackage-utils = 1.5
+Requires:   javapackages-tools
 Url:http://www.beanshell.org/
-Group:  Development/Libraries/Java
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -72,7 +72,6 @@
 
 
 %package manual
-License:LGPL-2.1+
 Summary:Manual for bsh
 Group:  Development/Libraries/Java
 
@@ -85,7 +84,6 @@
 
 
 %package javadoc
-License:LGPL-2.1+
 PreReq: coreutils
 Summary:Javadoc for bsh
 Group:  Development/Libraries/Java
@@ -99,7 +97,6 @@
 
 
 %package demo
-License:LGPL-2.1+
 Summary:Demonstration and sample files for bsh
 Group:  Development/Libraries/Java
 AutoReqProv:no
@@ -150,14 +147,17 @@
 install -m 644 dist/%{name}-util-%{version}.jar \
  $RPM_BUILD_ROOT%{_javadir}/%{name}-util-%{version}.jar
 (cd $RPM_BUILD_ROOT%{_javadir}  for jar in *-%{version}*; do ln -sf ${jar} 
${jar/-%{version}/}; done)
-%add_to_maven_depmap %{name} %{name} %{version} JPP %{name}
-%add_to_maven_depmap %{name} %{name}-bsf %{version} JPP %{name}-bsf
+
 # poms
-install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/maven2/poms
+install -d -m 755 $RPM_BUILD_ROOT%{_mavenpomdir}
 install -pm 644 %{SOURCE1} \
-$RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP.%{name}.pom
+$RPM_BUILD_ROOT%{_mavenpomdir}/JPP-%{name}.pom
 install -pm 644 %{SOURCE2} \
-$RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP.%{name}-bsf.pom
+$RPM_BUILD_ROOT%{_mavenpomdir}/JPP-%{name}-bsf.pom
+
+%add_maven_depmap JPP-%{name}.pom %{name}.jar -a org.beanshell:%{name}
+%add_maven_depmap JPP-%{name}-bsf.pom %{name}-bsf.jar
+
 # manual
 find docs -name .cvswrappers -exec rm -f {} \;
 find docs -name *.xml -exec rm -f {} \;
@@ -167,8 +167,8 @@
 (cd docs/manual  rm -rf html)
 (cd docs/manual  rm -rf xsl)
 # javadoc
-install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
-cp -pr javadoc/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
+install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}
+cp -pr javadoc/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}
 # demo
 for i in `find tests -name \*.bsh`; do
   perl -p -i -e 's,^\n?#!(/(usr/)?bin/java 
bsh\.Interpreter|/bin/sh),#!/usr/bin/env %{_bindir}/%{name},' $i
@@ -236,21 +236,6 @@
 cat scripts/bshdoc.bsh  $RPM_BUILD_ROOT%{_bindir}/%{name}doc
 %fdupes 

commit bsh for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package bsh for openSUSE:Factory checked in 
at 2011-12-06 18:01:50

Comparing /work/SRC/openSUSE:Factory/bsh (Old)
 and  /work/SRC/openSUSE:Factory/.bsh.new (New)


Package is bsh, Maintainer is bnc-team-j...@forge.provo.novell.com

Changes:




Other differences:
--
++ bsh.spec ++
--- /var/tmp/diff_new_pack.lhyn4H/_old  2011-12-06 18:03:52.0 +0100
+++ /var/tmp/diff_new_pack.lhyn4H/_new  2011-12-06 18:03:52.0 +0100
@@ -28,7 +28,7 @@
 Version:1.3.0
 Release:340
 Summary:Lightweight Scripting for Java
-License:LGPL v2.1 or later
+License:LGPL-2.1+
 Source0:%{name}-%{fversion}-src.tar.bz2
 Source1:bsh-1.3.0.pom
 Source2:bsh-bsf-1.3.0.pom
@@ -72,7 +72,7 @@
 
 
 %package manual
-License:LGPL v2.1 or later
+License:LGPL-2.1+
 Summary:Manual for bsh
 Group:  Development/Libraries/Java
 
@@ -85,7 +85,7 @@
 
 
 %package javadoc
-License:LGPL v2.1 or later
+License:LGPL-2.1+
 PreReq: coreutils
 Summary:Javadoc for bsh
 Group:  Development/Libraries/Java
@@ -99,7 +99,7 @@
 
 
 %package demo
-License:LGPL v2.1 or later
+License:LGPL-2.1+
 Summary:Demonstration and sample files for bsh
 Group:  Development/Libraries/Java
 AutoReqProv:no



-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit bsh for openSUSE:Factory

2011-09-23 Thread h_root

Hello community,

here is the log from the commit of package bsh for openSUSE:Factory
checked in at Fri Sep 23 10:21:19 CEST 2011.




--- bsh/bsh.changes 2009-03-25 14:52:14.0 +0100
+++ /mounts/work_src_done/STABLE/bsh/bsh.changes2011-09-17 
22:56:45.0 +0200
@@ -1,0 +2,5 @@
+Sat Sep 17 20:56:41 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---

calling whatdependson for head-i586




Other differences:
--
++ bsh.spec ++
--- /var/tmp/diff_new_pack.fazgms/_old  2011-09-23 10:21:15.0 +0200
+++ /var/tmp/diff_new_pack.fazgms/_new  2011-09-23 10:21:15.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package bsh (Version 1.3.0)
+# spec file for package bsh
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 # icecream 0
 
 
@@ -237,9 +236,6 @@
 cat scripts/bshdoc.bsh  $RPM_BUILD_ROOT%{_bindir}/%{name}doc
 %fdupes ${RPM_BUILD_ROOT}/usr
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post javadoc
 rm -f %{_javadocdir}/%{name}
 ln -s %{name}-%{version} %{_javadocdir}/%{name}








Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org