commit gnu-regexp for openSUSE:Factory

2019-12-21 Thread root
Hello community,

here is the log from the commit of package gnu-regexp for openSUSE:Factory 
checked in at 2019-12-21 12:29:23

Comparing /work/SRC/openSUSE:Factory/gnu-regexp (Old)
 and  /work/SRC/openSUSE:Factory/.gnu-regexp.new.6675 (New)


Package is "gnu-regexp"

Sat Dec 21 12:29:23 2019 rev:20 rq:757754 version:1.1.4

Changes:

--- /work/SRC/openSUSE:Factory/gnu-regexp/gnu-regexp.changes2018-07-07 
22:01:31.211080346 +0200
+++ /work/SRC/openSUSE:Factory/.gnu-regexp.new.6675/gnu-regexp.changes  
2019-12-21 12:29:28.215308707 +0100
@@ -1,0 +2,6 @@
+Wed Dec 18 13:16:19 UTC 2019 - Fridrich Strba 
+
+- Some files are under GPL 2.0+
+- Correct link of the tarball in order to be valid
+
+---



Other differences:
--
++ gnu-regexp.spec ++
--- /var/tmp/diff_new_pack.NoIsjc/_old  2019-12-21 12:29:28.771308972 +0100
+++ /var/tmp/diff_new_pack.NoIsjc/_new  2019-12-21 12:29:28.775308974 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnu-regexp
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -20,10 +20,10 @@
 Version:1.1.4
 Release:0
 Summary:Java NFA regular expression engine
-License:LGPL-2.1-or-later
+License:GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:  Development/Libraries/Java
-Url:http://www.cacas.org/java/gnu/regexp/
-Source0:
ftp://ftp.tralfamadore.com/pub/java/gnu.regexp-%{version}.tar.gz
+URL:http://www.cacas.org/java/gnu/regexp/
+Source0:
http://ftp.frugalware.org/pub/other/sources/gnu.regexp/gnu.regexp-%{version}.tar.gz
 Source1:%{name}.build.xml
 BuildRequires:  ant
 BuildRequires:  fdupes




commit gnu-regexp for openSUSE:Factory

2018-07-07 Thread root
Hello community,

here is the log from the commit of package gnu-regexp for openSUSE:Factory 
checked in at 2018-07-07 22:01:28

Comparing /work/SRC/openSUSE:Factory/gnu-regexp (Old)
 and  /work/SRC/openSUSE:Factory/.gnu-regexp.new (New)


Package is "gnu-regexp"

Sat Jul  7 22:01:28 2018 rev:19 rq:620799 version:1.1.4

Changes:

--- /work/SRC/openSUSE:Factory/gnu-regexp/gnu-regexp.changes2017-09-15 
22:31:15.935851961 +0200
+++ /work/SRC/openSUSE:Factory/.gnu-regexp.new/gnu-regexp.changes   
2018-07-07 22:01:31.211080346 +0200
@@ -1,0 +2,7 @@
+Thu Jun 14 05:54:48 UTC 2018 - fst...@suse.com
+
+- Build with source and target level 8 in order to prepare for the
+  removal of 1.6 compatibility.
+- Run fdupes on documentation
+
+---



Other differences:
--
++ gnu-regexp.spec ++
--- /var/tmp/diff_new_pack.HkmKsZ/_old  2018-07-07 22:01:32.043079292 +0200
+++ /var/tmp/diff_new_pack.HkmKsZ/_new  2018-07-07 22:01:32.047079288 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnu-regexp
 #
-# 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
@@ -20,14 +20,15 @@
 Version:1.1.4
 Release:0
 Summary:Java NFA regular expression engine
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  Development/Libraries/Java
 Url:http://www.cacas.org/java/gnu/regexp/
 Source0:
ftp://ftp.tralfamadore.com/pub/java/gnu.regexp-%{version}.tar.gz
 Source1:%{name}.build.xml
 BuildRequires:  ant
+BuildRequires:  fdupes
 BuildRequires:  gnu-getopt
