Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / fmt


Commits:
0f6a47a1 by Maxime Gauduin at 2023-08-15T11:13:46+02:00
upgpkg: 10.1.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = fmt
        pkgdesc = Open-source formatting library for C++
-       pkgver = 10.0.0
+       pkgver = 10.1.0
        pkgrel = 1
        url = https://fmt.dev
        arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = fmt
        makedepends = python-wheel
        depends = gcc-libs
        provides = libfmt.so
-       source = 
git+https://github.com/fmtlib/fmt.git#tag=a0b8a92e3d1532361c2f7feb63babc5c18d00ef2
+       source = 
git+https://github.com/fmtlib/fmt.git#tag=e57ca2e3685b160617d3d95fcd9e789c4e06ca88
        source = fmt-no-pip-no-virtualenv.patch
        source = fmt-10.0.0-sphinx.patch
        b2sums = SKIP


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 # Contributor: Mihai Bişog <[email protected]>
 
 pkgname=fmt
-pkgver=10.0.0
+pkgver=10.1.0
 pkgrel=1
 pkgdesc='Open-source formatting library for C++'
 arch=(x86_64)
@@ -23,7 +23,7 @@ makedepends=(
   python-wheel
 )
 provides=(libfmt.so)
-_tag=a0b8a92e3d1532361c2f7feb63babc5c18d00ef2
+_tag=e57ca2e3685b160617d3d95fcd9e789c4e06ca88
 source=(
   git+https://github.com/fmtlib/fmt.git#tag=${_tag}
   fmt-no-pip-no-virtualenv.patch
@@ -35,7 +35,6 @@ b2sums=('SKIP'
 
 prepare() {
   cd fmt
-  git cherry-pick -n 0b0f7cfbfcebd021c910078003d413354bd843e2 # hip workaround
   patch -Np1 -i ../fmt-no-pip-no-virtualenv.patch
   patch -Np1 -i ../fmt-10.0.0-sphinx.patch
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fmt/-/commit/0f6a47a174903478dd23ee31ef88a397e0cd4ee5

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fmt/-/commit/0f6a47a174903478dd23ee31ef88a397e0cd4ee5
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to