Skip to content

Commit

Permalink
Patch the version number used in the build
Browse files Browse the repository at this point in the history
Upstream didn't use the correct version number in the builds for this
release.  I'm not sure it makes a practical difference, but fix the
version number up anyway.
  • Loading branch information
me-and committed Oct 30, 2023
1 parent 644d2ab commit 4de30af
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions inih.cygport
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ SRC_URI="https://github.com/benhoyt/inih/archive/refs/tags/r${PV}/inih-r${PV}.ta
SRC_DIR="inih-r${PV}"

BUILD_REQUIRES=meson
PATCH_URI=r57-correct-version.patch

PKG_NAMES="libinih-devel libinih0"

Expand Down
11 changes: 11 additions & 0 deletions r57-correct-version.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- origsrc/inih-r57/meson.build 2023-07-07 03:00:45.000000000 +0100
+++ src/inih-r57/meson.build 2023-10-30 13:52:16.454291400 +0000
@@ -1,7 +1,7 @@
project('inih',
['c'],
license : 'BSD-3-Clause',
- version : '56',
+ version : '57',
)

#### options ####

0 comments on commit 4de30af

Please sign in to comment.