public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/mctc-lib] rawhide: Update to 0.5.2 (rhbz#2357058)
@ 2026-07-27 13:23 Cristian Le
0 siblings, 0 replies; only message in thread
From: Cristian Le @ 2026-07-27 13:23 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/mctc-lib
Branch : rawhide
Commit : 7467c2588bd9660730b38f3640c87979a0c84669
Author : Cristian Le <git@lecris.dev>
Date : 2026-07-27T15:04:08+02:00
Stats : +6/-19 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/mctc-lib/c/7467c2588bd9660730b38f3640c87979a0c84669?branch=rawhide
Log:
Update to 0.5.2 (rhbz#2357058)
---
diff --git a/.gitignore b/.gitignore
index f8f0123..f01a749 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/mctc-lib-0.3.0.tar.gz
/mctc-lib-0.3.2.tar.gz
+/mctc-lib-0.5.2.tar.gz
diff --git a/mctc-lib-0.3.2-python3.patch b/mctc-lib-0.3.2-python3.patch
deleted file mode 100644
index b3e25e7..0000000
--- a/mctc-lib-0.3.2-python3.patch
+++ /dev/null
@@ -1,9 +0,0 @@
-diff -up mctc-lib-0.3.2/config/install-mod.py.python3 mctc-lib-0.3.2/config/install-mod.py
---- mctc-lib-0.3.2/config/install-mod.py.python3 2024-09-06 08:15:30.540204664 +0000
-+++ mctc-lib-0.3.2/config/install-mod.py 2024-09-06 08:16:14.494427266 +0000
-@@ -1,4 +1,4 @@
--#!/usr/bin/env python3
-+#!/usr/bin/python3
- # This file is part of mctc-lib.
- #
- # Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/mctc-lib.spec b/mctc-lib.spec
index e2b6380..3f4820a 100644
--- a/mctc-lib.spec
+++ b/mctc-lib.spec
@@ -1,5 +1,5 @@
Name: mctc-lib
-Version: 0.3.2
+Version: 0.5.2
Release: %autorelease
Summary: Modular computation tool chain library
License: Apache-2.0
@@ -10,13 +10,11 @@ BuildRequires: python3-devel
BuildRequires: gcc-gfortran
BuildRequires: meson
BuildRequires: ninja-build
-BuildRequires: json-fortran-devel
+BuildRequires: pkgconfig(jonquil)
+BuildRequires: pkgconfig(toml-f)
# For docs
BuildRequires: rubygem-asciidoctor
-# Patch to use python3 instead of env python3
-Patch0: mctc-lib-0.3.2-python3.patch
-
%description
Common tool chain for working with molecular structure data in various
applications. This library provides a unified way to perform
@@ -32,12 +30,9 @@ The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%prep
-%setup -q
-%patch -P0 -p1 -b .python3
+%autosetup -p1
%build
-export FFLAGS="%{optflags} -I%{_fmoddir} -fPIC"
-export FCLAGS="%{optflags} -I%{_fmoddir} -fPIC"
%meson
%meson_build
diff --git a/sources b/sources
index 2e2fc4e..7662490 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (mctc-lib-0.3.2.tar.gz) = 09d723c95ae31cd386e3fb16edab62cf85461d91ddaa7ff82d69b5249c1228c719f3a0c30b9a83b95f51c0f8f079ea91c83b2816159744b3b8f4821b5953b752
+SHA512 (mctc-lib-0.5.2.tar.gz) = cd015c77ae45e16434281e9d04ca67c16498cb655f5a49b67cf879ee126dd3069a8dc0c3cfcc6a00ed22ffb692500a4aadb65344afeb55d0b3ca1fa7c7c2df35
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-27 13:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-27 13:23 [rpms/mctc-lib] rawhide: Update to 0.5.2 (rhbz#2357058) Cristian Le
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox