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

[pangomm] Update to 2.48.1 #20293

Merged
merged 3 commits into from
Sep 24, 2021
Merged

[pangomm] Update to 2.48.1 #20293

merged 3 commits into from
Sep 24, 2021

Conversation

faserg1
Copy link
Contributor

@faserg1 faserg1 commented Sep 22, 2021

This update should fix #18824 compilation error on windows

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!

PRs must add only one version and must not modify any published versions

When making any changes to a library, the version or port-version in vcpkg.json or CONTROL must be modified.

Error: Local changes detected for pangomm but no changes to version or port version.
-- Version: 2.48.0
-- Old SHA: d751b0dbf773ade4811729e3a55a8828dac8a78a
-- New SHA: 98ea771330e47c3d22ed4e1b99c53737eddf621e
-- Did you remember to update the version or port version?
-- Pass `--overwrite-version` to bypass this check.
***No files were updated.***

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 b29f8ef37edb1cedd5c2e403dbcb355443b939f6 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index ee24d26..b357057 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -4957,7 +4957,7 @@
       "port-version": 1
     },
     "pangomm": {
-      "baseline": "2.48.0",
+      "baseline": "2.48.1",
       "port-version": 0
     },
     "parallel-hashmap": {
diff --git a/versions/p-/pangomm.json b/versions/p-/pangomm.json
index 58e56d9..2634add 100644
--- a/versions/p-/pangomm.json
+++ b/versions/p-/pangomm.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "1ff0b71c742896ffb9da84638f7e20b2960aff80",
+      "version": "2.48.1",
+      "port-version": 0
+    },
     {
       "git-tree": "d751b0dbf773ade4811729e3a55a8828dac8a78a",
       "version": "2.48.0",

@PhoebeHui PhoebeHui self-assigned this Sep 23, 2021
@PhoebeHui PhoebeHui added the category:port-update The issue is with a library, which is requesting update new revision label Sep 23, 2021
@PhoebeHui PhoebeHui changed the title Update pangomm port to 2.48.1 [pangomm] Update to 2.48.1 Sep 23, 2021
Copy link
Contributor

@PhoebeHui PhoebeHui left a comment

Choose a reason for hiding this comment

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

LGTM, thanks for the PR!

@PhoebeHui PhoebeHui added the info:reviewed Pull Request changes follow basic guidelines label Sep 23, 2021
@BillyONeal BillyONeal merged commit e583724 into microsoft:master Sep 24, 2021
@BillyONeal
Copy link
Member

Thanks for the version update!

@faserg1 faserg1 deleted the patch-1 branch September 25, 2021 01:40
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.

[glibmm]glibmmconfig.h missing
3 participants