]> git.pld-linux.org Git - packages/gawk.git/commitdiff
up to 5.2.0 auto/th/gawk-5.2.0-1
authorJan Palus <atler@pld-linux.org>
Mon, 5 Sep 2022 09:36:28 +0000 (11:36 +0200)
committerJan Palus <atler@pld-linux.org>
Mon, 5 Sep 2022 09:36:28 +0000 (11:36 +0200)
gawk.spec
no-pty-test.patch

index bc24cad20e3a8b3e454c76342344c99f5dd80f17..f75d967f56bbed3fe42994bab57e78fc1a460543 100644 (file)
--- a/gawk.spec
+++ b/gawk.spec
@@ -13,12 +13,12 @@ Summary(ru.UTF-8):  GNU версия утилиты обработки текст
 Summary(tr.UTF-8):     GNU araçları metin düzenleyici
 Summary(uk.UTF-8):     GNU версія утиліти обробки текстів awk
 Name:          gawk
-Version:       5.1.1
+Version:       5.2.0
 Release:       1
 License:       GPL v3+
 Group:         Applications/Text
 Source0:       http://ftp.gnu.org/gnu/gawk/%{name}-%{version}.tar.lz
-# Source0-md5: 514c2066c7abce93b8c3476b5eaac237
+# Source0-md5: 9170f814d13ae29ec3c41598418ef030
 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
@@ -26,6 +26,7 @@ Patch1:               %{name}-shutup.patch
 Patch2:                no-pty-test.patch
 URL:           http://www.gnu.org/software/gawk/
 BuildRequires: autoconf >= 2.71
+BuildRequires: autoconf-archive
 BuildRequires: automake >= 1:1.16
 BuildRequires: gettext-tools >= 0.20.2
 BuildRequires: gmp-devel
@@ -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,7 @@ rm -rf $RPM_BUILD_ROOT
 %lang(ja) %{_mandir}/ja/man1/gawk.1*
 %lang(pl) %{_mandir}/pl/man1/gawk.1*
 %{_infodir}/gawk*.info*
+%{_infodir}/pm-gawk.info*
 
 %files devel
 %defattr(644,root,root,755)
index ae2fee58f9957106dff10674db2f08b8fb2d4b78..cbf33341bb06c939e4dbf15ae1711f7961d22830 100644 (file)
        rand-mpfr.ok \
        rand.awk \
        rand.ok \
-@@ -1342,7 +1338,7 @@
-       printfbad1 printfbad2 printfbad3 printfbad4 printhuge procinfs \
-       profile0 profile1 profile2 profile3 profile4 profile5 profile6 \
-       profile7 profile8 profile9 profile10 profile11 profile12 profile13 \
--      profile14 profile15 profile16 pty1 pty2 rebuf regexsub regnul1 regnul2 \
-+      profile14 profile15 profile16 rebuf regexsub regnul1 regnul2 \
-       regx8bit reginttrad reint reint2 rsgetline rsglstdin rsstart1 \
-       rsstart2 rsstart3 rstest6 sandbox1 shadow shadowbuiltin sortfor \
-       sortfor2 sortu sourcesplit split_after_fpat splitarg4 strftfld \
+@@ -1498,8 +1498,8 @@
+       octdec patsplit posix printfbad1 printfbad2 printfbad3 printfbad4 \
+       printhuge procinfs profile0 profile1 profile2 profile3 profile4 \
+       profile5 profile6 profile7 profile8 profile9 profile10 profile11 \
+-      profile12 profile13 profile14 profile15 profile16 profile17 pty1 \
+-      pty2 rebuf regexsub reginttrad regnul1 regnul2 regx8bit reint \
++      profile12 profile13 profile14 profile15 profile16 profile17 \
++      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.106885 seconds and 4 git commands to generate.