Merged update from upstream sources

This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/rasqal.git#b8b46100aac5bad272374b1681b9f1bae9abb9f5
This commit is contained in:
DistroBaker 2021-02-03 04:23:59 +00:00
parent d56e445a59
commit 4940c546a3
1 changed files with 5 additions and 1 deletions

View File

@ -1,12 +1,13 @@
Name: rasqal
Version: 0.9.33
Release: 15%{?dist}
Release: 16%{?dist}
Summary: RDF Query Library
License: LGPLv2+ or ASL 2.0
URL: http://librdf.org/rasqal/
Source: http://download.librdf.org/source/%{name}-%{version}.tar.gz
BuildRequires: make
BuildRequires: gcc-c++
BuildRequires: libxml2-devel
BuildRequires: mpfr-devel
@ -93,6 +94,9 @@ fi
%changelog
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.33-16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Fri Sep 11 2020 Ben Beasley <code@musicinmybrain.net> - 0.9.33-15
- BR: libgcrypt-devel, enforce use of non-bundled crypto digest implementations
(RHBZ #1099251)