]> git.pld-linux.org Git - packages/gawk.git/commitdiff
up to 5.3.0 master auto/th/gawk-5.3.0-1
authorJan Palus <atler@pld-linux.org>
Fri, 3 Nov 2023 23:59:11 +0000 (00:59 +0100)
committerJan Palus <atler@pld-linux.org>
Fri, 3 Nov 2023 23:59:11 +0000 (00:59 +0100)
gawk-info.patch
gawk-shutup.patch
gawk.spec
no-pty-test.patch

index fedb93384f8bf841296204f0fd8a14795c0c7fb9..753ede1c9853cf76db712f1805cf2155edb0a6a7 100644 (file)
@@ -16,7 +16,7 @@
 +* awk: (gawk)gawk.                    Text scanning and processing
  @end direntry
  
- @c Enable better indexing, requires texindex from Texinfo 6 or later.
+ @ifset FOR_PRINT
 @@ -437,7 +434,7 @@
  * Getting Started::                A basic introduction to using
                                     @command{awk}. How to run an @command{awk}
@@ -56,8 +56,8 @@
 --- gawk-4.2.0/doc/gawkinet.texi.orig  2017-12-07 17:43:05.506383316 +0100
 +++ gawk-4.2.0/doc/gawkinet.texi       2017-12-07 17:49:30.369712255 +0100
 @@ -5,9 +5,9 @@
- @c %**end of header (This is for running Texinfo on a region.)
- @c FIXME: web vs. Web
+ @c https://english.stackexchange.com/questions/120869/should-i-capitalize-the-word-web-in-this-sentence
+ @c We leave the many occurrences of web in this file as they are.
  
 -@dircategory Network applications
 +@dircategory Programming Languages:
@@ -66,7 +66,7 @@
 +* awkinet: (gawkinet).                        TCP/IP Internetworking With `gawk'
  @end direntry
  
- @c Enable better indexing, requires texindex from Texinfo 6 or later.
+ @iftex
 --- gawk-4.2.0/doc/gawkworkflow.texi.orig      2017-08-17 06:58:56.000000000 +0200
 +++ gawk-4.2.0/doc/gawkworkflow.texi   2017-12-07 20:35:57.092931555 +0100
 @@ -5,13 +5,9 @@
  @end direntry
  
  @c With early 2014 texinfo.tex, restore PDF links and colors
+--- gawk-5.2.0/doc/pm-gawk.texi.orig   2022-08-25 07:35:28.000000000 +0200
++++ gawk-5.2.0/doc/pm-gawk.texi        2022-09-05 20:26:36.701023264 +0200
+@@ -21,9 +21,9 @@ pm-@gwk{}
+ @setfilename pm-gawk.info
+ @settitle @value{TYTL}
+-@dircategory Text creation and manipulation
++@dircategory Programming Languages:
+ @direntry
+-* pm-gawk: (pm-gawk).    Persistent memory version of gawk.
++* pm-gawk: (pm-gawk).                 Persistent memory version of gawk
+ @end direntry
+ @fonttextsize 11
index d414495e6dceded0eaaf154d206138327d1960f6..096441feddec0eebf41f6c44a55c0ddb68587fa2 100644 (file)
@@ -8,4 +8,4 @@
 -                      warning(_("escape sequence `\\%c' treated as plain `%c'"), uc, uc);
                }
        }
-               return c;
+               buf[0] = c;
index 1571b92033d13bbdf3eb01940b1de0b908413af5..7ef5e2497cd50e0f0901d28c051a9f4857776a86 100644 (file)
--- a/gawk.spec
+++ b/gawk.spec
@@ -13,28 +13,28 @@ Summary(ru.UTF-8):  GNU версия утилиты обработки текст
 Summary(tr.UTF-8):     GNU araçları metin düzenleyici
 Summary(uk.UTF-8):     GNU версія утиліти обробки текстів awk
 Name:          gawk
-Version:       4.2.1
+Version:       5.3.0
 Release:       1
 License:       GPL v3+
 Group:         Applications/Text
-Source0:       http://ftp.gnu.org/gnu/gawk/%{name}-%{version}.tar.lz
-# Source0-md5: 4b1c1b18f40b5a4bc50e929480b06f89
+Source0:       https://ftp.gnu.org/gnu/gawk/%{name}-%{version}.tar.lz
+# Source0-md5: ceacc7e6192ad5f7f6984490c680797c
 Source1:       http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
 # Source1-md5: 80753d75be0f469f70e8c90e75121a9c
 Patch0:                %{name}-info.patch
 Patch1:                %{name}-shutup.patch
 Patch2:                no-pty-test.patch
 URL:           http://www.gnu.org/software/gawk/
