Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / mupdf


Commits:
7809fe5e by Robin Candau at 2024-08-22T13:24:46+02:00
Add README to document soname bump

- - - - -
da795697 by Robin Candau at 2024-08-22T13:26:00+02:00
Typo/grammar fixes in READE

- - - - -


1 changed file:

- + README.md


Changes:

=====================================
README.md
=====================================
@@ -0,0 +1,13 @@
+# mupdf
+
+## Soname bump on new upstream releases
+
+Each new upstream release includes a soname bump in `libmupdf` (which is a 
part of this `mupdf` split package).  
+You can run `sogrep` on the built `libmupdf` package to identify the list of 
packages to rebuilb against it (e.g. `for repo in core extra; do for lib in 
$(find-libprovides libmupdf-1.24.8-1-x86_64.pkg.tar.zst | sed 's/=.*//g'); do 
sogrep -r $repo $lib; done; done | sort | uniq`).
+
+Currently, the list consists of:
+
+- python-pymupdf
+- zathura-pdf-mupdf
+
+I always create a ToDo to track those rebuilds (in `staging`). For instance: 
https://archlinux.org/todo/mupdf-1248-rebuild/



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mupdf/-/compare/80273cb2183854647d5a9df14366509b0edab2f5...da795697da4394309f9e964e60f6b33a403b36e3

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mupdf/-/compare/80273cb2183854647d5a9df14366509b0edab2f5...da795697da4394309f9e964e60f6b33a403b36e3
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to