commit gri for openSUSE:Factory

2020-06-12 Thread root
Hello community,

here is the log from the commit of package gri for openSUSE:Factory checked in 
at 2020-06-12 21:41:40

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


Package is "gri"

Fri Jun 12 21:41:40 2020 rev:18 rq:814030 version:2.12.23

Changes:

--- /work/SRC/openSUSE:Factory/gri/gri.changes  2019-12-02 11:38:15.638459662 
+0100
+++ /work/SRC/openSUSE:Factory/.gri.new.3606/gri.changes2020-06-12 
21:43:38.260368595 +0200
@@ -1,0 +2,6 @@
+Tue Jun  9 09:31:58 UTC 2020 - Atri Bhattacharya 
+
+- Drop obsolete install-info post(un) scriptlets (also drop
+  Requires(post): install-info) for openSUSE > 1500.
+
+---



Other differences:
--
++ gri.spec ++
--- /var/tmp/diff_new_pack.jBQsyG/_old  2020-06-12 21:43:39.392371440 +0200
+++ /var/tmp/diff_new_pack.jBQsyG/_new  2020-06-12 21:43:39.396371449 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gri
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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/
 #
 
 
@@ -22,7 +22,7 @@
 Summary:A language for scientific illustration
 License:GPL-3.0-or-later
 Group:  Productivity/Scientific/Other
-Url:http://gri.sourceforge.net
+URL:http://gri.sourceforge.net
 Source: %{name}-%{version}.tar.bz2
 Patch0: gfi-2.2.23-perl.patch
 Patch1: gri-texinfo-5.0.patch
@@ -41,7 +41,9 @@
 BuildRequires:  texinfo
 BuildRequires:  texlive-dvips
 BuildRequires:  perl(Time::CTime)
+%if 0%{?suse_version} <= 1500
 Requires(post): /sbin/install-info
+%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -97,11 +99,13 @@
 sed -i "s///" 
%{buildroot}%{_datadir}/%{name}/doc/html/index.html
 %fdupes %{buildroot}%{_datadir}/%{name}/
 
+%if 0%{?suse_version} <= 1500
 %post
 /sbin/install-info %{_infodir}/gri.info %{_infodir}/dir
 
 %postun
 /sbin/install-info --delete %{_infodir}/gri.info %{_infodir}/dir
+%endif
 
 %files
 %defattr(-,root,root)




commit gri for openSUSE:Factory

2019-12-02 Thread root
Hello community,

here is the log from the commit of package gri for openSUSE:Factory checked in 
at 2019-12-02 11:34:26

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


Package is "gri"

Mon Dec  2 11:34:26 2019 rev:17 rq:752699 version:2.12.23

Changes:

--- /work/SRC/openSUSE:Factory/gri/gri.changes  2018-10-02 19:49:15.237716832 
+0200
+++ /work/SRC/openSUSE:Factory/.gri.new.4691/gri.changes2019-12-02 
11:38:15.638459662 +0100
@@ -1,0 +2,7 @@
+Sat Nov 30 03:05:28 UTC 2019 - Atri Bhattacharya 
+
+- Add gri-texinfo-6.7-compat.patch to explicitly specify correct 
+  encoding for texi file: ISO-8859-1. Needed for texinfo 6.7+.
+- Use %license to install COPYING file.
+
+---

New:

  gri-texinfo-6.7-compat.patch



Other differences:
--
++ gri.spec ++
--- /var/tmp/diff_new_pack.lXSGFJ/_old  2019-12-02 11:38:16.322459806 +0100
+++ /var/tmp/diff_new_pack.lXSGFJ/_new  2019-12-02 11:38:16.322459806 +0100
@@ -32,6 +32,8 @@
 Patch3: gri-invalid-char-to-pointer.patch
 # PATCH-FIX-UPSTREAM gri-perl-5.26.patch dims...@opensuse.org -- Fix 
texinfo2HTML for usage with Perl 5.26
 Patch4: gri-perl-5.26.patch
