]> git.pld-linux.org Git - packages/liblangtag.git/commitdiff
- updated to 0.6.7 master auto/th/liblangtag-0.6.7-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 10 Dec 2023 07:30:09 +0000 (08:30 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 10 Dec 2023 07:30:09 +0000 (08:30 +0100)
liblangtag-sh.patch [deleted file]
liblangtag.spec

diff --git a/liblangtag-sh.patch b/liblangtag-sh.patch
deleted file mode 100644 (file)
index 4d5766f..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
---- liblangtag-0.6.5/configure.ac.orig 2023-11-24 12:26:58.000000000 +0100
-+++ liblangtag-0.6.5/configure.ac      2023-11-25 17:50:51.233768270 +0100
-@@ -29,17 +29,17 @@ AC_PROG_CC_STDC
- AX_IS_RELEASE([git-directory])
- AX_COMPILER_FLAGS()
--warn=()
-+warn=""
- for w in $WARN_CFLAGS; do
-       case $w in
-       -Wdeclaration-after-statement)
-               ;;
-       *)
--              warn+=($w)
-+              warn="$warn $w"
-               ;;
-       esac
- done
--WARN_CFLAGS="${warn[[@]]}"
-+WARN_CFLAGS="$warn"
- LT_PREREQ([2.2])
- LT_INIT([disable-static win32-dll])
index 4fe78554af2cc64a010e9239c8e9a6eb0737ab71..8adf6d82cf637ae4a8ababcce4ae07111d7be663 100644 (file)
@@ -7,14 +7,13 @@
 Summary:       An interface library to access tags for identifying languages
 Summary(pl.UTF-8):     Biblioteka interfejsu dostępu do znaczników identyfikujących języki
 Name:          liblangtag
-Version:       0.6.5
+Version:       0.6.7
 Release:       1
 License:       LGPL v3+
 Group:         Libraries
 Source0:       https://bitbucket.org/tagoh/liblangtag/downloads/%{name}-%{version}.tar.bz2
-# Source0-md5: b96d5918f163045a43aa97719af1c2e2
-Patch0:                %{name}-sh.patch
-URL:           http://tagoh.bitbucket.org/liblangtag/
+# Source0-md5: 5876517621f06944d9abda15508b8183
+URL:           https://bitbucket.org/tagoh/liblangtag/
 BuildRequires: autoconf >= 2.62
 BuildRequires: automake >= 1:1.11
 %{?with_tests:BuildRequires:   check-devel >= 0.9.4}
@@ -145,7 +144,6 @@ Dokumentacja API biblioteki liblangtag.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %{__libtoolize}
This page took 0.264488 seconds and 4 git commands to generate.