Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] uncrustify: update to 0.75.1 and adopt
@ 2022-07-12  7:12 ishaanbhimwal
  2022-07-15 15:50 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: ishaanbhimwal @ 2022-07-12  7:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1411 bytes --]

There is a new pull request by ishaanbhimwal against master on the void-packages repository

https://github.com/ishaanbhimwal/void-packages uncrustify
https://github.com/void-linux/void-packages/pull/38017

uncrustify: update to 0.75.1 and adopt
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->

Note: patch no longer required as https://github.com/uncrustify/uncrustify/issues/3196 was fixed in https://github.com/uncrustify/uncrustify/pull/3306

A patch file from https://github.com/void-linux/void-packages/pull/38017.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-uncrustify-38017.patch --]
[-- Type: text/x-diff, Size: 2200 bytes --]

From 9c81913d4a9bcfe4dd569fdaace259c19d0c96bf Mon Sep 17 00:00:00 2001
From: Ishaan Bhimwal <ishaanbhimwal@protonmail.com>
Date: Tue, 12 Jul 2022 12:32:58 +0530
Subject: [PATCH] uncrustify: update to 0.75.1 and adopt

---
 srcpkgs/uncrustify/patches/fix-test.patch | 17 -----------------
 srcpkgs/uncrustify/template               |  6 +++---
 2 files changed, 3 insertions(+), 20 deletions(-)
 delete mode 100644 srcpkgs/uncrustify/patches/fix-test.patch

diff --git a/srcpkgs/uncrustify/patches/fix-test.patch b/srcpkgs/uncrustify/patches/fix-test.patch
deleted file mode 100644
index 4e43d6f9d543..000000000000
--- a/srcpkgs/uncrustify/patches/fix-test.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-https://github.com/uncrustify/uncrustify/issues/3196
-
-diff --git a/tests/cli/test_cli_options.py b/tests/cli/test_cli_options.py
-index d835822..ea289ca 100755
---- a/tests/cli/test_cli_options.py
-+++ b/tests/cli/test_cli_options.py
-@@ -705,8 +705,8 @@ def main(args):
-     #
-     # Test --tracking_space FILE
-     #
--    if parsed_args.config == 'Release':
--        eprint("Release")
-+    if parsed_args.config == 'Release' or parsed_args.config == 'None':
-+        eprint(parsed_args.config)
-         if not check_uncrustify_output(
-                 uncr_bin,
-                 parsed_args,
diff --git a/srcpkgs/uncrustify/template b/srcpkgs/uncrustify/template
index 6fc687b616c1..a18f2bd761f8 100644
--- a/srcpkgs/uncrustify/template
+++ b/srcpkgs/uncrustify/template
@@ -1,16 +1,16 @@
 # Template file for 'uncrustify'
 pkgname=uncrustify
-version=0.73.0
+version=0.75.1
 revision=1
 wrksrc="$pkgname-$pkgname-$version"
 build_style=cmake
 hostmakedepends="python3"
 short_desc="Source Code Beautifier for multiple languages"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Ishaan Bhimwal <ishaanbhimwal@protonmail.com>"
 license="GPL-2.0-or-later"
 homepage="http://uncrustify.sourceforge.net/"
 distfiles="https://github.com/uncrustify/uncrustify/archive/$pkgname-$version.tar.gz"
-checksum=2df0326ba8c413d675b796e051d89a318b7c9cccebc993d66466e2e7fd970672
+checksum=fd14acc0a31ed88b33137bdc26d32964327488c835f885696473ef07caf2e182
 
 post_install() {
 	for f in etc/*cfg; do

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: uncrustify: update to 0.75.1 and adopt
  2022-07-12  7:12 [PR PATCH] uncrustify: update to 0.75.1 and adopt ishaanbhimwal
@ 2022-07-15 15:50 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2022-07-15 15:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1245 bytes --]

There's a merged pull request on the void-packages repository

uncrustify: update to 0.75.1 and adopt
https://github.com/void-linux/void-packages/pull/38017

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->

Note: patch no longer required as https://github.com/uncrustify/uncrustify/issues/3196 was fixed in https://github.com/uncrustify/uncrustify/pull/3306

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-07-15 15:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-12  7:12 [PR PATCH] uncrustify: update to 0.75.1 and adopt ishaanbhimwal
2022-07-15 15:50 ` [PR PATCH] [Merged]: " classabbyamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).