+# PATCH-FIX-UPSTREAM gri-texinfo-6.7-compat.patch -- Explicitly specify 
correct encoding for texi file, texinfo 6.+ assumes UTF-8 by default
+Patch5: gri-texinfo-6.7-compat.patch
 BuildRequires:  ImageMagick
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -65,6 +67,7 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 %configure
@@ -102,7 +105,8 @@
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS ChangeLog README COPYING NEWS
+%doc AUTHORS ChangeLog README NEWS
+%license COPYING
 %{_bindir}/gri
 %{_bindir}/gri_merge
 %{_bindir}/gri_unpage

++ gri-texinfo-6.7-compat.patch ++
diff --git a/doc/gri.texi b/doc/gri.texi
index 57c5e76..fe71f56 100644
--- a/doc/gri.texi
+++ b/doc/gri.texi
@@ -1,4 +1,5 @@
 \input texinfo 
+@documentencoding ISO-8859-1
 
 @c
 @comment *** Start of HTML stuff ***




commit gri for openSUSE:Factory

2018-10-02 Thread root
Hello community,

here is the log from the commit of package gri for openSUSE:Factory checked in 
at 2018-10-02 19:48:26

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


Package is "gri"

Tue Oct  2 19:48:26 2018 rev:16 rq:639412 version:2.12.23

Changes:

--- /work/SRC/openSUSE:Factory/gri/gri.changes  2017-10-27 14:02:05.294146913 
+0200
+++ /work/SRC/openSUSE:Factory/.gri.new/gri.changes 2018-10-02 
19:49:15.237716832 +0200
@@ -1,0 +2,5 @@
+Mon Oct  1 13:06:44 UTC 2018 - Petr Gajdos 
+
+- allow PS decoder for build [bsc#1109976]
+
+---



Other differences:
--
++ gri.spec ++
--- /var/tmp/diff_new_pack.iX17U7/_old  2018-10-02 19:49:16.877715123 +0200
+++ /var/tmp/diff_new_pack.iX17U7/_new  2018-10-02 19:49:16.881715120 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gri
 #
-# 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,7 +20,7 @@
 Version:2.12.23
 Release:0
 Summary:A language for scientific illustration
-License:GPL-3.0+
+License:GPL-3.0-or-later
 Group:  Productivity/Scientific/Other
 Url:http://gri.sourceforge.net
 Source: %{name}-%{version}.tar.bz2
@@ -68,6 +68,23 @@
 
 %build
 %configure
+# BEGIN allow PS decoder for build [bsc#1109976]
+mkdir -p ~/.config/ImageMagick
+cat << EOPF > ~/.config/ImageMagick/policy.xml
+
+
+  
+  
+  
+]>
+
+  
+
+EOPF
+# END allow PS decoder for build [bsc#1109976]
 # Parallel make does not work
 make
 




commit gri for openSUSE:Factory

2017-10-27 Thread root
Hello community,

here is the log from the commit of package gri for openSUSE:Factory checked in 
at 2017-10-27 14:01:46

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


Package is "gri"

Fri Oct 27 14:01:46 2017 rev:15 rq:536995 version:2.12.23

Changes:

--- /work/SRC/openSUSE:Factory/gri/gri.changes  2017-06-27 10:21:45.935012272 
+0200
+++ /work/SRC/openSUSE:Factory/.gri.new/gri.changes 2017-10-27 
14:02:05.294146913 +0200
@@ -0,0 +1,5 @@
+---
+Thu Oct 26 12:20:43 UTC 2017 - dims...@opensuse.org
+
+- Add gri-perl-5.26.patch: Fix usage of texinfo2HTML for usage with
+  perl 5.26.

New:

  gri-perl-5.26.patch



Other differences:
--
++ gri.spec ++
--- /var/tmp/diff_new_pack.Fkoa1p/_old  2017-10-27 14:02:06.906071561 +0200
+++ /var/tmp/diff_new_pack.Fkoa1p/_new  2017-10-27 14:02:06.906071561 +0200
@@ -30,6 +30,8 @@
 Patch2: reproducible.patch
 # PATCH-FIX-UPSTREAM gri-invalid-char-to-pointer.patch badshah...@gmail.com -- 
Fix a char to char* conversion by replacing '\0' with NULL
 Patch3: gri-invalid-char-to-pointer.patch
+# PATCH-FIX-UPSTREAM gri-perl-5.26.patch dims...@opensuse.org -- Fix 
texinfo2HTML for usage with Perl 5.26
+Patch4: gri-perl-5.26.patch
 BuildRequires:  ImageMagick
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -62,6 +64,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 %configure

