update to 2.56.1 [release 2.56.1-1mamba;Sat Aug 11 2018]

This commit is contained in:
Silvan Calarco 2024-01-05 23:06:53 +01:00
parent 10b31c5308
commit c19f0874bb

View File

@ -5,7 +5,7 @@
%endif %endif
%define majver %(echo %version | cut -d. -f 1-2) %define majver %(echo %version | cut -d. -f 1-2)
Name: glib Name: glib
Version: 2.50.3 Version: 2.56.1
Release: 1mamba Release: 1mamba
Epoch: 2 Epoch: 2
Summary: A handy library of utility functions Summary: A handy library of utility functions
@ -150,7 +150,7 @@ This package contains libraries and header files needed for development.
%prep %prep
%setup -q %setup -q
%patch0 -p1 %patch0 -p1
autoconf #autoconf
%build %build
%if "%{_build}" != "%{_host}" %if "%{_build}" != "%{_host}"
@ -161,6 +161,9 @@ ac_cv_func_posix_getgrgid_r=yes
ac_cv_func_posix_getpwuid_r=yes ac_cv_func_posix_getpwuid_r=yes
_EOF _EOF
%endif %endif
./autogen.sh
%configure \ %configure \
%if "%{with_systemtap}" == "1" %if "%{with_systemtap}" == "1"
--enable-systemtap \ --enable-systemtap \
@ -276,6 +279,7 @@ _EOF
%if "%{with_systemtap}" == "1" %if "%{with_systemtap}" == "1"
%{_datadir}/systemtap/tapset/*.stp %{_datadir}/systemtap/tapset/*.stp
%endif %endif
%{_datadir}/glib-2.0/valgrind/glib.supp
%{_libdir}/pkgconfig/* %{_libdir}/pkgconfig/*
%{_mandir}/man1/* %{_mandir}/man1/*
@ -336,6 +340,9 @@ _EOF
%endif %endif
%changelog %changelog
* Sat Aug 11 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 2.56.1-1mamba
- update to 2.56.1
* Thu Oct 26 2017 Automatic Build System <autodist@mambasoft.it> 2.50.3-1mamba * Thu Oct 26 2017 Automatic Build System <autodist@mambasoft.it> 2.50.3-1mamba
- automatic update by autodist - automatic update by autodist