diff --git a/tl-expected.spec b/tl-expected.spec index 5dcd58a..abe2bc3 100644 --- a/tl-expected.spec +++ b/tl-expected.spec @@ -1,5 +1,5 @@ Name: tl-expected -Version: 1.0.0 +Version: 1.1.0 Release: 1mamba Summary: Single header implementation of 'std::expected' with functional-style extensions Group: Development/Libraries @@ -13,7 +13,6 @@ License: CC0 1.0 Universal ## AUTOBUILDREQ-END BuildRequires: cmake Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Single header implementation of `std::expected` with functional-style extensions. @@ -57,5 +56,8 @@ This package contains header files for developing applications that use %{name}. %doc COPYING %changelog +* Thu Mar 16 2023 Automatic Build System 1.1.0-1mamba +- automatic version update by autodist + * Thu Dec 24 2020 Silvan Calarco 1.0.0-1mamba - package created using the webbuild interface