]> git.pld-linux.org Git - packages/whois.git/commitdiff
- updated to 5.5.22 master auto/th/whois-5.5.22-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 7 Apr 2024 18:30:37 +0000 (20:30 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 7 Apr 2024 18:30:37 +0000 (20:30 +0200)
whois-gcc.patch [deleted file]
whois.spec

diff --git a/whois-gcc.patch b/whois-gcc.patch
deleted file mode 100644 (file)
index 728db2e..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-Extended malloc attributes are available since gcc 11.
---- whois/utils.h.orig 2023-10-08 22:58:33.000000000 +0200
-+++ whois/utils.h      2023-10-21 17:56:23.225691505 +0200
-@@ -17,7 +17,11 @@
- /* Portability macros */
- #ifdef __GNUC__
- # define NORETURN __attribute__((noreturn))
-+#  if __GNUC__ >= 11
- # define MALLOC_FREE __attribute__((malloc(free)))
-+#  else
-+#   define MALLOC_FREE
-+#  endif
- # define NONNULL __attribute__((returns_nonnull))
- #else
- # define NORETURN
index 8629f195628ad7f4fdc5e5978d5247f4c2cab6aa..79fb520df766a62a0ab89ea56503b6e20cd31664 100644 (file)
@@ -3,16 +3,15 @@ Summary(pl.UTF-8):    Rozszerzony klient WHOIS
 Summary(ru.UTF-8):     Улучшенный клиент WHOIS
 Summary(uk.UTF-8):     Покращений клієнт WHOIS
 Name:          whois
-Version:       5.5.19
+Version:       5.5.22
 Release:       1
 License:       GPL v1+
 Group:         Networking/Utilities
 Source0:       http://ftp.debian.org/debian/pool/main/w/whois/%{name}_%{version}.tar.xz
-# Source0-md5: e719aef49e4ca3ff959fe4e18c3dd4a2
+# Source0-md5: 181d830358a9942dd4ad9cd82d1b1c29
 Patch0:                %{name}-idn.patch
 Patch1:                %{name}-config.patch
 Patch2:                %{name}-mkpwdhash.patch
-Patch3:                %{name}-gcc.patch
 URL:           https://github.com/rfc1036/whois
 BuildRequires: gettext-tools
 BuildRequires: libidn2-devel >= 2.0.3
@@ -48,11 +47,10 @@ większosci zapytań.
 вибирати правильний whois сервер в залежності від запиту.
 
 %prep
-%setup -q -n %{name}
+%setup -q
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
 
 # Makefile vs po/Makefile mismatch
 echo 'install-pos: install' >> po/Makefile
This page took 0.067804 seconds and 4 git commands to generate.