The package rpms/kalzium.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/kalzium.git/commit/?id=2e930e7adc81a....
Change: -%ifarch aarch64
Thanks.
Full change: ============
commit 656d3a1be050e0635adb7b647da7856bd1159b21 Author: Rex Dieter rdieter@gmail.com Date: Thu Jan 11 13:40:48 2018 -0600
17.12.1
diff --git a/.gitignore b/.gitignore index c7ef61c..086e9f0 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /kalzium-17.08.2.tar.xz /kalzium-17.08.3.tar.xz /kalzium-17.12.0.tar.xz +/kalzium-17.12.1.tar.xz diff --git a/kalzium.spec b/kalzium.spec index 3d8da0d..57cec2e 100644 --- a/kalzium.spec +++ b/kalzium.spec @@ -10,8 +10,8 @@
Name: kalzium Summary: Periodic Table of Elements -Version: 17.12.0 -Release: 2%{?dist} +Version: 17.12.1 +Release: 1%{?dist}
License: GPLv2+ URL: https://edu.kde.org/kalzium/ @@ -147,6 +147,9 @@ desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.kalzium_c
%changelog +* Thu Jan 11 2018 Rex Dieter rdieter@fedoraproject.org - 17.12.1-1 +- 17.12.1 + * Thu Jan 11 2018 Igor Gnatenko ignatenkobrain@fedoraproject.org - 17.12.0-2 - Remove obsolete scriptlets
diff --git a/sources b/sources index df58411..5eea666 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kalzium-17.12.0.tar.xz) = e0f4460d166cd92a875953fd43a71f736a5da482c8f811a14d143c5cb262e865214b3a9f1b5c1aa53813890fc949aeeb377bafc4f31c1fde6f684ecfb4901285 +SHA512 (kalzium-17.12.1.tar.xz) = 35d5cdb803d261da248276746fea8eedf2eb16b62cfdde7320a6c1383b14b4b13654671e5775a1db00b533a645a98b1638f05009b661894554c6bd5539a4af50
commit f8cb813710bc6158faefef41a774a20f59515713 Author: Igor Gnatenko ignatenkobrain@fedoraproject.org Date: Thu Jan 11 14:56:58 2018 +0100
Remove obsolete scriptlets
Signed-off-by: Igor Gnatenko ignatenkobrain@fedoraproject.org
diff --git a/kalzium.spec b/kalzium.spec index 2e8c1bf..3d8da0d 100644 --- a/kalzium.spec +++ b/kalzium.spec @@ -11,7 +11,7 @@ Name: kalzium Summary: Periodic Table of Elements Version: 17.12.0 -Release: 1%{?dist} +Release: 2%{?dist}
License: GPLv2+ URL: https://edu.kde.org/kalzium/ @@ -113,20 +113,6 @@ desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.kalzium.d desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.kalzium_cml.desktop
-%post -touch --no-create %{_kf5_datadir}/icons/hicolor &> /dev/null || : - -%posttrans -gtk-update-icon-cache %{_kf5_datadir}/icons/hicolor &> /dev/null || : -update-desktop-database -q &> /dev/null ||: - -%postun -if [ $1 -eq 0 ] ; then -touch --no-create %{_kf5_datadir}/icons/hicolor &> /dev/null || : -gtk-update-icon-cache %{_kf5_datadir}/icons/hicolor &> /dev/null || : -update-desktop-database -q &> /dev/null ||: -fi - %files -f %{name}.lang %license COPYING* %{_kf5_bindir}/kalzium @@ -161,6 +147,9 @@ fi
%changelog +* Thu Jan 11 2018 Igor Gnatenko ignatenkobrain@fedoraproject.org - 17.12.0-2 +- Remove obsolete scriptlets + * Thu Dec 28 2017 Rex Dieter rdieter@fedoraproject.org - 17.12.0-1 - 17.12.0
commit 2e930e7adc81a2867663dcd0bf8b4f4dfcbd775e Author: Rex Dieter rdieter@gmail.com Date: Thu Dec 28 12:00:39 2017 -0600
use %%{ocaml_native_compiler} macro
diff --git a/kalzium.spec b/kalzium.spec index 2ac3d85..2e8c1bf 100644 --- a/kalzium.spec +++ b/kalzium.spec @@ -1,16 +1,9 @@
-%if 0%{?fedora} # The Kalzium solver needs OCaml with native compilation support (ocamlopt) and # ocaml-facile. -%ifarch %{arm} %{ix86} x86_64 ppc ppc64 sparc sparcv9 +%ifarch %{?ocaml_native_compiler} %global with_facile 1 %endif -%if 0%{?fedora} > 20 -%ifarch aarch64 -%global with_facile 1 -%endif -%endif -%endif
## FIXME/TODO : need to build against https://github.com/OpenChemistry/avogadrolibs #global avogadro 1
commit 586caffdba490e41cc6b143ec6b1476b148865e7 Author: Rex Dieter rdieter@gmail.com Date: Thu Dec 28 10:11:02 2017 -0600
17.12.0
diff --git a/.gitignore b/.gitignore index be45779..c7ef61c 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /kalzium-17.08.1.tar.xz /kalzium-17.08.2.tar.xz /kalzium-17.08.3.tar.xz +/kalzium-17.12.0.tar.xz diff --git a/kalzium.spec b/kalzium.spec index 745336b..2ac3d85 100644 --- a/kalzium.spec +++ b/kalzium.spec @@ -17,7 +17,7 @@
Name: kalzium Summary: Periodic Table of Elements -Version: 17.08.3 +Version: 17.12.0 Release: 1%{?dist}
License: GPLv2+ @@ -115,7 +115,7 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%check -appstream-util validate-relax --nonet %{buildroot}%{_kf5_datadir}/appdata/org.kde.kalzium.appdata.xml +appstream-util validate-relax --nonet %{buildroot}%{_kf5_metainfodir}/org.kde.kalzium.appdata.xml desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.kalzium.desktop desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.kalzium_cml.desktop
@@ -139,7 +139,7 @@ fi %{_kf5_bindir}/kalzium %{_kf5_sysconfdir}/xdg/kalzium.knsrc %{_kf5_datadir}/kalzium/ -%{_kf5_datadir}/appdata/org.kde.kalzium.appdata.xml +%{_kf5_metainfodir}/org.kde.kalzium.appdata.xml %{_kf5_datadir}/applications/org.kde.kalzium.desktop %{_kf5_datadir}/applications/org.kde.kalzium_cml.desktop %{_kf5_datadir}/config.kcfg/kalzium.kcfg @@ -168,6 +168,9 @@ fi
%changelog +* Thu Dec 28 2017 Rex Dieter rdieter@fedoraproject.org - 17.12.0-1 +- 17.12.0 + * Wed Nov 08 2017 Rex Dieter rdieter@fedoraproject.org - 17.08.3-1 - 17.08.3
diff --git a/sources b/sources index 49ff3f8..df58411 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kalzium-17.08.3.tar.xz) = a421091154d9de89ce70c79b093e716c925c6573958bb8b3f02279d890d0c7c7dbf91ff3ee455688df6628059804a377d571bb8b75a68748d1b9f4eb003b1dbe +SHA512 (kalzium-17.12.0.tar.xz) = e0f4460d166cd92a875953fd43a71f736a5da482c8f811a14d143c5cb262e865214b3a9f1b5c1aa53813890fc949aeeb377bafc4f31c1fde6f684ecfb4901285
commit 697fadf2c06ffb74f197af3492a8cd8c44409e4b Author: Rex Dieter rdieter@gmail.com Date: Wed Nov 8 08:57:44 2017 -0600
17.08.3
diff --git a/.gitignore b/.gitignore index 35e9c89..be45779 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /kalzium-16.12.3.tar.xz /kalzium-17.08.1.tar.xz /kalzium-17.08.2.tar.xz +/kalzium-17.08.3.tar.xz diff --git a/kalzium.spec b/kalzium.spec index 0d42290..745336b 100644 --- a/kalzium.spec +++ b/kalzium.spec @@ -17,7 +17,7 @@
Name: kalzium Summary: Periodic Table of Elements -Version: 17.08.2 +Version: 17.08.3 Release: 1%{?dist}
License: GPLv2+ @@ -168,6 +168,9 @@ fi
%changelog +* Wed Nov 08 2017 Rex Dieter rdieter@fedoraproject.org - 17.08.3-1 +- 17.08.3 + * Wed Oct 11 2017 Rex Dieter rdieter@fedoraproject.org - 17.08.2-1 - 17.08.2
diff --git a/sources b/sources index 08d9614..49ff3f8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kalzium-17.08.2.tar.xz) = 3f2556d9f5021acf76bf17a7340c4284a37f0c7433d3cfec48c5f1e7d4a334639af4935731fb1a6f2e4f3fe851ce71ecbe8f6a230e918677652a9b31ebf34bd3 +SHA512 (kalzium-17.08.3.tar.xz) = a421091154d9de89ce70c79b093e716c925c6573958bb8b3f02279d890d0c7c7dbf91ff3ee455688df6628059804a377d571bb8b75a68748d1b9f4eb003b1dbe
commit 647b3e199953b18e4d934bd3f3d1453ff25cd1b4 Author: Rex Dieter rdieter@gmail.com Date: Wed Oct 11 13:38:21 2017 -0500
17.08.2
diff --git a/.gitignore b/.gitignore index 3806e8c..35e9c89 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /kalzium-16.12.3.tar.xz /kalzium-17.08.1.tar.xz +/kalzium-17.08.2.tar.xz diff --git a/kalzium.spec b/kalzium.spec index e0d5745..0d42290 100644 --- a/kalzium.spec +++ b/kalzium.spec @@ -17,7 +17,7 @@
Name: kalzium Summary: Periodic Table of Elements -Version: 17.08.1 +Version: 17.08.2 Release: 1%{?dist}
License: GPLv2+ @@ -168,6 +168,9 @@ fi
%changelog +* Wed Oct 11 2017 Rex Dieter rdieter@fedoraproject.org - 17.08.2-1 +- 17.08.2 + * Wed Sep 06 2017 Rex Dieter rdieter@fedoraproject.org - 17.08.1-1 - 17.08.1
diff --git a/sources b/sources index 3daec77..08d9614 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kalzium-17.08.1.tar.xz) = 46288ac1aba95a67eab54f91759367910232860ae56b54f9b6e772f7b490a62807d2fab1ccd9caa1a39bb0b4776cb153724f6095b83983aedd991aa7dc89d331 +SHA512 (kalzium-17.08.2.tar.xz) = 3f2556d9f5021acf76bf17a7340c4284a37f0c7433d3cfec48c5f1e7d4a334639af4935731fb1a6f2e4f3fe851ce71ecbe8f6a230e918677652a9b31ebf34bd3
arch-excludes@lists.fedoraproject.org