From 1800f65f65aa479d368fe41a47ef8c01ede9c349 Mon Sep 17 00:00:00 2001 From: Laura Barcziova Date: Tue, 18 Jul 2023 08:01:57 +0200 Subject: [PATCH] Blog week 28 --- weekly/July-2023.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/weekly/July-2023.md b/weekly/July-2023.md index 95701eb0e..ce4e4e0db 100644 --- a/weekly/July-2023.md +++ b/weekly/July-2023.md @@ -8,3 +8,15 @@ tags: ## Week 27 (July 4th – July 10th) - Packit now correctly reloads upstream specfile after running `pre-sync` action. ([packit#2006](https://github.com/packit/packit/pull/2006)) + +## Week 28 (July 11th – July 17th) + +- Packit now includes instructions on how to checkout the dist-git PR locally when syncing the release. + ([packit-service#2116](https://github.com/packit/packit-service/pull/2116)) +- We have fixed a bug in processing options of `%prep` macros in our `specfile` library. For instance, when a quoted + string appeared inside an expression expansion, it could lead to improper parsing, rendering the spec file invalid + after accessing the options. ([specfile#253](https://github.com/packit/specfile/pull/253)) +- packit.dev has a new format! As the content has expanded a lot in the recent year, we decided to switch to using + [Docosaurus](https://docusaurus.io/): + now all the documentation is in one place and this format also enables additional features for our blog posts. + ([packit.dev#694](https://github.com/packit/packit.dev/pull/694))