public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Laurent Rineau <laurent.rineau@cgal.org>
To: git-commits@fedoraproject.org
Subject: [rpms/CGAL] rawhide: Merge branch 'rawhide-update' into rawhide
Date: Fri, 12 Jun 2026 10:38:16 GMT	[thread overview]
Message-ID: <178126069678.1.4907207220141397095.rpms-CGAL-686676d8e551@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/CGAL
            Branch : rawhide
            Commit : 686676d8e551927f9bf4bb751ba6041558977ff6
            Author : Laurent Rineau <laurent.rineau@cgal.org>
            Date   : 2026-06-12T12:34:48+02:00
            Stats  : +8/-6 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/CGAL/c/686676d8e551927f9bf4bb751ba6041558977ff6?branch=rawhide

            Log:
            Merge branch 'rawhide-update' into rawhide

# Conflicts:
#	CGAL.spec

---
diff --git a/CGAL.spec b/CGAL.spec
index ab17c67..12a4c53 100644
--- a/CGAL.spec
+++ b/CGAL.spec
@@ -6,17 +6,19 @@
 %global qt_version 6.4
 %global cmake_version 3.22
 
-#%%global fullversion %%{version}
-%global fullversion 6.2-beta1
+%global base_version 6.2
+#global prerelease beta1
+%global package_version %{base_version}%{?prerelease:~%{prerelease}}
+%global upstream_version %{base_version}%{?prerelease:-%{prerelease}}
 
 Name:           CGAL
-Version:        6.2
-Release:        1%{?dist}
+Version:        %{package_version}
+Release:        %autorelease
 Summary:        Computational Geometry Algorithms Library
 
 License:        LGPL-3.0-or-later AND GPL-3.0-or-later AND BSL-1.0
 URL:            http://www.cgal.org/
-Source0:        https://github.com/CGAL/cgal/releases/download/v%{fullversion}/%{name}-%{fullversion}.tar.xz
+Source0:        https://github.com/CGAL/cgal/releases/download/v%{upstream_version}/%{name}-%{upstream_version}.tar.xz
 
 # Required devel packages.
 BuildRequires: cmake >= %{cmake_version}
@@ -82,7 +84,7 @@ CGAL algorithms.
 
 
 %prep
-%autosetup -p1 -n %{name}-%{fullversion}
+%autosetup -p1 -n %{name}-%{upstream_version}
 
 # Fix some file permissions
 #chmod a-x include/CGAL/export/ImageIO.h

                 reply	other threads:[~2026-06-12 10:38 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=178126069678.1.4907207220141397095.rpms-CGAL-686676d8e551@fedoraproject.org \
    --to=laurent.rineau@cgal.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