Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blog week 28 #697

Merged
merged 1 commit into from
Jul 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions weekly/July-2023.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))