diff --git a/mingw-protobuf.spec b/mingw-protobuf.spec index 9db6ed3..0a20628 100644 --- a/mingw-protobuf.spec +++ b/mingw-protobuf.spec @@ -4,7 +4,7 @@ Name: mingw-%{pkgname} Version: 3.13.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: MinGW Windows protobuf library BuildArch: noarch @@ -25,9 +25,6 @@ BuildRequires: mingw64-filesystem >= 102 BuildRequires: mingw64-gcc-c++ BuildRequires: mingw64-zlib -# Ensure packages stay in sync -Requires: protobuf-compiler = %{version} - %description @@ -36,10 +33,13 @@ MinGW Windows protobuf library. %package -n mingw32-%{pkgname} Summary: MinGW Windows protobuf library +# Ensure packages stay in sync +Requires: protobuf-compiler = %{version} %description -n mingw32-%{pkgname} MinGW Windows protobuf library. + %package -n mingw32-%{pkgname}-static Summary: Static version of the MinGW Windows protobuf library Requires: mingw32-%{pkgname} = %{version}-%{release} @@ -58,6 +58,9 @@ MinGW Windows protobuf library tools. %package -n mingw64-%{pkgname} Summary: MinGW Windows protobuf library +# Ensure packages stay in sync +Requires: protobuf-compiler = %{version} + %description -n mingw64-%{pkgname} MinGW Windows protobuf library. @@ -143,6 +146,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %changelog +* Mon Sep 28 2020 Sandro Mani - 3.13.0-2 +- Correctly require protobuf-compiler + * Sun Sep 27 2020 Sandro Mani - 3.13.0-1 - Update to 3.13.0