-BuildRequires: autoconf >= 2.69
-BuildRequires: automake >= 1:1.15
-BuildRequires: gettext-tools >= 0.19.7
+BuildRequires: autoconf >= 2.71
+BuildRequires: autoconf-archive
+BuildRequires: automake >= 1:1.16
+BuildRequires: gettext-tools >= 0.20.2
 BuildRequires: gmp-devel
-BuildRequires: libsigsegv
 BuildRequires: lzip
 BuildRequires: mpfr-devel
 BuildRequires: readline-devel
 BuildRequires: tar >= 1:1.22
-BuildRequires: texinfo >= 4.3
+BuildRequires: texinfo >= 7.1
 Requires:      mktemp
 Requires:      sed
 Obsoletes:     gawk-doc
@@ -148,6 +148,7 @@ cd ..
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
@@ -177,6 +178,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS POSIX.STD README
 %attr(755,root,root) %{_bindir}/gawk
+%attr(755,root,root) %{_bindir}/gawkbug
 %dir %{_libdir}/gawk
 %attr(755,root,root) %{_libdir}/gawk/*.so
 %dir %{_libdir}/awk
@@ -189,6 +191,8 @@ rm -rf $RPM_BUILD_ROOT
 /etc/profile.d/gawk.csh
 /etc/profile.d/gawk.sh
 %{_mandir}/man1/gawk.1*
+%{_mandir}/man1/gawkbug.1*
+%{_mandir}/man1/pm-gawk.1*
 %{_mandir}/man3/filefuncs.3am*
 %{_mandir}/man3/fnmatch.3am*
 %{_mandir}/man3/fork.3am*
@@ -206,6 +210,9 @@ rm -rf $RPM_BUILD_ROOT
 %lang(ja) %{_mandir}/ja/man1/gawk.1*
 %lang(pl) %{_mandir}/pl/man1/gawk.1*
 %{_infodir}/gawk*.info*
+%{_infodir}/gawk*.jpg
+%{_infodir}/gawk*.png
+%{_infodir}/pm-gawk.info*
 
 %files devel
 %defattr(644,root,root,755)
index 9538ca7c858901af0e18e0defafef171a725e551..3626fd54487b8a58259f79365477407304b46cf2 100644 (file)
@@ -1,6 +1,6 @@
---- gawk-4.2.1/test/Makefile.am.orig   2018-07-27 22:17:12.474419365 +0200
-+++ gawk-4.2.1/test/Makefile.am        2018-07-27 22:17:55.137752212 +0200
-@@ -887,10 +887,6 @@
+--- gawk-5.0.0/test/Makefile.am.orig   2019-04-07 20:53:42.000000000 +0200
++++ gawk-5.0.0/test/Makefile.am        2019-04-12 21:10:26.219201910 +0200
+@@ -934,10 +934,6 @@
        prt1eval.ok \
        prtoeval.awk \
        prtoeval.ok \
        rand-mpfr.ok \
        rand.awk \
        rand.ok \
-@@ -1282,7 +1278,7 @@
-       nastyparm negtime next nondec nondec2 nonfatal1 nonfatal2 nonfatal3 \
-       patsplit posix printfbad1 printfbad2 printfbad3 printfbad4 printhuge \
-       procinfs profile0 profile1 profile2 profile3 profile4 profile5 profile6 \
--      profile7 profile8 profile9 profile10 pty1 pty2 \
-+      profile7 profile8 profile9 profile10 \
-       rebuf regnul1 regnul2 regx8bit reginttrad reint reint2 rsgetline rsglstdin \
-       rsstart1 rsstart2 rsstart3 rstest6 \
-       shadow shadowbuiltin sortfor sortfor2 sortu sourcesplit split_after_fpat \
+@@ -1558,8 +1558,8 @@
+       printfbad1 printfbad2 printfbad3 printfbad4 printhuge procinfs \
+       profile0 profile1 profile10 profile11 profile12 profile13 \
+       profile14 profile15 profile16 profile17 profile2 profile3 \
+-      profile4 profile5 profile6 profile7 profile8 profile9 pty1 \
+-      pty2 rebuf regexsub reginttrad regnul1 regnul2 regx8bit reint \
++      profile4 profile5 profile6 profile7 profile8 profile9 \
++      rebuf regexsub reginttrad regnul1 regnul2 regx8bit reint \
+       reint2 rsgetline rsglstdin rsstart1 rsstart2 rsstart3 rstest6 \
+       sandbox1 shadow shadowbuiltin sortfor sortfor2 sortu sourcesplit \
+       split_after_fpat splitarg4 strftfld strftime strtonum strtonum1 \
This page took 0.251703 seconds and 4 git commands to generate.