public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/atomes] f44: Bug corrections (see:  https://github.com/Slookeur/atomes-GNU/releases/tag/v1.3.1)
@ 2026-06-11 21:34 
  0 siblings, 0 replies; 3+ messages in thread
From:  @ 2026-06-11 21:34 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/atomes
Branch : f44
Commit : abfdf3ac62ea79267bd041db2ab2c246f06cbbba
Author : Sébastien Le Roux <sebastien.leroux@ipcms.unistra.fr>
Date   : 2026-06-11T23:33:36+02:00
Stats  : +1/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/atomes/c/abfdf3ac62ea79267bd041db2ab2c246f06cbbba?branch=f44

Log:
Bug corrections (see:  https://github.com/Slookeur/atomes-GNU/releases/tag/v1.3.1)

---
diff --git a/sources b/sources
index c9f11a8..33fcb66 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (v1.3.1.tar.gz) = 00c329a43719840bb86a2f880ccef3a7953b3457ec38330e6ff7c3f4063717fcdda628f81a24745511d911f825324d7c5bfe0ca4809f1884c37e5b7124e7182d
+SHA512 (v1.3.1.tar.gz) = 953d1f2155f85c86ab0c20ce5a47f690a2485d7e323226c23ad151a4441a2da0d7295a83afbe2727feda31c8657a0dea286792bddc36e9360580ae258daa4cec

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [rpms/atomes] f44: Bug corrections (see:  https://github.com/Slookeur/atomes-GNU/releases/tag/v1.3.1)
@ 2026-06-12  8:21 
  0 siblings, 0 replies; 3+ messages in thread
From:  @ 2026-06-12  8:21 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/atomes
Branch : f44
Commit : 762515ae07c2ee50f3e0aec6a8a5570aee65985a
Author : Sébastien Le Roux <sebastien.leroux@ipcms.unistra.fr>
Date   : 2026-06-12T10:20:59+02:00
Stats  : +5/-2 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/atomes/c/762515ae07c2ee50f3e0aec6a8a5570aee65985a?branch=f44

Log:
Bug corrections (see:  https://github.com/Slookeur/atomes-GNU/releases/tag/v1.3.1)

---
diff --git a/atomes.spec b/atomes.spec
index 04606b3..97f749e 100644
--- a/atomes.spec
+++ b/atomes.spec
@@ -1,7 +1,7 @@
 Name:           atomes
 %global upname atomes-GNU
 Version:        1.3.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        An atomistic toolbox
 License:        AGPL-3.0-or-later
 Source0:        https://github.com/Slookeur/%{upname}/archive/refs/tags/v%{version}.tar.gz
@@ -89,6 +89,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/fr.ipcms.%{nam
 %{_metainfodir}/fr.ipcms.%{name}.appdata.xml
 
 %changelog
+* Fri Jun 12 2026 Sébastien Le Roux <sebastien.leroux@ipcms.unistra.fr> - 1.3.1-2
+- Bug corrections (see:  https://github.com/Slookeur/atomes-GNU/releases/tag/v1.3.1)
+
 * Thu Jun 11 2026 Sébastien Le Roux <sebastien.leroux@ipcms.unistra.fr> - 1.3.1-1
 - Bug corrections (see:  https://github.com/Slookeur/atomes-GNU/releases/tag/v1.3.1)
 

diff --git a/sources b/sources
index 33fcb66..4a57ede 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (v1.3.1.tar.gz) = 953d1f2155f85c86ab0c20ce5a47f690a2485d7e323226c23ad151a4441a2da0d7295a83afbe2727feda31c8657a0dea286792bddc36e9360580ae258daa4cec
+SHA512 (v1.3.1.tar.gz) = 30ffeb86a919afd5510600aa24c4ca5a1bdd996bec8bacfe9c584e7fe5a77a93995739bc4d2201f864ffceda124d711a28a01544b8f7dc1c004449798c2e2242

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [rpms/atomes] f44: Bug corrections (see:  https://github.com/Slookeur/atomes-GNU/releases/tag/v1.3.1)
@ 2026-06-11 18:22 
  0 siblings, 0 replies; 3+ messages in thread
From:  @ 2026-06-11 18:22 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/atomes
Branch : f44
Commit : b85782250e474b68004d403b4731c16df8c9ebda
Author : Sébastien Le Roux <sebastien.leroux@ipcms.unistra.fr>
Date   : 2026-06-11T20:22:17+02:00
Stats  : +6/-2 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/atomes/c/b85782250e474b68004d403b4731c16df8c9ebda?branch=f44

Log:
Bug corrections (see:  https://github.com/Slookeur/atomes-GNU/releases/tag/v1.3.1)

---
diff --git a/.gitignore b/.gitignore
index 6e1d23f..86b5e37 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
 /v1.2.0.tar.gz
 /v1.2.1.tar.gz
 /v1.3.0.tar.gz
+/v1.3.1.tar.gz

diff --git a/atomes.spec b/atomes.spec
index e05d6e5..04606b3 100644
--- a/atomes.spec
+++ b/atomes.spec
@@ -1,6 +1,6 @@
 Name:           atomes
 %global upname atomes-GNU
-Version:        1.3.0
+Version:        1.3.1
 Release:        1%{?dist}
 Summary:        An atomistic toolbox
 License:        AGPL-3.0-or-later
@@ -89,6 +89,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/fr.ipcms.%{nam
 %{_metainfodir}/fr.ipcms.%{name}.appdata.xml
 
 %changelog
+* Thu Jun 11 2026 Sébastien Le Roux <sebastien.leroux@ipcms.unistra.fr> - 1.3.1-1
+- Bug corrections (see:  https://github.com/Slookeur/atomes-GNU/releases/tag/v1.3.1)
+
 * Thu Jun 11 2026 Sébastien Le Roux <sebastien.leroux@ipcms.unistra.fr> - 1.3.0-1
 - New features (see:  https://github.com/Slookeur/atomes-GNU/releases/tag/v1.3.0)
 

diff --git a/sources b/sources
index 75777bf..c9f11a8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (v1.3.0.tar.gz) = 3a5ef881a52a54a1ce3ad09c0475952d5cc23cede46104e45c68a5dc6c2211e565f1e83057377a6c9041b917655a7242dd7d19f588db3b0bb4457fd2fdc5aa10
+SHA512 (v1.3.1.tar.gz) = 00c329a43719840bb86a2f880ccef3a7953b3457ec38330e6ff7c3f4063717fcdda628f81a24745511d911f825324d7c5bfe0ca4809f1884c37e5b7124e7182d

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-06-12  8:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-11 21:34 [rpms/atomes] f44: Bug corrections (see: https://github.com/Slookeur/atomes-GNU/releases/tag/v1.3.1) 
  -- strict thread matches above, loose matches on Subject: below --
2026-06-12  8:21 
2026-06-11 18:22 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox