diff --git a/_scmsync.obsinfo b/_scmsync.obsinfo index b1e5875..e9d2be4 100644 --- a/_scmsync.obsinfo +++ b/_scmsync.obsinfo @@ -1,4 +1,4 @@ -mtime: 1688480725 -commit: 57df3912699ce9fdc087aff2d9a8540bccfd6fba -url: https://src.opensuse.org/mcepl/swipl.git -revision: 57df3912699ce9fdc087aff2d9a8540bccfd6fba +mtime: 1721291031 +commit: 9193b0b643da383f9706832e2d736510eea25443ba4265bb1a9efcbac260102b +url: https://src.opensuse.org/mcepl_pkgs/swipl.git +revision: 9193b0b643da383f9706832e2d736510eea25443ba4265bb1a9efcbac260102b diff --git a/build.specials.obscpio b/build.specials.obscpio new file mode 100644 index 0000000..93acb36 --- /dev/null +++ b/build.specials.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d590c181a609329999873196858a448b57982ef366775cb21166c6eee4e90da7 +size 272 diff --git a/swipl-9.0.4.tar.gz b/swipl-9.0.4.tar.gz deleted file mode 100644 index 30489eb..0000000 --- a/swipl-9.0.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:feb2815a51d34fa81cb34e8149830405935a7e1d1c1950461239750baa8b49f0 -size 11854471 diff --git a/swipl-9.3.8.tar.gz b/swipl-9.3.8.tar.gz new file mode 100644 index 0000000..c17cd67 --- /dev/null +++ b/swipl-9.3.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86274c28986629be733d1e5cc0adedc836ec76d2a012afd8355c8aafdcb4c316 +size 12296006 diff --git a/swipl.changes b/swipl.changes index c6c7aa4..d6ed488 100644 --- a/swipl.changes +++ b/swipl.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Thu Jul 18 08:13:55 UTC 2024 - Matej Cepl + +- Update to 9.3.8: + Complete changelog is + https://www.swi-prolog.org/ChangeLog?branch=development&from=9.3.7&to=9.3.8 + and upstream still doesn’t provide any abbreviated version. + +------------------------------------------------------------------- +Thu Jun 6 08:59:44 UTC 2024 - Matej Cepl + +- Update to 9.3.7: + Complete changelog is + https://www.swi-prolog.org/ChangeLog?branch=development&from=9.3.2&to=9.3.7 + and upstream still doesn’t provide any abbreviated version. +- Skipping build on 32bit platforms (gh#SWI-Prolog/swipl-devel#1139) + +------------------------------------------------------------------- +Mon Mar 4 17:41:37 UTC 2024 - Matej Cepl + +- Update to the devel version 9.3.2. Unfortunately, the number + of changes is so large and the upstream doesn't keep a + changelog file, so I have to refer you to the web page + https://www.swi-prolog.org/. + ------------------------------------------------------------------- Tue Jul 4 14:24:55 UTC 2023 - Matej Cepl diff --git a/swipl.spec b/swipl.spec index c7d22a1..1dde5cc 100644 --- a/swipl.spec +++ b/swipl.spec @@ -17,12 +17,12 @@ Name: swipl -Version: 9.0.4 +Version: 9.3.8 Release: 0 Summary: Prolog Compiler License: GPL-2.0-or-later AND LGPL-2.1-or-later URL: https://www.swi-prolog.org -Source0: http://www.swi-prolog.org/download/stable/src/swipl-%{version}.tar.gz +Source0: https://www.swi-prolog.org/download/devel/src/swipl-%{version}.tar.gz Source98: swipl-rpmlintrc # For SOURCE_DATE_EPOCH variable- reproducible builds Source99: %{name}.changes @@ -63,6 +63,8 @@ Provides: swi-prolog = %{version} Provides: swi_pl = %{version} Obsoletes: swi-prolog < %{version} Obsoletes: swi_pl < %{version} +# Builds on i586 don't seem to work (gh#SWI-Prolog/swipl-devel#1139) +ExcludeArch: %ix86 # jpackage-utils