-BuildRequires:  java-devel >= 1.6
+BuildRequires:  java-devel >= 1.8
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -77,6 +78,7 @@
 # javadoc
 mkdir -p %{buildroot}%{_javadocdir}/gnu.regexp
 cp -a build/api/* %{buildroot}%{_javadocdir}/gnu.regexp
+%fdupes -s %{buildroot}%{_javadocdir}/gnu.regexp
 
 %files
 %defattr(0644,root,root,0755)

++ gnu-regexp.build.xml ++
--- /var/tmp/diff_new_pack.HkmKsZ/_old  2018-07-07 22:01:32.079079247 +0200
+++ /var/tmp/diff_new_pack.HkmKsZ/_new  2018-07-07 22:01:32.079079247 +0200
@@ -30,7 +30,7 @@
   
   
 
+   source="8" target="8" />
 
   
 
@@ -52,7 +52,7 @@
 windowtitle="${name} JavaDoc"
 package="true"
 author="true"
-source="1.6" 
+source="8" 
 version="true"
 packagenames="${packagenames}"
 />




commit gnu-regexp for openSUSE:Factory

2017-09-15 Thread root
Hello community,

here is the log from the commit of package gnu-regexp for openSUSE:Factory 
checked in at 2017-09-15 22:31:15

Comparing /work/SRC/openSUSE:Factory/gnu-regexp (Old)
 and  /work/SRC/openSUSE:Factory/.gnu-regexp.new (New)


Package is "gnu-regexp"

Fri Sep 15 22:31:15 2017 rev:18 rq:526194 version:1.1.4

Changes:

--- /work/SRC/openSUSE:Factory/gnu-regexp/gnu-regexp.changes2017-05-22 
10:49:05.895258423 +0200
+++ /work/SRC/openSUSE:Factory/.gnu-regexp.new/gnu-regexp.changes   
2017-09-15 22:31:15.935851961 +0200
@@ -1,0 +2,6 @@
+Thu Sep 14 16:46:23 UTC 2017 - fst...@suse.com
+
+- Build with source and target level 1.6 in order to allow building
+  with jdk9
+
+---



Other differences:
--
++ gnu-regexp.spec ++
--- /var/tmp/diff_new_pack.uEXJki/_old  2017-09-15 22:31:16.615756186 +0200
+++ /var/tmp/diff_new_pack.uEXJki/_new  2017-09-15 22:31:16.615756186 +0200
@@ -27,6 +27,7 @@
 Source1:%{name}.build.xml
 BuildRequires:  ant
 BuildRequires:  gnu-getopt
+BuildRequires:  java-devel >= 1.6
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 

++ gnu-regexp.build.xml ++
--- /var/tmp/diff_new_pack.uEXJki/_old  2017-09-15 22:31:16.663749426 +0200
+++ /var/tmp/diff_new_pack.uEXJki/_new  2017-09-15 22:31:16.667748862 +0200
@@ -30,7 +30,7 @@
   
   
 
+   source="1.6" target="1.6" />
 
   
 
@@ -52,6 +52,7 @@
 windowtitle="${name} JavaDoc"
 package="true"
 author="true"
+source="1.6" 
 version="true"
 packagenames="${packagenames}"
 />




commit gnu-regexp for openSUSE:Factory

2017-05-22 Thread root
Hello community,

here is the log from the commit of package gnu-regexp for openSUSE:Factory 
checked in at 2017-05-22 10:48:08

Comparing /work/SRC/openSUSE:Factory/gnu-regexp (Old)
 and  /work/SRC/openSUSE:Factory/.gnu-regexp.new (New)


Package is "gnu-regexp"

Mon May 22 10:48:08 2017 rev:17 rq:496992 version:1.1.4

Changes:

--- /work/SRC/openSUSE:Factory/gnu-regexp/gnu-regexp.changes2014-10-15 
08:52:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnu-regexp.new/gnu-regexp.changes   
2017-05-22 10:49:05.895258423 +0200
@@ -1,0 +2,5 @@
+Sat May 20 18:45:29 UTC 2017 - tchva...@suse.com
+
+- Drop obsolete dependency
+
+---



Other differences:
--
++ gnu-regexp.spec ++
--- /var/tmp/diff_new_pack.Y9ZmgY/_old  2017-05-22 10:49:06.375190779 +0200
+++ /var/tmp/diff_new_pack.Y9ZmgY/_new  2017-05-22 10:49:06.379190216 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnu-regexp
 #
-# Copyright (c) 2014 SUSE LINUX Products 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
@@ -23,12 +23,10 @@
 License:LGPL-2.1+
 Group:  Development/Libraries/Java
 Url:http://www.cacas.org/java/gnu/regexp/
-Source0:ftp://ftp.tralfamadore.com/pub/java/gnu.regexp-1.1.4.tar.gz
+Source0:
ftp://ftp.tralfamadore.com/pub/java/gnu.regexp-%{version}.tar.gz
 Source1:%{name}.build.xml
 BuildRequires:  ant
 BuildRequires:  gnu-getopt
-BuildRequires:  java2-devel-packages
-BuildRequires:  xml-commons-apis
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 




commit gnu-regexp for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package gnu-regexp for openSUSE:Factory 
checked in at 2014-10-15 08:51:37

Comparing /work/SRC/openSUSE:Factory/gnu-regexp (Old)
 and  /work/SRC/openSUSE:Factory/.gnu-regexp.new (New)


Package is gnu-regexp

Changes:

--- /work/SRC/openSUSE:Factory/gnu-regexp/gnu-regexp.changes2013-07-18 
17:31:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnu-regexp.new/gnu-regexp.changes   
2014-10-15 08:52:11.0 +0200
@@ -1,0 +2,5 @@
+Tue Oct  7 09:29:44 UTC 2014 - tchva...@suse.com
+
+- Clean up with spec-cleaner
+
+---



Other differences:
--
++ gnu-regexp.spec ++
--- /var/tmp/diff_new_pack.I6DDHr/_old  2014-10-15 08:52:13.0 +0200
+++ /var/tmp/diff_new_pack.I6DDHr/_new  2014-10-15 08:52:13.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnu-regexp
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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,25 +14,23 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-# icecream 0
 
 
 Name:   gnu-regexp
-BuildRequires:  ant
-BuildRequires:  gnu-getopt
-BuildRequires:  java2-devel-packages
-BuildRequires:  xml-commons-apis
-%define section free
 Version:1.1.4
 Release:0
 Summary:Java NFA regular expression engine
 License:LGPL-2.1+
 Group:  Development/Libraries/Java
+Url:http://www.cacas.org/java/gnu/regexp/
 Source0:ftp://ftp.tralfamadore.com/pub/java/gnu.regexp-1.1.4.tar.gz
 Source1:%{name}.build.xml
-Url:http://www.cacas.org/java/gnu/regexp/
-BuildArch:  noarch
+BuildRequires:  ant
+BuildRequires:  gnu-getopt
+BuildRequires:  java2-devel-packages
+BuildRequires:  xml-commons-apis
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildArch:  noarch
 
 %description
 The gnu-regexp package is a pure-Java implementation of a traditional
@@ -41,8 +39,6 @@
 For a relatively complete list of supported and non-supported syntax,
 refer to the syntax and usage notes.
 
-
-
 %package demo
 Summary:Java NFA regular expression engine (demo and samples)
 Group:  Development/Libraries/Java
@@ -50,56 +46,38 @@
 Requires:   gnu-getopt
 
 %description demo
-Demonstrations and samples for gnu-regexp.
-
-
+Demonstrations and samples for Java NFA regular expression engine gnu-regexp.
 
 %package javadoc
-PreReq: coreutils
 Summary:Java NFA regular expression engine (documentation)
 Group:  Development/Libraries/Java
 
 %description javadoc
-Javadoc for gnu-regexp.
-
-
+Javadoc for Java NFA regular expression engine gnu-regexp.
 
 %prep
 %setup -q -n gnu.regexp-1.1.4
-%__cp -a %{SOURCE1} build.xml
+cp -a %{SOURCE1} build.xml
 # remove all binary libs
-find . -name *.jar -exec %__rm -f {} \;
+find . -name *.jar -exec rm -f {} \;
 
 %build
 export CLASSPATH=$(build-classpath gnu.getopt)
-%ant jar javadoc
+ant jar javadoc
 
 %install
 # jars
-%__mkdir_p %{buildroot}%{_javadir}
-%__cp -a build/lib/gnu.regexp.jar 
%{buildroot}%{_javadir}/gnu.regexp-%{version}.jar
+mkdir -p %{buildroot}%{_javadir}
+cp -a build/lib/gnu.regexp.jar 
%{buildroot}%{_javadir}/gnu.regexp-%{version}.jar
 (cd %{buildroot}%{_javadir}  ln -sf gnu.regexp-%{version}.jar 
%{name}-%{version}.jar  \
-for jar in *-%{version}*; do %__ln_s ${jar} `echo $jar| sed 
s|-%{version}||g`; done)
+for jar in *-%{version}*; do ln -s ${jar} `echo $jar| sed 
s|-%{version}||g`; done)
 # demo
-%__mkdir_p %{buildroot}%{_datadir}/gnu.regexp/gnu/regexp/util
-%__cp -a build/classes/gnu/regexp/util/*.class \
+mkdir -p %{buildroot}%{_datadir}/gnu.regexp/gnu/regexp/util
+cp -a build/classes/gnu/regexp/util/*.class \
   %{buildroot}%{_datadir}/gnu.regexp/gnu/regexp/util
 # javadoc
-%__mkdir_p %{buildroot}%{_javadocdir}/gnu.regexp-%{version}
-%__cp -a build/api/* %{buildroot}%{_javadocdir}/gnu.regexp-%{version}
-(cd %{buildroot}%{_javadocdir}  %__ln_s gnu.regexp-%{version} gnu.regexp)
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%post javadoc
-%__rm -f %{_javadocdir}/gnu.regexp
-%__ln_s gnu.regexp-%{version} %{_javadocdir}/gnu.regexp
-
-%postun javadoc
-if [ $1 -eq 0 ]; then
-  %__rm -f %{_javadocdir}/gnu.regexp
-fi
+mkdir -p %{buildroot}%{_javadocdir}/gnu.regexp
+cp -a build/api/* %{buildroot}%{_javadocdir}/gnu.regexp
 
 %files
 %defattr(0644,root,root,0755)
@@ -112,8 +90,7 @@
 
 %files javadoc
 %defattr(0644,root,root,0755)
-%dir %{_javadocdir}/gnu.regexp-%{version}

commit gnu-regexp for openSUSE:Factory

2013-07-18 Thread h_root
Hello community,

here is the log from the commit of package gnu-regexp for openSUSE:Factory 
checked in at 2013-07-18 17:31:13

Comparing /work/SRC/openSUSE:Factory/gnu-regexp (Old)
 and  /work/SRC/openSUSE:Factory/.gnu-regexp.new (New)


Package is gnu-regexp

Changes:

--- /work/SRC/openSUSE:Factory/gnu-regexp/gnu-regexp.changes2011-09-23 
02:01:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnu-regexp.new/gnu-regexp.changes   
2013-07-18 17:31:14.0 +0200
@@ -1,0 +2,5 @@
+Wed Jul 17 14:10:56 CEST 2013 - m...@suse.de
+
+- drop dir attribute from gnu.regexp symlink
+
+---



Other differences:
--
++ gnu-regexp.spec ++
--- /var/tmp/diff_new_pack.EN04VV/_old  2013-07-18 17:31:15.0 +0200
+++ /var/tmp/diff_new_pack.EN04VV/_new  2013-07-18 17:31:15.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package gnu-regexp (Version 1.1.4)
+# spec file for package gnu-regexp
 #
-# Copyright (c) 2009 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,22 +14,23 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-
-# norootforbuild
 # icecream 0
 
 
 Name:   gnu-regexp
-BuildRequires:  ant gnu-getopt java2-devel-packages xml-commons-apis
+BuildRequires:  ant
+BuildRequires:  gnu-getopt
+BuildRequires:  java2-devel-packages
+BuildRequires:  xml-commons-apis
 %define section free
 Version:1.1.4
-Release:267
+Release:0
 Summary:Java NFA regular expression engine
 License:LGPL-2.1+
+Group:  Development/Libraries/Java
 Source0:ftp://ftp.tralfamadore.com/pub/java/gnu.regexp-1.1.4.tar.gz
 Source1:%{name}.build.xml
 Url:http://www.cacas.org/java/gnu/regexp/
-Group:  Development/Libraries/Java
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -43,11 +44,10 @@
 
 
 %package demo
-License:LGPL-2.1+
 Summary:Java NFA regular expression engine (demo and samples)
+Group:  Development/Libraries/Java
 Requires:   %{name} = %{version}-%{release}
 Requires:   gnu-getopt
-Group:  Development/Libraries/Java
 
 %description demo
 Demonstrations and samples for gnu-regexp.
@@ -55,7 +55,6 @@
 
 
 %package javadoc
-License:LGPL-2.1+
 PreReq: coreutils
 Summary:Java NFA regular expression engine (documentation)
 Group:  Development/Libraries/Java
@@ -115,6 +114,6 @@
 %defattr(0644,root,root,0755)
 %dir %{_javadocdir}/gnu.regexp-%{version}
 %{_javadocdir}/gnu.regexp-%{version}/*
-%ghost %dir %{_javadocdir}/gnu.regexp
+%ghost %{_javadocdir}/gnu.regexp
 
 %changelog

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



commit gnu-regexp for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package gnu-regexp for openSUSE:Factory 
checked in at 2011-12-06 18:15:17

Comparing /work/SRC/openSUSE:Factory/gnu-regexp (Old)
 and  /work/SRC/openSUSE:Factory/.gnu-regexp.new (New)


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

Changes:




Other differences:
--
++ gnu-regexp.spec ++
--- /var/tmp/diff_new_pack.sH36qK/_old  2011-12-06 18:23:22.0 +0100
+++ /var/tmp/diff_new_pack.sH36qK/_new  2011-12-06 18:23:22.0 +0100
@@ -25,7 +25,7 @@
 Version:1.1.4
 Release:267
 Summary:Java NFA regular expression engine
-License:LGPL v2.1 or later
+License:LGPL-2.1+
 Source0:ftp://ftp.tralfamadore.com/pub/java/gnu.regexp-1.1.4.tar.gz
 Source1:%{name}.build.xml
 Url:http://www.cacas.org/java/gnu/regexp/
@@ -43,7 +43,7 @@
 
 
 %package demo
-License:LGPL v2.1 or later
+License:LGPL-2.1+
 Summary:Java NFA regular expression engine (demo and samples)
 Requires:   %{name} = %{version}-%{release}
 Requires:   gnu-getopt
@@ -55,7 +55,7 @@
 
 
 %package javadoc
-License:LGPL v2.1 or later
+License:LGPL-2.1+
 PreReq: coreutils
 Summary:Java NFA regular expression engine (documentation)
 Group:  Development/Libraries/Java

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