public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Cristian Le <git@lecris.dev>
To: git-commits@fedoraproject.org
Subject: [rpms/mctc-lib] rawhide: Update to 0.5.2 (rhbz#2357058)
Date: Mon, 27 Jul 2026 13:23:58 GMT	[thread overview]
Message-ID: <178515863819.1.9189911611872620764.rpms-mctc-lib-7467c2588bd9@fedoraproject.org> (raw)

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

                 reply	other threads:[~2026-07-27 13:23 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178515863819.1.9189911611872620764.rpms-mctc-lib-7467c2588bd9@fedoraproject.org \
    --to=git@lecris.dev \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox