diff --git a/sources b/sources index 6ac0873..1db5a41 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sugar-datastore-0.120.tar.xz) = d8270e13a33de12a59b2efdc97aa5d904ddd5b5ebc15913f3789fc8830e3951fe17ddd741ee34df5f7721c7c4d8849c5e32ccd5f8b300438184d880e94c89b0f +SHA512 (sugar-datastore-0.121.tar.xz) = 8f194c2fdaf5542487772061bf3b4f585437802ac4071e0c4759143185319411b02caf8916f184ad6dd7a94eebd70f50329ea1fe8330d22cb158cf0109d41775 diff --git a/sugar-datastore-python-3.10-config.patch b/sugar-datastore-python-3.10-config.patch deleted file mode 100644 index 4c298eb..0000000 --- a/sugar-datastore-python-3.10-config.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- a/aclocal.m4 2021-06-22 12:41:51.023363588 -0700 -+++ b/aclocal.m4 2021-06-22 12:41:24.975095945 -0700 -@@ -934,7 +934,7 @@ - dnl library. - - AC_CACHE_CHECK([for $am_display_PYTHON version], [am_cv_python_version], -- [am_cv_python_version=`$PYTHON -c "import sys; sys.stdout.write(sys.version[[:3]])"`]) -+ [am_cv_python_version=`$PYTHON -c "import sys; sys.stdout.write('{0}.{1}'.format(sys.version_info.major, sys.version_info.minor))" - AC_SUBST([PYTHON_VERSION], [$am_cv_python_version]) - - dnl Use the values of $prefix and $exec_prefix for the corresponding - ---- a/configure 2021-06-22 13:02:55.091950343 -0700 -+++ b/configure 2021-06-22 13:02:18.690498544 -0700 -@@ -12035,7 +12035,7 @@ - if ${am_cv_python_version+:} false; then : - $as_echo_n "(cached) " >&6 - else -- am_cv_python_version=`$PYTHON -c "import sys; sys.stdout.write(sys.version[:3])"` -+ am_cv_python_version=`$PYTHON -c "import sys; sys.stdout.write('{0}.{1}'.format(sys.version_info.major, sys.version_info.minor))"` - fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_python_version" >&5 - $as_echo "$am_cv_python_version" >&6; } diff --git a/sugar-datastore.spec b/sugar-datastore.spec index 67732b2..1f87d28 100644 --- a/sugar-datastore.spec +++ b/sugar-datastore.spec @@ -1,11 +1,10 @@ Name: sugar-datastore -Version: 0.120 -Release: 6%{?dist} +Version: 0.121 +Release: 1%{?dist} Summary: Sugar Datastore License: GPLv2+ URL: http://sugarlabs.org/ Source0: http://download.sugarlabs.org/sources/sucrose/glucose/%{name}/%{name}-%{version}.tar.xz -Patch0: sugar-datastore-python-3.10-config.patch BuildRequires: make BuildRequires: gcc @@ -49,6 +48,9 @@ find %{buildroot} -type f -name "*.la" -delete %{_datadir}/dbus-1/services/*.service %changelog +* Wed Feb 07 2024 Ibiam Chihurumnaya - 0.121-1 +- New Release 0.121 + * Sat Jan 27 2024 Fedora Release Engineering - 0.120-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild