diff mbox series

[meta-oe] xgamma: upgrade 1.0.6 -> 1.0.7

Message ID 20231206134916.327864-1-alperyasinak1@gmail.com
State Accepted
Headers show
Series [meta-oe] xgamma: upgrade 1.0.6 -> 1.0.7 | expand

Commit Message

alperak Dec. 6, 2023, 1:49 p.m. UTC
Changelog:

* Use strtof() if available, instead of casting atof() to float
* Refactor to reduce code duplication
* Resolve -Wdouble-promotion warnings from clang
* Build xz tarballs instead of bzip2
* gitlab CI: add a basic build test
* Update configure.ac bug URL for gitlab migration
* Update README for gitlab migration
* autogen: add default patch prefix
* autogen.sh: use quoted string variables
* autogen.sh: use exec instead of waiting for configure to finish

Signed-off-by: alperak <alperyasinak1@gmail.com>
---
 .../xorg-app/{xgamma_1.0.6.bb => xgamma_1.0.7.bb}             | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-graphics/xorg-app/{xgamma_1.0.6.bb => xgamma_1.0.7.bb} (71%)

Comments

Khem Raj Dec. 13, 2023, 7:07 a.m. UTC | #1
On Wed, 06 Dec 2023 16:49:16 +0300, alperak wrote:
> Changelog:
> 
> * Use strtof() if available, instead of casting atof() to float
> * Refactor to reduce code duplication
> * Resolve -Wdouble-promotion warnings from clang
> * Build xz tarballs instead of bzip2
> * gitlab CI: add a basic build test
> * Update configure.ac bug URL for gitlab migration
> * Update README for gitlab migration
> * autogen: add default patch prefix
> * autogen.sh: use quoted string variables
> * autogen.sh: use exec instead of waiting for configure to finish
> 
> [...]

Applied, thanks!

[1/1] xgamma: upgrade 1.0.6 -> 1.0.7
      commit: b86d42b95120917f0d7388c8521fb3559666d0b4

Best regards,
diff mbox series

Patch

diff --git a/meta-oe/recipes-graphics/xorg-app/xgamma_1.0.6.bb b/meta-oe/recipes-graphics/xorg-app/xgamma_1.0.7.bb
similarity index 71%
rename from meta-oe/recipes-graphics/xorg-app/xgamma_1.0.6.bb
rename to meta-oe/recipes-graphics/xorg-app/xgamma_1.0.7.bb
index 4949616dd..dc9cbadb4 100644
--- a/meta-oe/recipes-graphics/xorg-app/xgamma_1.0.6.bb
+++ b/meta-oe/recipes-graphics/xorg-app/xgamma_1.0.7.bb
@@ -11,5 +11,5 @@  DEPENDS += "libxxf86vm"
 
 BBCLASSEXTEND = "native"
 
-SRC_URI[md5sum] = "90b4305157c2b966d5180e2ee61262be"
-SRC_URI[sha256sum] = "0ef1c35b5c18b1b22317f455c8df13c0a471a8efad63c89c98ae3ce8c2b222d3"
+SRC_URI_EXT = "xz"
+SRC_URI[sha256sum] = "1c79dae85a8953a15f4fe5c2895a033307b43b8613456c87ec47b374b113bc8f"