update to 2.50.2 [release 2.50.2-1mamba;Tue Jan 30 2024]

This commit is contained in:
Silvan Calarco 2024-01-31 21:11:11 +01:00
parent 8c23008cc3
commit 22e0f1c6ea

View File

@ -1,15 +1,14 @@
%define majver %(echo %version | cut -d. -f 1-2) %define majver %(echo %version | cut -d. -f 1-2)
#%define apiver %(echo %version | cut -d. -f 1-2)
%define apiver 2.48 %define apiver 2.48
Name: libpangomm Name: libpangomm
Version: 2.50.1 Version: 2.50.2
Release: 1mamba Release: 1mamba
Summary: C++ interface for Pango Summary: C++ interface for Pango
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://sourceforge.net/directory/os:linux/ URL: https://www.gtkmm.org/en/index.html
Source: http://ftp.acc.umu.se/pub/GNOME/sources/pangomm/%{majver}/pangomm-%{version}.tar.xz Source: http://ftp.acc.umu.se/pub/GNOME/sources/pangomm/%{majver}/pangomm-%{version}.tar.xz
License: LGPL License: LGPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
@ -77,7 +76,7 @@ This package contains %{name} API documentation.
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/libpangomm-%{apiver}.so.* %{_libdir}/libpangomm-%{apiver}.so.*
%doc AUTHORS COPYING %doc COPYING
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
@ -100,6 +99,9 @@ This package contains %{name} API documentation.
%{_docdir}/pangomm-%{apiver}/* %{_docdir}/pangomm-%{apiver}/*
%changelog %changelog
* Tue Jan 30 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 2.50.2-1mamba
- update to 2.50.2
* Fri Sep 23 2022 Automatic Build System <autodist@mambasoft.it> 2.50.1-1mamba * Fri Sep 23 2022 Automatic Build System <autodist@mambasoft.it> 2.50.1-1mamba
- automatic version update by autodist - automatic version update by autodist