From 0c110d55163a6a466bb295c439a39ae64465d66b880b4700f6f378882f27d2a0 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 4 May 2023 17:03:02 +0000 Subject: [PATCH] - update to 0.16.1.1: * updated POTFILES OBS-URL: https://build.opensuse.org/package/show/network/elinks?expand=0&rev=20 --- elinks-0.16.1.1.tar.xz | 3 +++ elinks-0.16.1.tar.xz | 3 --- elinks.changes | 6 ++++++ elinks.spec | 22 ++++++++++++---------- 4 files changed, 21 insertions(+), 13 deletions(-) create mode 100644 elinks-0.16.1.1.tar.xz delete mode 100644 elinks-0.16.1.tar.xz diff --git a/elinks-0.16.1.1.tar.xz b/elinks-0.16.1.1.tar.xz new file mode 100644 index 0000000..2840c33 --- /dev/null +++ b/elinks-0.16.1.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:303c6f830b98658dcb813b68432ecde27d3857ccf1e765109fb6b0edb89f5095 +size 2037292 diff --git a/elinks-0.16.1.tar.xz b/elinks-0.16.1.tar.xz deleted file mode 100644 index 2c9832f..0000000 --- a/elinks-0.16.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:825f65819d39c4890f81b5bb6f3a4197542e58908d40a5c52ff8d5ecf5bf8fae -size 2037112 diff --git a/elinks.changes b/elinks.changes index cee0a31..821e3e2 100644 --- a/elinks.changes +++ b/elinks.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu May 4 17:00:50 UTC 2023 - Dirk Müller + +- update to 0.16.1.1: + * updated POTFILES + ------------------------------------------------------------------- Mon May 1 03:49:11 UTC 2023 - Muhammad Akbar Yanuar Mantari diff --git a/elinks.spec b/elinks.spec index d505351..098047d 100644 --- a/elinks.spec +++ b/elinks.spec @@ -14,6 +14,8 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + + %if 0%{?suse_version} > 1500 %bcond_without js %else @@ -21,36 +23,36 @@ %endif Name: elinks -Version: 0.16.1 +Version: 0.16.1.1 Release: 0 Summary: An advanced and well-established feature-rich text mode web browser License: GPL-2.0-or-later Group: Productivity/Networking/Web/Browsers URL: http://elinks.or.cz/ -Source0: https://github.com/rkd77/elinks/archive/refs/tags/%{name}-%{version}.tar.xz +Source0: https://github.com/rkd77/elinks/releases/download/v%{version}/elinks-%{version}.tar.xz Patch0: 0006-elinks-0.16.0-libidn2.patch -BuildRequires: gpm-devel BuildRequires: gcc-c++ +BuildRequires: gpm-devel %if %{with js} -BuildRequires: pkgconfig(mujs) -BuildRequires: pkgconfig(libxml++-5.0) -BuildRequires: pkgconfig(sqlite3) -BuildRequires: pkgconfig(libcurl) BuildRequires: pkgconfig(libcss) +BuildRequires: pkgconfig(libcurl) +BuildRequires: pkgconfig(libxml++-5.0) +BuildRequires: pkgconfig(mujs) +BuildRequires: pkgconfig(sqlite3) %endif +BuildRequires: autoconf +BuildRequires: automake BuildRequires: krb5-devel BuildRequires: libbz2-devel BuildRequires: libexpat-devel BuildRequires: libidn2-devel -BuildRequires: pkgconfig(luajit) -BuildRequires: autoconf -BuildRequires: automake BuildRequires: libtool BuildRequires: openssl-devel BuildRequires: pkg-config BuildRequires: ruby-devel BuildRequires: tre-devel BuildRequires: zlib-devel +BuildRequires: pkgconfig(luajit) Provides: web_browser BuildRoot: %{_tmppath}/%{name}-%{version}-build %perl_requires