Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2c4523b969 | ||
|
|
eadb7fd1a6 |
4 changed files with 14 additions and 7 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -42,3 +42,5 @@ clog
|
|||
/php-phpseclib-2.0.42-665d289.tgz
|
||||
/php-phpseclib-2.0.43-87b6bb4.tgz
|
||||
/php-phpseclib-2.0.44-149f608.tgz
|
||||
/php-phpseclib-2.0.48-eaa7be7.tgz
|
||||
/php-phpseclib-2.0.49-4de468f.tgz
|
||||
|
|
|
|||
|
|
@ -11,11 +11,10 @@ echo -e "\nCreate git snapshot\nName=$NAME, Owner=$OWNER, Project=$PROJECT, Vers
|
|||
|
||||
echo "Cloning..."
|
||||
rm -rf $PROJECT-$COMMIT
|
||||
git clone https://github.com/$OWNER/$PROJECT.git $PROJECT-$COMMIT
|
||||
git clone --revision "${COMMIT}" --depth 1 https://github.com/$OWNER/$PROJECT.git $PROJECT-$COMMIT
|
||||
|
||||
echo "Getting commit..."
|
||||
echo "Saving a copy of composer.json..."
|
||||
pushd $PROJECT-$COMMIT
|
||||
git checkout $COMMIT
|
||||
cp composer.json ../composer-$VERSION.json
|
||||
popd
|
||||
|
||||
|
|
|
|||
|
|
@ -3,13 +3,13 @@
|
|||
|
||||
%global github_owner phpseclib
|
||||
%global github_name phpseclib
|
||||
%global github_commit 149f608243f8133c61926aae26ce67d2b22b37e5
|
||||
%global github_commit 4de468f48f0ab9709fc875aca0762abdc81cfa9b
|
||||
%global github_short %(c=%{github_commit}; echo ${c:0:7})
|
||||
%bcond_without tests
|
||||
|
||||
Name: php-%{composer_vendor}
|
||||
Version: 2.0.44
|
||||
Release: 5%{?dist}
|
||||
Version: 2.0.49
|
||||
Release: 1%{?dist}
|
||||
Summary: PHP Secure Communications Library
|
||||
License: MIT
|
||||
URL: https://github.com/%{github_owner}/%{github_name}
|
||||
|
|
@ -131,6 +131,12 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Oct 06 2025 Artur Frenszek-Iwicki <fedora@svgames.pl> - 2.0.49-1
|
||||
- Update to v2.0.49
|
||||
|
||||
* Thu Jan 30 2025 Artur Frenszek-Iwicki <fedora@svgames.pl> - 2.0.48-1
|
||||
- Update to v2.0.48
|
||||
|
||||
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.44-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-phpseclib-2.0.44-149f608.tgz) = bef9ee0018b5e4ccff94efa6ae4583f8f4b36688695c237b49092f29a403c6554f406180b2acda3c68086554fe86cc806ce588742cb227fd6dc3b35460ee32cb
|
||||
SHA512 (php-phpseclib-2.0.49-4de468f.tgz) = 1f3602066cb9cc2bb1d726a514c3abfd1b34b7d034baa88a1ae0a921699096cc6a6a9113775159144edf6d98beeeeddfb970ae2ae5b1e24c8a10ea542f9766da
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue