public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Remi Collet <remi@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/php-sabre-vobject4] rawhide: v4.6.0
Date: Tue, 02 Jun 2026 07:53:40 GMT	[thread overview]
Message-ID: <178038682068.1.17094310188484261816.rpms-php-sabre-vobject4-a7b3925809ed@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/php-sabre-vobject4
Branch : rawhide
Commit : a7b3925809ed5082b31c5aa199f0a9553b044e53
Author : Remi Collet <remi@fedoraproject.org>
Date   : 2026-06-02T09:53:34+02:00
Stats  : +18/-21 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/php-sabre-vobject4/c/a7b3925809ed5082b31c5aa199f0a9553b044e53?branch=rawhide

Log:
v4.6.0

---
diff --git a/.gitignore b/.gitignore
index 7dc7872..c99da51 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,3 +27,4 @@ clog
 /php-sabre-vobject4-4.5.6-900266b.tgz
 /php-sabre-vobject4-4.5.7-ff22611.tgz
 /php-sabre-vobject4-4.5.8-d554eb2.tgz
+/php-sabre-vobject4-4.6.0.tgz

diff --git a/makesrc.sh b/makesrc.sh
index f9982c6..f2a2aed 100755
--- a/makesrc.sh
+++ b/makesrc.sh
@@ -4,29 +4,24 @@ NAME=$(basename $PWD)
 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)
-COMMIT=$(sed  -n '/^%global gh_commit/{s/.* //;p}'  $NAME.spec)
-SHORT=${COMMIT:0:7}
 
-if [ -f $NAME-$VERSION-$SHORT.tgz ]; then
-	echo "Already there."
+if [ -f $NAME-$VERSION.tgz ]; then
+	echo "$NAME-$VERSION.tgz already there"
 else
-	echo -e "\nCreate git snapshot\nName=$NAME, Owner=$OWNER, Project=$PROJECT, Version=$VERSION\n"
+	echo -e "\nCreate git snapshot\nName=$NAME, Owner=$OWNER, Project=$PROJECT, Version=$VERSION	\n"
 
 	echo "Cloning..."
-	rm -rf $PROJECT-$COMMIT
-	git clone https://github.com/$OWNER/$PROJECT.git $PROJECT-$COMMIT
+	rm -rf $PROJECT-$VERSION
+	git clone https://github.com/$OWNER/$PROJECT.git --depth 1 --branch $VERSION $PROJECT-$VERSION || exit 1
 
-	echo "Getting commit..."
-	pushd $PROJECT-$COMMIT
-		git checkout $COMMIT || exit 1
-		cp composer.json ../composer.json
-	popd
+	echo "Getting composer..."
+	cp $PROJECT-$VERSION/composer.json composer.json
 
 	echo "Archiving..."
-	tar czf $NAME-$VERSION-$SHORT.tgz --exclude-vcs $PROJECT-$COMMIT
+	tar czf $NAME-$VERSION.tgz --exclude-vcs $PROJECT-$VERSION
 
 	echo "Cleaning..."
-	rm -rf $PROJECT-$COMMIT
+	rm -rf $PROJECT-$VERSION
 
 	echo "Done."
 fi

diff --git a/php-sabre-vobject4.spec b/php-sabre-vobject4.spec
index bb9d840..018c68c 100644
--- a/php-sabre-vobject4.spec
+++ b/php-sabre-vobject4.spec
@@ -10,20 +10,18 @@
 %bcond_without       tests
 
 
-%global gh_commit    d554eb24d64232922e1eab5896cc2f84b3b9ffb1
-%global gh_short     %(c=%{gh_commit}; echo ${c:0:7})
 %global gh_owner     sabre-io
 %global gh_project   vobject
 %global with_cmd     1
 
 Name:           php-sabre-vobject4
 Summary:        Library to parse and manipulate iCalendar and vCard objects
-Version:        4.5.8
-Release:        2%{?dist}
+Version:        4.6.0
+Release:        1%{?dist}
 
 URL:            http://sabre.io/vobject/
 License:        BSD-3-Clause
-Source0:        %{name}-%{version}-%{gh_short}.tgz
+Source0:        %{name}-%{version}.tgz
 Source2:        makesrc.sh
 
 # replace composer autloader
@@ -85,7 +83,7 @@ Autoloader: %{_datadir}/php/Sabre/VObject4/autoload.php
 
 
 %prep
-%setup -q -n %{gh_project}-%{gh_commit}
+%setup -q -n %{gh_project}-%{version}
 
 %patch -P0 -p1 -b .rpm
 
@@ -166,6 +164,9 @@ exit $ret
 %endif
 
 %changelog
+* Tue Jun  2 2026 Remi Collet <remi@remirepo.net> - 4.6.0-1
+- update to 4.6.0
+
 * Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 4.5.8-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
 

diff --git a/sources b/sources
index 83fc031..16311f7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (php-sabre-vobject4-4.5.8-d554eb2.tgz) = 8e6af0c7069430561b3764e7bf1b4a87979732749f8628a014f34a728c426bcdd3548e56fe398e0c18ae0140a692f9c839ef1d7482e1e06c599fa813c27429d5
+SHA512 (php-sabre-vobject4-4.6.0.tgz) = c3c0802302767456f9da2bfa1f2aa3272d9c8d516347988723b2720019d0de0e74fa210f15816e7051f7f8c208d20fdbaa12ce70b518d7510a5a1956840c85ff

                 reply	other threads:[~2026-06-02  7:53 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178038682068.1.17094310188484261816.rpms-php-sabre-vobject4-a7b3925809ed@fedoraproject.org \
    --to=remi@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox