commit 52b96691582b66ea13264de64e3c42eebc0e9e44
Author: Jakub Bogusz <[email protected]>
Date:   Sun Dec 10 08:30:09 2023 +0100

    - updated to 0.6.7

 liblangtag-sh.patch | 23 -----------------------
 liblangtag.spec     |  8 +++-----
 2 files changed, 3 insertions(+), 28 deletions(-)
---
diff --git a/liblangtag.spec b/liblangtag.spec
index 4fe7855..8adf6d8 100644
--- a/liblangtag.spec
+++ b/liblangtag.spec
@@ -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}
diff --git a/liblangtag-sh.patch b/liblangtag-sh.patch
deleted file mode 100644
index 4d5766f..0000000
--- a/liblangtag-sh.patch
+++ /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])
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/liblangtag.git/commitdiff/52b96691582b66ea13264de64e3c42eebc0e9e44

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to