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

[pango] update to 1.5.6 (microsoft#23819) #23820

Merged

Conversation

SchaichAlonso
Copy link
Contributor

Describe the pull request

  • What does your PR fix?

    Fixes [pango] update to 1.5.6 #23819

  • Which triplets are supported/not supported? Have you updated the CI baseline?

    Supported triplets unchanged, CI baseline not updated

  • Does your PR follow the maintainer guide?

    Yes

  • If you have added/updated a port: Have you run ./vcpkg x-add-version --all and committed the result?

If you are still working on the PR, open it as a Draft: https://github.blog/2019-02-14-introducing-draft-pull-requests/

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You have modified or added at least one vcpkg.json where a "license" field is missing.

If you feel able to do so, please consider adding a "license" field to the following files:

  • ports/pango/vcpkg.json

Valid values for the license field can be found in the documentation

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!

All manifest files must be formatted

./vcpkg format-manifest ports/*/vcpkg.json

Diff
diff --git a/ports/pango/vcpkg.json b/ports/pango/vcpkg.json
index 93d4a6f..faf4857 100644
--- a/ports/pango/vcpkg.json
+++ b/ports/pango/vcpkg.json
@@ -3,7 +3,7 @@
   "version": "1.50.6",
   "description": "Text and font handling library.",
   "homepage": "https://ftp.gnome.org/pub/GNOME/sources/pango/",
-  "license": " LGPL-2.0-only",
+  "license": "LGPL-2.0-only",
   "dependencies": [
     {
       "name": "cairo",
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 9ff4659a075d5f4f30aaca9f7c4e7f059ecc1d6d -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/p-/pango.json b/versions/p-/pango.json
index de14e53..4533caa 100644
--- a/versions/p-/pango.json
+++ b/versions/p-/pango.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "d50df52deba914e327b3af775cde5dad07613656",
+      "git-tree": "db85fd904e40578950bcc478e2bfad06c70e787a",
       "version": "1.50.6",
       "port-version": 0
     },

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!

After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 9ff4659a075d5f4f30aaca9f7c4e7f059ecc1d6d -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/p-/pango.json b/versions/p-/pango.json
index cb36fdd..4533caa 100644
--- a/versions/p-/pango.json
+++ b/versions/p-/pango.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "19a816f6c0aaf16f14c966258db58087cd1ee124",
+      "git-tree": "db85fd904e40578950bcc478e2bfad06c70e787a",
       "version": "1.50.6",
       "port-version": 0
     },

Overview of changes in 1.50.6, 19-03-2022
=========================================
- Drop hb-glib dependency
- Fix test font configuration
- Maintain order in pango_attr_list_change
- Fix a use-after-free in pango_attr_list_change

Overview of changes in 1.50.5, 03-03-2022
=========================================
* Fix compiler warnings
* Enable cairo by default
* pango-view: Show more baselines
* layout: Handle baselines
* Windows: build cleanups

Overview of changes in 1.50.4, 09-02-2022
=========================================
* Tweak synthetic space sizes
* itemize: Try harder to avoid NULL fonts
* docs: Some additions
* Pass synthetic slant to harfbuzz
* Make sloped carets work with uneven scales
* Fix serialiation on arm
* Avoid an uninitialized variable warning
* Reinstate previous behavior of pango_attr_list_splice
* Deprecated pango_coverage_ref/unref
* Fix serialization on non-glibc systems
* Fix allow-breaks handling
@SchaichAlonso SchaichAlonso marked this pull request as ready for review March 28, 2022 19:06
@SchaichAlonso SchaichAlonso changed the title [pango] update to 15.6 (microsoft#23819) [pango] update to 1.5.6 (microsoft#23819) Mar 28, 2022
@Cheney-W Cheney-W self-assigned this Mar 29, 2022
@Cheney-W Cheney-W added category:port-update The issue is with a library, which is requesting update new revision info:reviewed Pull Request changes follow basic guidelines labels Mar 29, 2022
@strega-nil-ms
Copy link
Contributor

Thanks!

@strega-nil-ms strega-nil-ms merged commit a22aaa3 into microsoft:master Mar 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-update The issue is with a library, which is requesting update new revision info:reviewed Pull Request changes follow basic guidelines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[pango] update to 1.5.6
3 participants