aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2023-04-19 17:48:38 +0800
committerTing-Wei Lan <lantw44@gmail.com>2023-04-19 17:48:38 +0800
commitfa297c2c0cc613295c9dc3fa42ed4f88cb6d1982 (patch)
tree124f6c05bb2afb49a693afb6c0506363fc072ee8
parent295ede3ab24cbebc6274df62035b73d20eb724b4 (diff)
downloadcopr-rpm-spec-fa297c2c0cc613295c9dc3fa42ed4f88cb6d1982.tar
copr-rpm-spec-fa297c2c0cc613295c9dc3fa42ed4f88cb6d1982.tar.gz
copr-rpm-spec-fa297c2c0cc613295c9dc3fa42ed4f88cb6d1982.tar.bz2
copr-rpm-spec-fa297c2c0cc613295c9dc3fa42ed4f88cb6d1982.tar.lz
copr-rpm-spec-fa297c2c0cc613295c9dc3fa42ed4f88cb6d1982.tar.xz
copr-rpm-spec-fa297c2c0cc613295c9dc3fa42ed4f88cb6d1982.tar.zst
copr-rpm-spec-fa297c2c0cc613295c9dc3fa42ed4f88cb6d1982.zip
guix: Rebuild packages for Fedora 38 and 39
-rw-r--r--guix/disarchive/disarchive.spec5
-rw-r--r--guix/emacs-bui/emacs-bui.spec5
-rw-r--r--guix/emacs-dash/emacs-dash.spec5
-rw-r--r--guix/emacs-edit-indirect/emacs-edit-indirect.spec5
-rw-r--r--guix/emacs-geiser-guile/emacs-geiser-guile.spec5
-rw-r--r--guix/emacs-geiser/emacs-geiser.spec5
-rw-r--r--guix/emacs-ghub/emacs-ghub.spec5
-rw-r--r--guix/emacs-guix/emacs-guix.spec5
-rw-r--r--guix/emacs-magit-popup/emacs-magit-popup.spec5
-rw-r--r--guix/emacs-transient/emacs-transient.spec5
-rw-r--r--guix/emacs-treepy/emacs-treepy.spec5
-rw-r--r--guix/emacs-with-editor/emacs-with-editor.spec5
-rw-r--r--guix/guile-avahi/guile-avahi.spec5
-rw-r--r--guix/guile-bytestructures/guile-bytestructures.spec5
-rw-r--r--guix/guile-gcrypt/guile-gcrypt.spec5
-rw-r--r--guix/guile-json/guile-json.spec5
-rw-r--r--guix/guile-lib/guile-lib.spec5
-rw-r--r--guix/guile-lzlib/guile-lzlib.spec5
-rw-r--r--guix/guile-lzma/guile-lzma.spec5
-rw-r--r--guix/guile-quickcheck/guile-quickcheck.spec5
-rw-r--r--guix/guile-semver/guile-semver.spec5
-rw-r--r--guix/guile-sqlite3/guile-sqlite3.spec5
-rw-r--r--guix/guile-zlib/guile-zlib.spec5
-rw-r--r--guix/guile-zstd/guile-zstd.spec5
-rw-r--r--guix/guix/guix.spec5
-rw-r--r--guix/lzlib/lzlib.spec5
26 files changed, 104 insertions, 26 deletions
diff --git a/guix/disarchive/disarchive.spec b/guix/disarchive/disarchive.spec
index 2a45054..c8e07ae 100644
--- a/guix/disarchive/disarchive.spec
+++ b/guix/disarchive/disarchive.spec
@@ -1,6 +1,6 @@
Name: disarchive
Version: 0.5.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Disassembler of software archives for long-term preservation
License: GPLv3+
@@ -76,5 +76,8 @@ and the compression parameters used by Gzip.
%changelog
+* Wed Apr 19 2023 Ting-Wei Lan <lantw44@gmail.com> - 0.5.0-2
+- Rebuilt for Fedora 38 and 39
+
* Sun Feb 12 2023 Ting-Wei Lan <lantw44@gmail.com> - 0.5.0-1
- Initial packaging
diff --git a/guix/emacs-bui/emacs-bui.spec b/guix/emacs-bui/emacs-bui.spec
index 69a1b36..c9e8a4a 100644
--- a/guix/emacs-bui/emacs-bui.spec
+++ b/guix/emacs-bui/emacs-bui.spec
@@ -3,7 +3,7 @@
Name: emacs-%{pkg}
Version: 1.2.1
-Release: 8%{?dist}
+Release: 9%{?dist}
Summary: Buffer interface library for Emacs
License: GPLv3+
@@ -48,6 +48,9 @@ install -m 644 *.el %{buildroot}%{_emacs_sitelispdir}/bui/
%changelog
+* Wed Apr 19 2023 Ting-Wei Lan <lantw44@gmail.com> - 1.2.1-9
+- Rebuilt for Fedora 38 and 39
+
* Sat Oct 29 2022 Ting-Wei Lan <lantw44@gmail.com> - 1.2.1-8
- Rebuilt for Fedora 37 and 38
diff --git a/guix/emacs-dash/emacs-dash.spec b/guix/emacs-dash/emacs-dash.spec
index be4f16b..71e4554 100644
--- a/guix/emacs-dash/emacs-dash.spec
+++ b/guix/emacs-dash/emacs-dash.spec
@@ -3,7 +3,7 @@
Name: emacs-%{pkg}
Version: 2.19.1
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Dash is a modern list library for Emacs
License: GPLv3+
@@ -66,6 +66,9 @@ fi
%changelog
+* Wed Apr 19 2023 Ting-Wei Lan <lantw44@gmail.com> - 2.19.1-4
+- Rebuilt for Fedora 38 and 39
+
* Sat Oct 29 2022 Ting-Wei Lan <lantw44@gmail.com> - 2.19.1-3
- Fix build with Emacs 28
diff --git a/guix/emacs-edit-indirect/emacs-edit-indirect.spec b/guix/emacs-edit-indirect/emacs-edit-indirect.spec
index 58eaa7a..fb2b717 100644
--- a/guix/emacs-edit-indirect/emacs-edit-indirect.spec
+++ b/guix/emacs-edit-indirect/emacs-edit-indirect.spec
@@ -3,7 +3,7 @@
Name: emacs-%{pkg}
Version: 0.1.10
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Edit regions in separate buffers
License: BSD
@@ -41,6 +41,9 @@ install -m 644 *.el %{buildroot}%{_emacs_sitelispdir}/edit-indirect/
%changelog
+* Wed Apr 19 2023 Ting-Wei Lan <lantw44@gmail.com> - 0.1.10-2
+- Rebuilt for Fedora 38 and 39
+
* Sat Oct 29 2022 Ting-Wei Lan <lantw44@gmail.com> - 0.1.10-1
- Update to 0.1.10
diff --git a/guix/emacs-geiser-guile/emacs-geiser-guile.spec b/guix/emacs-geiser-guile/emacs-geiser-guile.spec
index 01b1191..d894d68 100644
--- a/guix/emacs-geiser-guile/emacs-geiser-guile.spec
+++ b/guix/emacs-geiser-guile/emacs-geiser-guile.spec
@@ -3,7 +3,7 @@
Name: emacs-%{pkg}
Version: 0.28.1
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Support for Guile in Geiser
License: BSD
@@ -67,6 +67,9 @@ fi
%changelog
+* Wed Apr 19 2023 Ting-Wei Lan <lantw44@gmail.com> - 0.28.1-2
+- Rebuilt for Fedora 38 and 39
+
* Sun Feb 12 2023 Ting-Wei Lan <lantw44@gmail.com> - 0.28.1-1
- Update to 0.28.1
- Switch to Guile 3.0
diff --git a/guix/emacs-geiser/emacs-geiser.spec b/guix/emacs-geiser/emacs-geiser.spec
index 05bf2f6..cd86713 100644
--- a/guix/emacs-geiser/emacs-geiser.spec
+++ b/guix/emacs-geiser/emacs-geiser.spec
@@ -3,7 +3,7 @@
Name: emacs-%{pkg}
Version: 0.28.2
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Geiser is a generic Emacs/Scheme interaction mode
License: BSD
@@ -67,6 +67,9 @@ fi
%changelog
+* Wed Apr 19 2023 Ting-Wei Lan <lantw44@gmail.com> - 0.28.2-2
+- Rebuilt for Fedora 38 and 39
+
* Sun Feb 12 2023 Ting-Wei Lan <lantw44@gmail.com> - 0.28.2-1
- Update to 0.28.2
diff --git a/guix/emacs-ghub/emacs-ghub.spec b/guix/emacs-ghub/emacs-ghub.spec
index 32f54c0..37ec34e 100644
--- a/guix/emacs-ghub/emacs-ghub.spec
+++ b/guix/emacs-ghub/emacs-ghub.spec
@@ -3,7 +3,7 @@
Name: emacs-%{pkg}
Version: 3.5.6
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Minuscule client libraries for the APIs of various Git forges
License: GPLv3+
@@ -83,6 +83,9 @@ fi
%changelog
+* Wed Apr 19 2023 Ting-Wei Lan <lantw44@gmail.com> - 3.5.6-3
+- Rebuilt for Fedora 38 and 39
+
* Sat Oct 29 2022 Ting-Wei Lan <lantw44@gmail.com> - 3.5.6-2
- Rebuilt for Fedora 37 and 38
diff --git a/guix/emacs-guix/emacs-guix.spec b/guix/emacs-guix/emacs-guix.spec
index 28fd9e9..35a396b 100644
--- a/guix/emacs-guix/emacs-guix.spec
+++ b/guix/emacs-guix/emacs-guix.spec
@@ -13,7 +13,7 @@
Name: emacs-%{pkg}
Version: 0.5.2
-Release: 10.20221011git%{shortcommit}%{?dist}
+Release: 11.20221011git%{shortcommit}%{?dist}
Summary: Emacs-Guix is an Emacs interface for GNU Guix package manager
License: GPLv3+
@@ -109,6 +109,9 @@ fi
%changelog
+* Wed Apr 19 2023 Ting-Wei Lan <lantw44@gmail.com> - 0.5.2-11.20221011gitcf5b7a4
+- Rebuilt for Fedora 38 and 39
+
* Sun Feb 12 2023 Ting-Wei Lan <lantw44@gmail.com> - 0.5.2-10.20221011gitcf5b7a4
- Update to the latest git snapshot
- Switch to Guile 3.0
diff --git a/guix/emacs-magit-popup/emacs-magit-popup.spec b/guix/emacs-magit-popup/emacs-magit-popup.spec
index 831ffb5..a3e4200 100644
--- a/guix/emacs-magit-popup/emacs-magit-popup.spec
+++ b/guix/emacs-magit-popup/emacs-magit-popup.spec
@@ -3,7 +3,7 @@
Name: emacs-%{pkg}
Version: 2.13.3
-Release: 5%{?dist}
+Release: 6%{?dist}
Summary: Define prefix-infix-suffix command combos for Emacs
License: GPLv3+
@@ -66,6 +66,9 @@ fi
%changelog
+* Wed Apr 19 2023 Ting-Wei Lan <lantw44@gmail.com> - 2.13.3-6
+- Rebuilt for Fedora 38 and 39
+
* Sat Oct 29 2022 Ting-Wei Lan <lantw44@gmail.com> - 2.13.3-5
- Rebuilt for Fedora 37 and 38
diff --git a/guix/emacs-transient/emacs-transient.spec b/guix/emacs-transient/emacs-transient.spec
index 36f10c7..2c2c949 100644
--- a/guix/emacs-transient/emacs-transient.spec
+++ b/guix/emacs-transient/emacs-transient.spec
@@ -3,7 +3,7 @@
Name: emacs-%{pkg}
Version: 0.3.7
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Transient commands
License: GPLv3+
@@ -66,6 +66,9 @@ fi
%changelog
+* Wed Apr 19 2023 Ting-Wei Lan <lantw44@gmail.com> - 0.3.7-3
+- Rebuilt for Fedora 38 and 39
+
* Sat Oct 29 2022 Ting-Wei Lan <lantw44@gmail.com> - 0.3.7-2
- Rebuilt for Fedora 37 and 38
diff --git a/guix/emacs-treepy/emacs-treepy.spec b/guix/emacs-treepy/emacs-treepy.spec
index 9c41cfd..317252e 100644
--- a/guix/emacs-treepy/emacs-treepy.spec
+++ b/guix/emacs-treepy/emacs-treepy.spec
@@ -3,7 +3,7 @@
Name: emacs-%{pkg}
Version: 0.1.2
-Release: 5%{?dist}
+Release: 6%{?dist}
Summary: Functions for traversing tree-like data
License: GPLv3+
@@ -44,6 +44,9 @@ install -m 644 *.el %{buildroot}%{_emacs_sitelispdir}/treepy/
%changelog
+* Wed Apr 19 2023 Ting-Wei Lan <lantw44@gmail.com> - 0.1.2-6
+- Rebuilt for Fedora 38 and 39
+
* Sat Oct 29 2022 Ting-Wei Lan <lantw44@gmail.com> - 0.1.2-5
- Rebuilt for Fedora 37 and 38
diff --git a/guix/emacs-with-editor/emacs-with-editor.spec b/guix/emacs-with-editor/emacs-with-editor.spec
index c82152c..0612cf4 100644
--- a/guix/emacs-with-editor/emacs-with-editor.spec
+++ b/guix/emacs-with-editor/emacs-with-editor.spec
@@ -3,7 +3,7 @@
Name: emacs-%{pkg}
Version: 3.2.0
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Use the Emacsclient as the editor of child processes
License: GPLv3+
@@ -64,6 +64,9 @@ fi
%changelog
+* Wed Apr 19 2023 Ting-Wei Lan <lantw44@gmail.com> - 3.2.0-3
+- Rebuilt for Fedora 38 and 39
+
* Sat Oct 29 2022 Ting-Wei Lan <lantw44@gmail.com> - 3.2.0-2
- Rebuilt for Fedora 37 and 38
diff --git a/guix/guile-avahi/guile-avahi.spec b/guix/guile-avahi/guile-avahi.spec
index 64814a7..95852fa 100644
--- a/guix/guile-avahi/guile-avahi.spec
+++ b/guix/guile-avahi/guile-avahi.spec
@@ -1,6 +1,6 @@
Name: guile-avahi
Version: 0.4.1
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Avahi bindings for GNU Guile
License: LGPLv3+
@@ -76,6 +76,9 @@ fi
%changelog
+* Wed Apr 19 2023 Ting-Wei Lan <lantw44@gmail.com> - 0.4.1-2
+- Rebuilt for Fedora 38 and 39
+
* Sun Feb 12 2023 Ting-Wei Lan <lantw44@gmail.com> - 0.4.1-1
- Update to 0.4.1
- Switch to Guile 3.0
diff --git a/guix/guile-bytestructures/guile-bytestructures.spec b/guix/guile-bytestructures/guile-bytestructures.spec
index 4475cfe..88b7af8 100644
--- a/guix/guile-bytestructures/guile-bytestructures.spec
+++ b/guix/guile-bytestructures/guile-bytestructures.spec
@@ -8,7 +8,7 @@
Name: guile-bytestructures
Version: 1.0.10
-Release: 5%{?dist}
+Release: 6%{?dist}
Summary: Structured access library to bytevector contents for Guile
License: GPLv3+
@@ -63,6 +63,9 @@ first-class status.
%changelog
+* Wed Apr 19 2023 Ting-Wei Lan <lantw44@gmail.com> - 1.0.10-6
+- Rebuilt for Fedora 38 and 39
+
* Sun Feb 12 2023 Ting-Wei Lan <lantw44@gmail.com> - 1.0.10-5
- Switch to Guile 3.0
diff --git a/guix/guile-gcrypt/guile-gcrypt.spec b/guix/guile-gcrypt/guile-gcrypt.spec
index 6fa8c76..cb5d3a1 100644
--- a/guix/guile-gcrypt/guile-gcrypt.spec
+++ b/guix/guile-gcrypt/guile-gcrypt.spec
@@ -8,7 +8,7 @@
Name: guile-gcrypt
Version: 0.4.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Guile bindings to Libgcrypt
License: GPLv3+
@@ -72,6 +72,9 @@ fi
%changelog
+* Wed Apr 19 2023 Ting-Wei Lan <lantw44@gmail.com> - 0.4.0-2
+- Rebuilt for Fedora 38 and 39
+
* Sun Feb 12 2023 Ting-Wei Lan <lantw44@gmail.com> - 0.4.0-1
- Update to 0.4.0
- Switch to Guile 3.0
diff --git a/guix/guile-json/guile-json.spec b/guix/guile-json/guile-json.spec
index 86e37b9..8ed6107 100644
--- a/guix/guile-json/guile-json.spec
+++ b/guix/guile-json/guile-json.spec
@@ -8,7 +8,7 @@
Name: guile-json
Version: 4.7.3
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: JSON module for Guile
License: GPLv3+
@@ -66,6 +66,9 @@ features:
%changelog
+* Wed Apr 19 2023 Ting-Wei Lan <lantw44@gmail.com> - 4.7.3-3
+- Rebuilt for Fedora 38 and 39
+
* Sun Feb 12 2023 Ting-Wei Lan <lantw44@gmail.com> - 4.7.3-2
- Switch to Guile 3.0
diff --git a/guix/guile-lib/guile-lib.spec b/guix/guile-lib/guile-lib.spec
index 2d5dc1c..d9d05ba 100644
--- a/guix/guile-lib/guile-lib.spec
+++ b/guix/guile-lib/guile-lib.spec
@@ -8,7 +8,7 @@
Name: guile-lib
Version: 0.2.7
-Release: 5%{?dist}
+Release: 6%{?dist}
Summary: Guile-Lib is a repository of useful code written in Guile Scheme
License: GPLv3+
@@ -140,6 +140,9 @@ fi
%changelog
+* Wed Apr 19 2023 Ting-Wei Lan <lantw44@gmail.com> - 0.2.7-6
+- Rebuilt for Fedora 38 and 39
+
* Sun Feb 12 2023 Ting-Wei Lan <lantw44@gmail.com> - 0.2.7-5
- Switch to Guile 3.0
diff --git a/guix/guile-lzlib/guile-lzlib.spec b/guix/guile-lzlib/guile-lzlib.spec
index ea271b3..4d7a95f 100644
--- a/guix/guile-lzlib/guile-lzlib.spec
+++ b/guix/guile-lzlib/guile-lzlib.spec
@@ -8,7 +8,7 @@
Name: guile-lzlib
Version: 0.0.2
-Release: 6%{?dist}
+Release: 7%{?dist}
Summary: Guile bindings for lzlib
License: GPLv3+
@@ -58,6 +58,9 @@ autoreconf -fiv
%changelog
+* Wed Apr 19 2023 Ting-Wei Lan <lantw44@gmail.com> - 0.0.2-7
+- Rebuilt for Fedora 38 and 39
+
* Sun Feb 12 2023 Ting-Wei Lan <lantw44@gmail.com> - 0.0.2-6
- Switch to Guile 3.0
diff --git a/guix/guile-lzma/guile-lzma.spec b/guix/guile-lzma/guile-lzma.spec
index a3ae67b..2ad8048 100644
--- a/guix/guile-lzma/guile-lzma.spec
+++ b/guix/guile-lzma/guile-lzma.spec
@@ -8,7 +8,7 @@
Name: guile-lzma
Version: 0.1.1
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Guile bindings for liblzma
License: GPLv3+
@@ -58,5 +58,8 @@ interface similar to other Guile compression libraries, like Guile-zlib.
%changelog
+* Wed Apr 19 2023 Ting-Wei Lan <lantw44@gmail.com> - 0.1.1-2
+- Rebuilt for Fedora 38 and 39
+
* Sun Feb 12 2023 Ting-Wei Lan <lantw44@gmail.com> - 0.1.1-1
- Initial packaging
diff --git a/guix/guile-quickcheck/guile-quickcheck.spec b/guix/guile-quickcheck/guile-quickcheck.spec
index 3e0ac48..62ca26b 100644
--- a/guix/guile-quickcheck/guile-quickcheck.spec
+++ b/guix/guile-quickcheck/guile-quickcheck.spec
@@ -8,7 +8,7 @@
Name: guile-quickcheck
Version: 0.1.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Randomized property-based testing for Guile
License: GPLv3+
@@ -59,5 +59,8 @@ seeing if it holds.
%changelog
+* Wed Apr 19 2023 Ting-Wei Lan <lantw44@gmail.com> - 0.1.0-2
+- Rebuilt for Fedora 38 and 39
+
* Sun Feb 12 2023 Ting-Wei Lan <lantw44@gmail.com> - 0.1.0-1
- Initial packaging
diff --git a/guix/guile-semver/guile-semver.spec b/guix/guile-semver/guile-semver.spec
index b08978e..3f02683 100644
--- a/guix/guile-semver/guile-semver.spec
+++ b/guix/guile-semver/guile-semver.spec
@@ -8,7 +8,7 @@
Name: guile-semver
Version: 0.1.1
-Release: 6%{?dist}
+Release: 7%{?dist}
Summary: Guile library for Semantic Versioning
License: GPLv3+
@@ -63,6 +63,9 @@ ranges. It supports:
%changelog
+* Wed Apr 19 2023 Ting-Wei Lan <lantw44@gmail.com> - 0.1.1-7
+- Rebuilt for Fedora 38 and 39
+
* Sun Feb 12 2023 Ting-Wei Lan <lantw44@gmail.com> - 0.1.1-6
- Switch to Guile 3.0
diff --git a/guix/guile-sqlite3/guile-sqlite3.spec b/guix/guile-sqlite3/guile-sqlite3.spec
index f944045..0f1f2b2 100644
--- a/guix/guile-sqlite3/guile-sqlite3.spec
+++ b/guix/guile-sqlite3/guile-sqlite3.spec
@@ -8,7 +8,7 @@
Name: guile-sqlite3
Version: 0.1.3
-Release: 6%{?dist}
+Release: 7%{?dist}
Summary: Guile bindings for the SQLite3 database engine
License: LGPLv3+
@@ -52,6 +52,9 @@ autoreconf -fiv
%changelog
+* Wed Apr 19 2023 Ting-Wei Lan <lantw44@gmail.com> - 0.1.3-7
+- Rebuilt for Fedora 38 and 39
+
* Sun Feb 12 2023 Ting-Wei Lan <lantw44@gmail.com> - 0.1.3-6
- Switch to Guile 3.0
diff --git a/guix/guile-zlib/guile-zlib.spec b/guix/guile-zlib/guile-zlib.spec
index fcc6afa..3b0c08d 100644
--- a/guix/guile-zlib/guile-zlib.spec
+++ b/guix/guile-zlib/guile-zlib.spec
@@ -8,7 +8,7 @@
Name: guile-zlib
Version: 0.1.0
-Release: 5%{?dist}
+Release: 6%{?dist}
Summary: Guile bindings for zlib
License: GPLv3+
@@ -57,6 +57,9 @@ autoreconf -fiv
%changelog
+* Wed Apr 19 2023 Ting-Wei Lan <lantw44@gmail.com> - 0.1.0-6
+- Rebuilt for Fedora 38 and 39
+
* Sun Feb 12 2023 Ting-Wei Lan <lantw44@gmail.com> - 0.1.0-5
- Switch to Guile 3.0
diff --git a/guix/guile-zstd/guile-zstd.spec b/guix/guile-zstd/guile-zstd.spec
index b0593e3..1ecd211 100644
--- a/guix/guile-zstd/guile-zstd.spec
+++ b/guix/guile-zstd/guile-zstd.spec
@@ -8,7 +8,7 @@
Name: guile-zstd
Version: 0.1.1
-Release: 6%{?dist}
+Release: 7%{?dist}
Summary: GNU Guile bindings to the zstd compression library
License: GPLv3+
@@ -56,6 +56,9 @@ autoreconf -fiv
%changelog
+* Wed Apr 19 2023 Ting-Wei Lan <lantw44@gmail.com> - 0.1.1-7
+- Rebuilt for Fedora 38 and 39
+
* Sun Feb 12 2023 Ting-Wei Lan <lantw44@gmail.com> - 0.1.1-6
- Switch to Guile 3.0
diff --git a/guix/guix/guix.spec b/guix/guix/guix.spec
index 5b411aa..a9593dd 100644
--- a/guix/guix/guix.spec
+++ b/guix/guix/guix.spec
@@ -6,7 +6,7 @@
Name: guix
Version: 1.4.0
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: A purely functional package manager for the GNU system
License: GPLv3+
@@ -488,6 +488,9 @@ fi
%changelog
+* Wed Apr 19 2023 Ting-Wei Lan <lantw44@gmail.com> - 1.4.0-3
+- Rebuilt for Fedora 38 and 39
+
* Tue Feb 28 2023 Ting-Wei Lan <lantw44@gmail.com> - 1.4.0-2
- Switch to the standalone GnuTLS Guile bindings
diff --git a/guix/lzlib/lzlib.spec b/guix/lzlib/lzlib.spec
index b389b90..9f2e4bf 100644
--- a/guix/lzlib/lzlib.spec
+++ b/guix/lzlib/lzlib.spec
@@ -3,7 +3,7 @@
Name: lzlib
Version: 1.13
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: A compression library for the lzip file format
License: GPLv2+
@@ -60,6 +60,9 @@ developing applications that use %{name}.
%changelog
+* Wed Apr 19 2023 Ting-Wei Lan <lantw44@gmail.com> - 1.13-3
+- Rebuilt for Fedora 38 and 39
+
* Sat Oct 29 2022 Ting-Wei Lan <lantw44@gmail.com> - 1.13-2
- Rebuilt for Fedora 37 and 38