gnunet-rpm

GNUnet RPM package rules
Log | Files | Refs | README

commit fa3d13bf841524371c6799f58c6452df29265c93
parent ef08e475bab43bdbc44aec9bbea8f2401bce091a
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Wed, 27 Sep 2023 11:47:26 +0200

bump version

Diffstat:
Mrpmbuild/SPECS/gnunet.spec | 15+++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/rpmbuild/SPECS/gnunet.spec b/rpmbuild/SPECS/gnunet.spec @@ -2,8 +2,8 @@ %global gnunethome %{_sharedstatedir}/%{name} Name: gnunet -Version: 0.19.4 -Release: 6%{?dist} +Version: 0.20.0 +Release: 1%{?dist} Summary: Framework for secure peer-to-peer networking License: AGPL-3.0-or-later Group: Productivity/Networking/File-Sharing @@ -12,7 +12,7 @@ URL: https://%{name}.org Source0: https://ftpmirror.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz Source1: https://ftpmirror.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz.sig Source2: https://www.gnunet.org/~schanzen/schanzen.asc -%global SHA512SUM0 c994269e009c6a97860e1903e87ab08b6f79a8f5bb7c27261020e90d162f81d908fe42173969331f3cada2086df8a719caa62c46342d59d46a2b2dd2fb71efa1 +%global SHA512SUM0 bd06ac77d9812569acbc51b79ac6c1259eb0cfa9b44e8ef167723880bc9c1e142589014ad7edd54695a2ac35f2aa0d78ef23b052354d06a01751cc201153a9df BuildRequires: libtool BuildRequires: libtool-ltdl BuildRequires: libtool-ltdl-devel @@ -82,7 +82,7 @@ The GNUnet base libraries development files. %package doc Requires: %{name}%{?_isa} = %{version}-%{release} -BuildRequires: python3-sphinx python-sphinx_rtd_theme mandoc doxygen texinfo +BuildRequires: mandoc doxygen texinfo BuildArchitectures: noarch Summary: The GNUnet documentation %description doc @@ -852,8 +852,8 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/gnunet-uri.desktop %{_libdir}/pkgconfig/gnunetscalarproduct.pc %files -n libgnunetpq -%{_libdir}/libgnunetpq.so.3 -%{_libdir}/libgnunetpq.so.3.0.0 +%{_libdir}/libgnunetpq.so.4 +%{_libdir}/libgnunetpq.so.4.0.0 %files -n libgnunetpq-devel @@ -933,6 +933,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/gnunet-uri.desktop %changelog +* Wed Sep 27 2023 Martin Schanzenbach <schanzen@gnunet.org> - 0.20.0-1 +- New release + * Thu May 18 2023 Martin Schanzenbach <schanzen@gnunet.org> - 0.19.4-6 - Move gnunet_mhd_compat.h to libgnunet-devel.