++ gri-perl-5.26.patch ++
Index: gri-2.12.23/doc/texinfo2HTML
===
--- gri-2.12.23.orig/doc/texinfo2HTML
+++ gri-2.12.23/doc/texinfo2HTML
@@ -120,7 +120,7 @@ while(get_a_line()) {
next;
 }
 # Process image commands (NOT...it's there already) 
-if (/\@image{(.*)}/) {
+if (/\@image\{(.*)\}/) {
#print "\n";
next;
 }
@@ -208,12 +208,12 @@ while(get_a_line()) {
 s,<,<,og;
 # Special tweak to make 'Gri' look cooler.
#s, Gri , GRI ,og;
-s,\@code{\@\@},\@code{TEXINFO2HTML-AT-AT},og; 
+s,\@code\{\@\@\},\@code\{TEXINFO2HTML-AT-AT\},og;
 s,\@},TEXINFO2HTML-CLOSE-BRACE,og; # retain inside e.g. @code{}
 s,\@\@,TEXINFO2HTML-AT-AT,og;
-s,\@{,{,og;
-s,\@TeX{},TeX,og;
-s,\@dots{},...,og;
+s,\@\{,\{,og;
+s,\@TeX\{\},TeX,og;
+s,\@dots\{\},...,og;
 # Put in place-holders for some accents.  I should check for all
 # of them, but for now, I'm just kludging in a couple, 
 # to solve an immediate problem and to serve as a place-holder
@@ -237,18 +237,18 @@ while(get_a_line()) {
}
next;
 }
-while (/\@url{([^}]*)}/) {
+while (/\@url\{([^}]*)\}/) {
$the_url = $1;
-s:\@url{[^}]*}:\@code{$the_url}:;
+s:\@url\{[^}]*}:\@code\{$the_url}:;
 }
-while (/\@uref{([^}]*)}/) {
+while (/\@uref\{([^}]*)}/) {
@items = split(/,/, $1);
 if ($#items == 0) {
-s:\@uref{[^}]*}:$items[0]:;
+s:\@uref\{[^}]*}:$items[0]:;
 } elsif ($#items == 1) {
-s:\@uref{[^}]*}:$items[1]:;
+s:\@uref\{[^}]*}:$items[1]:;
 } elsif ($#items == 2) {
-s:\@uref{[^}]*}:\@code{$items[2]}:;
+s:\@uref\{[^}]*}:\@code\{$items[2]}:;
 } else {
 die "Cannot have more than 3 items in a 'uref' at \"$_\"";
 }
