libunistring: Update to 1.2

patch refresh
This commit is contained in:
Christoph Reiter 2024-04-24 07:44:22 +02:00
parent a4fce49c0d
commit fbdb8728de
2 changed files with 16 additions and 14 deletions

View File

@ -1,10 +1,11 @@
# Maintainer: Alexey Pavlov <alexpux@gmail.com> # Maintainer: Alexey Pavlov <alexpux@gmail.com>
pkgname=('libunistring' 'libunistring-devel') pkgname=('libunistring' 'libunistring-devel')
pkgver=1.1 pkgver=1.2
pkgrel=2 pkgrel=1
pkgdesc="Library for manipulating Unicode strings and C strings." pkgdesc="Library for manipulating Unicode strings and C strings."
url="https://www.gnu.org/software/libunistring/" url="https://www.gnu.org/software/libunistring/"
msys2_repository_url="https://git.savannah.gnu.org/gitweb/?p=libunistring.git"
msys2_references=( msys2_references=(
"cpe: cpe:/a:gnu:libunistring" "cpe: cpe:/a:gnu:libunistring"
) )
@ -14,9 +15,9 @@ depends=('libiconv')
makedepends=('libiconv-devel' 'autotools' 'gcc') makedepends=('libiconv-devel' 'autotools' 'gcc')
source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig} source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
libunistring-0.9.3-2.src.patch) libunistring-0.9.3-2.src.patch)
sha256sums=('827c1eb9cb6e7c738b171745dac0888aa58c5924df2e59239318383de0729b98' sha256sums=('632bd65ed74a881ca8a0309a1001c428bd1cbd5cd7ddbf8cedcd2e65f4dcdc44'
'SKIP' 'SKIP'
'a30d2733981e001e60992d188f145831cd1578bf3cd44bcfe46feaba415abd2b') 'e30aff2bd1b6b31977308a531fb445a8550295666d7eae60ee65f0ebd70280c8')
validpgpkeys=('462225C3B46F34879FC8496CD605848ED7E69871' # Daiki Ueno <ueno@unixuser.org> validpgpkeys=('462225C3B46F34879FC8496CD605848ED7E69871' # Daiki Ueno <ueno@unixuser.org>
'9001B85AF9E1B83DF1BDA942F5BE8B267C6A406D') # Bruno Haible (Open Source Development) <bruno@clisp.org> '9001B85AF9E1B83DF1BDA942F5BE8B267C6A406D') # Bruno Haible (Open Source Development) <bruno@clisp.org>

View File

@ -1,23 +1,24 @@
--- libunistring-0.9.3/configure.ac 2010-03-29 04:35:26.000000000 +0200 --- libunistring-1.2/configure.ac.orig 2024-04-24 07:44:34.887042000 +0200
+++ libunistring-0.9.3/configure.ac 2011-10-07 17:42:13.943985300 +0200 +++ libunistring-1.2/configure.ac 2024-04-24 07:46:09.763534800 +0200
@@ -61,7 +61,7 @@ LT_LANG([Windows Resource]) @@ -64,7 +64,7 @@
dnl On mingw and Cygwin, we can activate special Makefile rules which add dnl On native Windows and Cygwin, we can activate special Makefile rules which
dnl version information to the shared libraries and executables. dnl add version information to the shared libraries and executables.
case "$host_os" in case "$host_os" in
- mingw* | cygwin*) is_woe32=yes ;; - mingw* | windows* | cygwin*) is_woe32=yes ;;
+ mingw*) is_woe32=yes ;; + mingw* | windows*) is_woe32=yes ;;
*) is_woe32=no ;; *) is_woe32=no ;;
esac esac
AM_CONDITIONAL([WOE32], [test $is_woe32 = yes]) AM_CONDITIONAL([WOE32], [test $is_woe32 = yes])
@@ -79,7 +79,7 @@ dnl must arrange to define the auxili @@ -83,7 +83,7 @@
dnl exported variables _also_ in the static library. dnl exported variables _also_ in the static library.
if test "$enable_shared" = yes; then if test "$enable_shared" = yes; then
case "$host_os" in case "$host_os" in
- mingw* | cygwin*) is_woe32dll=yes ;; - mingw* | windows* | cygwin*) is_woe32dll=yes ;;
+ mingw*) is_woe32dll=yes ;; + mingw* | windows*) is_woe32dll=yes ;;
*) is_woe32dll=no ;; *) is_woe32dll=no ;;
esac esac
else else
--- libunistring-1.0/m4/woe32-dll.m4.orig 2022-05-13 23:14:12.117697400 +0200 --- libunistring-1.0/m4/woe32-dll.m4.orig 2022-05-13 23:14:12.117697400 +0200
+++ libunistring-1.0/m4/woe32-dll.m4 2022-05-13 23:14:53.500794800 +0200 +++ libunistring-1.0/m4/woe32-dll.m4 2022-05-13 23:14:53.500794800 +0200
@@ -30,7 +30,7 @@ @@ -30,7 +30,7 @@