Update to 3.6.0
This commit is contained in:
parent
16cd6d250f
commit
bd8c307cff
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
|||||||
/libsigc++-3.0.7.tar.xz
|
/libsigc++-3.0.7.tar.xz
|
||||||
/libsigc++-3.2.0.tar.xz
|
/libsigc++-3.2.0.tar.xz
|
||||||
/libsigc++-3.4.0.tar.xz
|
/libsigc++-3.4.0.tar.xz
|
||||||
|
/libsigc++-3.6.0.tar.xz
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
%define release_version %(echo %{version} | awk -F. '{print $1"."$2}')
|
%define release_version %(echo %{version} | awk -F. '{print $1"."$2}')
|
||||||
|
|
||||||
Name: libsigc++30
|
Name: libsigc++30
|
||||||
Version: 3.4.0
|
Version: 3.6.0
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Typesafe signal framework for C++
|
Summary: Typesafe signal framework for C++
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -62,7 +62,7 @@ This package contains the full API documentation for %{name}.
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc AUTHORS README.md NEWS
|
%doc NEWS README.md
|
||||||
%{_libdir}/libsigc-3.0.so.0*
|
%{_libdir}/libsigc-3.0.so.0*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -77,6 +77,9 @@ This package contains the full API documentation for %{name}.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Oct 01 2023 Kalev Lember <klember@redhat.com> - 3.6.0-1
|
||||||
|
- Update to 3.6.0
|
||||||
|
|
||||||
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.0-3
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.0-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libsigc++-3.4.0.tar.xz) = 1677d5151db5e74388d8ba4f5cf316f1e5c92aa380c0725ea62ee41f10f549296d528a8998dfa4767ca699782c93f756c072de9e0e07e52307f61ff72c952fe4
|
SHA512 (libsigc++-3.6.0.tar.xz) = fa79067b4fecf68501288b93eed3d3e7017899cb8a02d3106a41f6dd1818f7b8c724a5b38d4b9ac89699fd8084976f9ad8eca8e832a45a5b6dc7cae5db99cb56
|
||||||
|
Loading…
Reference in New Issue
Block a user