From 64c2c261eab6edd88e8e5ba504595494880e7cde Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Jan 18 2024 06:30:05 +0000 Subject: v3.47.1 --- diff --git a/.gitignore b/.gitignore index fd4f1c6..1b5d68f 100644 --- a/.gitignore +++ b/.gitignore @@ -102,3 +102,4 @@ clog /php-cs-fixer-3.41.1-8b6ae8d.tgz /php-cs-fixer-3.45.0-c0daa33.tgz /php-cs-fixer-3.46.0-be6831c.tgz +/php-cs-fixer-3.47.1-173c60d.tgz diff --git a/makesrc.sh b/makesrc.sh index ef1af4d..0ddf2ba 100755 --- a/makesrc.sh +++ b/makesrc.sh @@ -1,6 +1,7 @@ #!/bin/bash NAME=$(sed -n '/^Name:/{s/.* //;p}' *.spec) +DATE=$(sed -n '/^%global gh_date/{s/.* //;p}' $NAME.spec) OWNER=$(sed -n '/^%global gh_owner/{s/.* //;p}' $NAME.spec) PROJECT=$(sed -n '/^%global gh_project/{s/.* //;p}' $NAME.spec) VERSION=$(sed -n '/^Version:/{s/.* //;p}' $NAME.spec) @@ -10,10 +11,10 @@ SHORT=${COMMIT:0:7} if [ -f $NAME-$VERSION-$SHORT.tgz ]; then echo "Skip $NAME-$VERSION-$SHORT.tgz" else - echo -e "\nCreate git snapshot\nName=$NAME, Owner=$OWNER, Project=$PROJECT, Version=$VERSION, Commit=$COMMIT\n" + echo -e "\nCreate git snapshot\nName=$NAME, Owner=$OWNER, Project=$PROJECT, Version=$VERSION, Commit=$COMMIT, Date=$DATE\n" echo "Cloning..." - git clone https://github.com/$OWNER/$PROJECT.git $PROJECT-$COMMIT + git clone --shallow-since=$DATE https://github.com/$OWNER/$PROJECT.git $PROJECT-$COMMIT || exit1 echo "Getting commit..." pushd $PROJECT-$COMMIT diff --git a/php-cs-fixer.spec b/php-cs-fixer.spec index 288fe8a..efe874e 100644 --- a/php-cs-fixer.spec +++ b/php-cs-fixer.spec @@ -10,15 +10,15 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit be6831c9af1740470d2a773119b9273f8ac1c3d2 +%global gh_commit 173c60d1eff911c9c54322704623a45561d3241d %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -#global gh_date 20150717 +%global gh_date 2024-01-16 %global gh_owner FriendsOfPHP %global gh_project PHP-CS-Fixer Name: php-cs-fixer -Version: 3.46.0 -Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} +Version: 3.47.1 +Release: 1%{?dist} Summary: PHP Coding Standards Fixer # see bundled list below, SPDX @@ -148,6 +148,9 @@ PHP_CS_FIXER_IGNORE_ENV=1 ./%{name} --version | grep %{version} %changelog +* Wed Jan 17 2024 Remi Collet - 3.47.1-1 +- update to 3.47.1 + * Thu Jan 4 2024 Remi Collet - 3.46.0-1 - update to 3.46.0 diff --git a/sources b/sources index 538edd1..e4995a7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-cs-fixer-3.46.0-be6831c.tgz) = 1bdf9e6be9a7543b42ba837a357e79f4ee167aa89ff2159568d1fa8ee0cc9e06b32fac6a76940bd681770bd04e627d4886cda57888b6d1a007fe85819679e200 +SHA512 (php-cs-fixer-3.47.1-173c60d.tgz) = 31d08f40ad63eaee1ba6bd8a1fa39abe896bd89c4ca3ee923dda2649c29a9c30975c276832dfdada1f6bfc03775317fd3c7bf18bcc1d8c47b5d7aef53de26c4a