@@ -330,7 +330,7 @@ while(get_a_line()) {
while(get_a_line()) {
next if /\@sp/;
next if /\@cindex/;
-s|\@anchor{([^}]*)}||g;
+s|\@anchor\{([^}]*)}||g;
&process_examples();
# Handle HTML inserts
if (/^\@c HTML (.*)/o) {
@@ -346,10 +346,10 @@ while(get_a_line()) {
}
if (/\s*\@item\s*(.*)/o) {
 $the_item = $1;
-   $the_item =~ s:\@{:{:og;
+   $the_item =~ s:\@\{:{:og;
$the_item =~ s:\@}:}:og;
$the_item =~ s:\@\@:\@:og;
-   $the_item =~ s:\@code{([^}]*)}:`$1':og;
+   $the_item =~ s:\@code\{([^}]*)}:`$1':og;
print " $start_item$the_item$end_item\n";
} else {
print "" if (/^$/o);
@@ -402,38 +402,38 @@ sub process_examples() {
 } else {
 s,\@value\{([^}]*)\},$value{$1},g; # Substitute set/value pair
 s,\@},},og;
-s,\@{,{,og;
+s,\@\{,{,og;
 }
 }
 
 
 sub sub_refs {
-die "line $. of file: cannot have multiple refs on one line" if 
(/\@[px]*ref{(.*)}(.*)\@[px]*ref{(.*)}/);
+die "line $. of file: cannot have multiple refs on one line" if 
(/\@[px]*ref\{(.*)}(.*)\@[px]*ref\{(.*)}/);
 # anchors
-s|\@anch

commit gri for openSUSE:Factory

2017-06-27 Thread root
Hello community,

here is the log from the commit of package gri for openSUSE:Factory checked in 
at 2017-06-27 10:21:31

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


Package is "gri"

Tue Jun 27 10:21:31 2017 rev:14 rq:506249 version:2.12.23

Changes:

--- /work/SRC/openSUSE:Factory/gri/gri.changes  2016-03-17 16:47:25.0 
+0100
+++ /work/SRC/openSUSE:Factory/.gri.new/gri.changes 2017-06-27 
10:21:45.935012272 +0200
@@ -0,0 +1,9 @@
+
+---
+Mon Jun 26 09:44:40 UTC 2017 - badshah...@gmail.com
+
+- Add gri-invalid-char-to-pointer.patch: Fix a char to char*
+  conversion by replacing '\0' with NULL.
+- Cleanup spec file by removing conditionals for outdated openSUSE
+  versions, running spec-cleaner.
+

New:

  gri-invalid-char-to-pointer.patch



Other differences:
--
++ gri.spec ++
--- /var/tmp/diff_new_pack.yf2bVT/_old  2017-06-27 10:21:46.918873218 +0200
+++ /var/tmp/diff_new_pack.yf2bVT/_new  2017-06-27 10:21:46.918873218 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gri
 #
-# Copyright (c) 2016 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
@@ -28,19 +28,17 @@
 Patch1: gri-texinfo-5.0.patch
 # PATCH-FIX-UPSTREAM https://github.com/dankelley/gri/pull/10
 Patch2: reproducible.patch
+# PATCH-FIX-UPSTREAM gri-invalid-char-to-pointer.patch badshah...@gmail.com -- 
Fix a char to char* conversion by replacing '\0' with NULL
+Patch3: gri-invalid-char-to-pointer.patch
 BuildRequires:  ImageMagick
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  readline-devel
 BuildRequires:  texinfo
-%if %suse_version <= 1220
-BuildRequires:  texlive
-%else
 BuildRequires:  texlive-dvips
-%endif
 BuildRequires:  perl(Time::CTime)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires(post): /sbin/install-info
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Gri is a language for scientific graphics programming.  It is a
@@ -63,24 +61,19 @@
 %patch0
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 %configure
-%__make
+# Parallel make does not work
+make
 
 %install
-%if 0%{sles_version}
-%makeinstall DESTDIR=%{buildroot}
-%else
 %make_install DESTDIR=%{buildroot}
-%endif
 # drop timestamp from texinfo
 sed -i "s///" 
%{buildroot}%{_datadir}/%{name}/doc/html/index.html
 %fdupes %{buildroot}%{_datadir}/%{name}/
 
-%clean
-%{?buildroot:rm -rf %{buildroot}}
-
 %post
 /sbin/install-info %{_infodir}/gri.info %{_infodir}/dir
 

++ gri-invalid-char-to-pointer.patch ++
Index: gri-2.12.23/src/query.cc
===
--- gri-2.12.23.orig/src/query.cc
+++ gri-2.12.23/src/query.cc
@@ -56,7 +56,7 @@ queryCmd()
if (!find_hint_and_def(hint, def)) {
return false;
}
-   def_word[0] = '\0';
+   def_word[0] = NULL;
chop_into_words(def, def_word, &def_words, NCHAR);
// Strip off double-quotes form list of defaults
for (unsigned int i = 0; i < def_words; i++) {



commit gri for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package gri for openSUSE:Factory checked in 
at 2016-03-17 16:33:49

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


Package is "gri"

Changes:

--- /work/SRC/openSUSE:Factory/gri/gri.changes  2015-02-27 10:59:42.0 
+0100
+++ /work/SRC/openSUSE:Factory/.gri.new/gri.changes 2016-03-17 
16:47:25.0 +0100
@@ -1,0 +2,10 @@
+Wed Mar  9 05:17:40 UTC 2016 - bwiedem...@suse.com
+
+- Drop timestamp from texinfo to fix build-compare
+
+---
+Tue Mar  8 18:50:41 UTC 2016 - bwiedem...@suse.com
+
+- Add reproducible.patch to fix build-compare
+
+---

New:

  reproducible.patch



Other differences:
--
++ gri.spec ++
--- /var/tmp/diff_new_pack.f3gVoc/_old  2016-03-17 16:47:26.0 +0100
+++ /var/tmp/diff_new_pack.f3gVoc/_new  2016-03-17 16:47:26.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gri
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -26,6 +26,8 @@
 Source: %{name}-%{version}.tar.bz2
 Patch0: gfi-2.2.23-perl.patch
 Patch1: gri-texinfo-5.0.patch
+# PATCH-FIX-UPSTREAM https://github.com/dankelley/gri/pull/10
+Patch2: reproducible.patch
 BuildRequires:  ImageMagick
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -60,6 +62,7 @@
 %setup -q
 %patch0
 %patch1 -p1
+%patch2 -p1
 
 %build
 %configure
@@ -71,6 +74,8 @@
 %else
 %make_install DESTDIR=%{buildroot}
 %endif
+# drop timestamp from texinfo
+sed -i "s///" 
%{buildroot}%{_datadir}/%{name}/doc/html/index.html
 %fdupes %{buildroot}%{_datadir}/%{name}/
 
 %clean

++ reproducible.patch ++
--- gri-2.12.23/doc/examples/Makefile.in.orig   2011-07-06 14:09:14.0 
+
+++ gri-2.12.23/doc/examples/Makefile.in2016-03-08 18:48:39.552917451 
+
@@ -377,9 +377,9 @@
cp $< $@
chmod +w $@
 %.png : %.ps
-   -convert $< $@
+   -convert -strip $< $@
 %-tiny.png : %.png
-   -convert -geometry 90x999 $< $@
+   -convert -strip -geometry 90x999 $< $@
 %.pdf : %.ps
convert $< $@ 
 #  ps2pdf $< $@



commit gri for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package gri for openSUSE:Factory checked in 
at 2015-02-27 10:59:32

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


Package is "gri"

Changes:

--- /work/SRC/openSUSE:Factory/gri/gri.changes  2012-08-04 09:12:52.0 
+0200
+++ /work/SRC/openSUSE:Factory/.gri.new/gri.changes 2015-02-27 
10:59:42.0 +0100
@@ -1,0 +2,5 @@
+Tue Feb 24 18:58:37 UTC 2015 - dims...@opensuse.org
+
+- Add gri-texinfo-5.0.patch: Fix build with texinfo 5.0.
+
+---

New:

  gri-texinfo-5.0.patch



Other differences:
--
++ gri.spec ++
--- /var/tmp/diff_new_pack.drZGwD/_old  2015-02-27 10:59:44.0 +0100
+++ /var/tmp/diff_new_pack.drZGwD/_new  2015-02-27 10:59:44.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gri
 #
-# Copyright (c) 2012 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
@@ -25,6 +25,7 @@
 Url:http://gri.sourceforge.net
 Source: %{name}-%{version}.tar.bz2
 Patch0: gfi-2.2.23-perl.patch
+Patch1: gri-texinfo-5.0.patch
 BuildRequires:  ImageMagick
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -58,6 +59,7 @@
 %prep
 %setup -q
 %patch0
+%patch1 -p1
 
 %build
 %configure

++ gri-texinfo-5.0.patch ++
Index: gri-2.12.23/doc/gri.texi
===
--- gri-2.12.23.orig/doc/gri.texi
+++ gri-2.12.23/doc/gri.texi
@@ -18486,7 +18486,7 @@ Versions exist for MSDOS, windows, and L
 (Actually, the windows version is just the MSDOS version, which can be
 run inside an msdos window within windows-95, windows-NT, etc.)
 
-@subsubsection MSDOS Operating System
+@subsection MSDOS Operating System
 @cindex compilation under MSDOS
 @cindex MSDOS compilation
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gri for openSUSE:Factory

2012-08-04 Thread h_root
Hello community,

here is the log from the commit of package gri for openSUSE:Factory checked in 
at 2012-08-04 09:12:51

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


Package is "gri", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/gri/gri.changes  2012-06-18 10:04:48.0 
+0200
+++ /work/SRC/openSUSE:Factory/.gri.new/gri.changes 2012-08-04 
09:12:52.0 +0200
@@ -1,0 +2,5 @@
+Tue Jul 10 09:50:56 UTC 2012 - wer...@suse.de
+
+- Make it build with latest TeXLive 2012 with new package layout 
+
+---



Other differences:
--
++ gri.spec ++
--- /var/tmp/diff_new_pack.NLT5r6/_old  2012-08-04 09:12:54.0 +0200
+++ /var/tmp/diff_new_pack.NLT5r6/_new  2012-08-04 09:12:54.0 +0200
@@ -30,7 +30,11 @@
 BuildRequires:  gcc-c++
 BuildRequires:  readline-devel
 BuildRequires:  texinfo
+%if %suse_version <= 1220
 BuildRequires:  texlive
+%else
+BuildRequires:  texlive-dvips
+%endif
 BuildRequires:  perl(Time::CTime)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires(post): /sbin/install-info

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



commit gri for openSUSE:Factory

2012-06-18 Thread h_root
Hello community,

here is the log from the commit of package gri for openSUSE:Factory checked in 
at 2012-06-18 10:04:46

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


Package is "gri", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/gri/gri.changes  2012-03-07 20:09:20.0 
+0100
+++ /work/SRC/openSUSE:Factory/.gri.new/gri.changes 2012-06-18 
10:04:48.0 +0200
@@ -1,0 +2,7 @@
+Sat Jun 16 10:37:19 UTC 2012 - andreas.stie...@gmx.de
+
+- add explicit build requirement for perl(Time::CTime)
+- fix doc/texinfo2HTML perl script: ctime and getopts
+- fix warning about touched buildroot in %build section
+
+---

New:

  gfi-2.2.23-perl.patch



Other differences:
--
++ gri.spec ++
--- /var/tmp/diff_new_pack.o3Qmap/_old  2012-06-18 10:04:49.0 +0200
+++ /var/tmp/diff_new_pack.o3Qmap/_new  2012-06-18 10:04:49.0 +0200
@@ -24,12 +24,14 @@
 Group:  Productivity/Scientific/Other
 Url:http://gri.sourceforge.net
 Source: %{name}-%{version}.tar.bz2
+Patch0: gfi-2.2.23-perl.patch
 BuildRequires:  ImageMagick
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  readline-devel
 BuildRequires:  texinfo
 BuildRequires:  texlive
+BuildRequires:  perl(Time::CTime)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires(post): /sbin/install-info
 
@@ -51,10 +53,11 @@
 
 %prep
 %setup -q
+%patch0
 
 %build
 %configure
-make %{?_smp_mflags} DESTDIR=%{buildroot} 
libdir=%{buildroot}%{_datadir}/%{name}
+%__make
 
 %install
 %if 0%{sles_version}

++ gfi-2.2.23-perl.patch ++
Index: doc/texinfo2HTML
===
--- doc/texinfo2HTML.orig   2009-12-12 18:11:23.0 +
+++ doc/texinfo2HTML2012-06-16 11:22:04.0 +0100
@@ -54,12 +54,12 @@ BUGS:
the end is here} and more blah
will not get the \@code{} item converted correctly.
 ";
-require "ctime.pl";
-require "getopts.pl";
+use Time::CTime;
+use Getopt::Std;
 
 $debug = 0;
 
-die if !&Getopts('h');
+die if !&getopts('h');
 $print_help = 0;
 $print_help = $opt_h if $opt_h;
 if ($print_help) {
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gri for openSUSE:Factory

2012-03-07 Thread h_root
Hello community,

here is the log from the commit of package gri for openSUSE:Factory checked in 
at 2012-03-07 20:09:18

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


Package is "gri", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/gri/gri.changes  2011-09-23 02:01:59.0 
+0200
+++ /work/SRC/openSUSE:Factory/.gri.new/gri.changes 2012-03-07 
20:09:20.0 +0100
@@ -1,0 +2,5 @@
+Sun Feb 26 10:08:27 UTC 2012 - sco...@free.fr
+
+- fix build for SLE-11 
+
+---



Other differences:
--
++ gri.spec ++
--- /var/tmp/diff_new_pack.PMwaNc/_old  2012-03-07 20:09:21.0 +0100
+++ /var/tmp/diff_new_pack.PMwaNc/_new  2012-03-07 20:09:21.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gri
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -16,17 +16,16 @@
 #
 
 
-
 Name:   gri
 Version:2.12.23
-Release:1
-License:GPL-3.0+
+Release:0
 Summary:A language for scientific illustration
-Url:http://gri.sourceforge.net
+License:GPL-3.0+
 Group:  Productivity/Scientific/Other
+Url:http://gri.sourceforge.net
 Source: %{name}-%{version}.tar.bz2
-BuildRequires:  fdupes
 BuildRequires:  ImageMagick
+BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  readline-devel
 BuildRequires:  texinfo
@@ -58,7 +57,11 @@
 make %{?_smp_mflags} DESTDIR=%{buildroot} 
libdir=%{buildroot}%{_datadir}/%{name}
 
 %install
+%if 0%{sles_version}
+%makeinstall DESTDIR=%{buildroot}
+%else
 %make_install DESTDIR=%{buildroot}
+%endif
 %fdupes %{buildroot}%{_datadir}/%{name}/
 
 %clean

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



commit gri for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

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

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


Package is "gri", Maintainer is ""

Changes:




Other differences:
--
++ gri.spec ++
--- /var/tmp/diff_new_pack.BLaQpC/_old  2011-12-06 18:24:58.0 +0100
+++ /var/tmp/diff_new_pack.BLaQpC/_new  2011-12-06 18:24:58.0 +0100
@@ -20,7 +20,7 @@
 Name:   gri
 Version:2.12.23
 Release:1
-License:GPLv3+
+License:GPL-3.0+
 Summary:A language for scientific illustration
 Url:http://gri.sourceforge.net
 Group:  Productivity/Scientific/Other

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



commit gri for openSUSE:Factory

2011-08-23 Thread h_root

Hello community,

here is the log from the commit of package gri for openSUSE:Factory
checked in at Tue Aug 23 10:59:07 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/gri/gri.changes2011-08-20 
15:20:35.0 +0200
@@ -0,0 +1,5 @@
+---
+Fri Aug 19 22:00:47 UTC 2011 - badshah...@gmail.com
+
+- Initial package (version 2.12.23)
+

calling whatdependson for head-i586


New:

  gri-2.12.23.tar.bz2
  gri.changes
  gri.spec



Other differences:
--
++ gri.spec ++
#
# spec file for package gri
#
# 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
# 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/
#



Name:   gri
Version:2.12.23
Release:1
License:GPLv3+
Summary:A language for scientific illustration
Url:http://gri.sourceforge.net
Group:  Productivity/Scientific/Other
Source: %{name}-%{version}.tar.bz2
BuildRequires:  fdupes
BuildRequires:  ImageMagick
BuildRequires:  gcc-c++
BuildRequires:  readline-devel
BuildRequires:  texinfo
BuildRequires:  texlive
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Requires(post): /sbin/install-info

%description
Gri is a language for scientific graphics programming.  It is a
command-driven application, as opposed to a click/point application.
It is analogous to latex, and shares the property that extensive power
is the reward for tolerating a modest learning curve.  Gri output is
in industry-standard PostScript, suitable for incorporation in
documents prepared by various text processors.

Gri can make x-y graphs, contour-graphs, and image graphs.  In
addition to high-level capabilities, it has enough low-level
capabilities to allow users to achieve a high degree of customization.
Precise control is extended to all aspects of drawing, including
line-widths, colors, and fonts.  Text includes a subset of the tex
language, so that it is easy to incorporate Greek letters and
mathematical symbols in labels.

%prep
%setup -q

%build
%configure
make %{?_smp_mflags} DESTDIR=%{buildroot} libdir=%{buildroot}%{_datadir}/%{name}

%install
%make_install DESTDIR=%{buildroot}
%fdupes %{buildroot}%{_datadir}/%{name}/

%clean
%{?buildroot:rm -rf %{buildroot}}

%post
/sbin/install-info %{_infodir}/gri.info %{_infodir}/dir

%postun
/sbin/install-info --delete %{_infodir}/gri.info %{_infodir}/dir

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog README COPYING NEWS
%{_bindir}/gri
%{_bindir}/gri_merge
%{_bindir}/gri_unpage
%{_datadir}/%{name}/
%{_datadir}/emacs/site-lisp/gri-mode.el
%{_infodir}/gri.info*
%{_mandir}/man1/gri*

%changelog





Remember to have fun...

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