public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Leigh Scott <leigh123linux@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/cinnamon-desktop] f45: Update to 6.7.4-unstable
Date: Fri, 18 Sep 2026 12:11:03 GMT	[thread overview]
Message-ID: <178973346303.1.7484170024446118446.rpms-cinnamon-desktop-beb8e10d5b17@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/cinnamon-desktop
Branch : f45
Commit : beb8e10d5b177c62f7a55e954e5b9d8c19fd2f08
Author : Leigh Scott <leigh123linux@gmail.com>
Date   : 2026-09-18T13:08:56+01:00
Stats  : +20/-112 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/cinnamon-desktop/c/beb8e10d5b177c62f7a55e954e5b9d8c19fd2f08?branch=f45

Log:
Update to 6.7.4-unstable

---
diff --git a/cinnamon-desktop.spec b/cinnamon-desktop.spec
index a8e7cda..e6e7e33 100644
--- a/cinnamon-desktop.spec
+++ b/cinnamon-desktop.spec
@@ -2,12 +2,12 @@
 %global glib2_version    2.37.3
 %global po_package       cinnamon-desktop-3.0
 
-%global upstream_version 6.7.3-unstable
+%global upstream_version 6.7.4-unstable
 
 Summary: Shared code among cinnamon-session, nemo, etc
 Name:    cinnamon-desktop
-Version: 6.7.3^unstable
-Release: 1%{?dist}
+Version: 6.7.4^unstable
+Release: %autorelease
 License: GPL-2.0-or-later AND LGPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-3.0-or-later AND MIT
 URL:     https://github.com/linuxmint/%{name}
 Source0: %url/archive/%{upstream_version}/%{name}-%{upstream_version}.tar.gz
@@ -17,13 +17,14 @@ ExcludeArch: %{ix86}
 
 Patch0:   set_font_defaults.patch
 
-Requires: redhat-menus
-
-# Make sure to update libgnome schema when changing this
-%if 0%{?fedora}
-Requires: system-backgrounds-gnome
+BuildSystem:   meson
+BuildOption(conf): -Dalsa=true
+BuildOption(conf): -Ddeprecation_warnings=false
+%ifarch x86_64 aarch64
+BuildOption(conf): -Dbubblewrap=enabled
+%else
+BuildOption(conf): -Dbubblewrap=disabled
 %endif
-
 BuildRequires: pkgconfig(alsa)
 BuildRequires: pkgconfig(gtk+-3.0) >= %{gtk3_version}
 BuildRequires: pkgconfig(gdk-pixbuf-2.0)
@@ -42,10 +43,16 @@ BuildRequires: pkgconfig(xext)
 BuildRequires: pkgconfig(xkbfile)
 BuildRequires: pkgconfig(xkeyboard-config)
 BuildRequires: pkgconfig(xrandr)
-BuildRequires: meson
 BuildRequires: gcc
 BuildRequires: python3-packaging
 
+Requires: redhat-menus
+
+# Make sure to update libgnome schema when changing this
+%if 0%{?fedora}
+Requires: system-backgrounds-gnome
+%endif
+
 %description
 The cinnamon-desktop package contains an internal library
 (libcinnamon-desktop) used to implement some portions of the CINNAMON
@@ -64,20 +71,7 @@ libcinnamon-desktop.
 %prep
 %autosetup -p1 -n %{name}-%{upstream_version}
 
-%build
-%meson \
- -Dalsa=true \
-%ifarch x86_64 aarch64
- -Dbubblewrap=enabled \
-%else
- -Dbubblewrap=disabled \
-%endif
- -Ddeprecation_warnings=false
-%meson_build
-
-%install
-%meson_install
-
+%install -a
 mkdir -p %{buildroot}%{_datadir}/applications/
 install -m 644 %SOURCE1 %buildroot%{_datadir}/applications/x-cinnamon-mimeapps.list
 
@@ -99,90 +93,4 @@ install -m 644 %SOURCE1 %buildroot%{_datadir}/applications/x-cinnamon-mimeapps.l
 %{_datadir}/gir-1.0/C*.gir
 
 %changelog
-* Sat Aug 15 2026 Leigh Scott <leigh123linux@gmail.com> - 6.7.3^unstable-1
-- Update to 6.7.3-unstable
-
-* Wed Jul 15 2026 Fedora Release Engineering <releng@fedoraproject.org> - 6.7.2^unstable-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
-
-* Thu Jul 02 2026 Leigh Scott <leigh123linux@gmail.com> - 6.7.2^unstable-1
-- Update to 6.7.2-unstable
-
-* Sat May 23 2026 Leigh Scott <leigh123linux@gmail.com> - 6.7.1^unstable-2
-- Enable alsa
-
-* Sat May 23 2026 Leigh Scott <leigh123linux@gmail.com> - 6.7.1^unstable-1
-- Update to 6.7.1-unstable
-
-* Mon Apr 13 2026 Leigh Scott <leigh123linux@gmail.com> - 6.7.0^unstable-1
-- Update to 6.7.0-unstable
-
-* Wed Feb 25 2026 Leigh Scott <leigh123linux@gmail.com> - 6.6.2-8
-- Update gvc patch
-
-* Sun Feb 08 2026 Leigh Scott <leigh123linux@gmail.com> - 6.6.2-7
-- Bump spec
-
-* Sun Feb 08 2026 Leigh Scott <leigh123linux@gmail.com> - 6.6.2-6
-- Fix cvc patch
-
-* Fri Feb 06 2026 Leigh Scott <leigh123linux@gmail.com> - 6.6.2-5
-- Update cvc patch
-
-* Thu Feb 05 2026 Leigh Scott <leigh123linux@gmail.com> - 6.6.2-4
-- Add upstream pull request to fix cvc issues
-
-* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 6.6.2-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
-
-* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 6.6.2-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
-
-* Thu Jan 08 2026 Leigh Scott <leigh123linux@gmail.com> - 6.6.2-1
-- Update to 6.6.2
-
-* Tue Dec 16 2025 Leigh Scott <leigh123linux@gmail.com> - 6.6.1-1
-- Update to 6.6.1
-
-* Thu Nov 27 2025 Leigh Scott <leigh123linux@gmail.com> - 6.6.0-1
-- Update to 6.6.0
-
-* Mon Aug 18 2025 Leigh Scott <leigh123linux@gmail.com> - 6.4.1-4
-- Drop require gnome-themes-standard, gtk2 apps can handle their own theme
-  requires
-
-* Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 6.4.1-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
-
-* Thu Jan 16 2025 Fedora Release Engineering <releng@fedoraproject.org> - 6.4.1-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
-
-* Mon Dec 02 2024 Leigh Scott <leigh123linux@gmail.com> - 6.4.1-1
-- Update to 6.4.1
-
-* Tue Nov 26 2024 Leigh Scott <leigh123linux@gmail.com> - 6.4.0-1
-- Update to 6.4.0
-
-* Thu Nov 14 2024 Leigh Scott <leigh123linux@gmail.com> - 6.3.0^20241114git4ff8433-1
-- Update to git snapshot
-
-* Wed Aug 28 2024 Miroslav Suchý <msuchy@redhat.com> - 6.2.0-3
-- convert license to SPDX
-
-* Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 6.2.0-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
-
-* Wed Jun 12 2024 Leigh Scott <leigh123linux@gmail.com> - 6.2.0-1
-- Update to 6.2.0
-
-* Tue Jan 23 2024 Fedora Release Engineering <releng@fedoraproject.org> - 6.0.0-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
-
-* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 6.0.0-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
-
-* Fri Jan 12 2024 Leigh Scott <leigh123linux@gmail.com> - 6.0.0-2
-- AAdd buildrequires python3-packaging
-
-* Sun Nov 19 2023 Leigh Scott <leigh123linux@gmail.com> - 6.0.0-1
-- Update to 6.0.0 release
+%autochangelog
\ No newline at end of file

diff --git a/sources b/sources
index c877efd..3f52016 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (cinnamon-desktop-6.7.3-unstable.tar.gz) = 85d5b20a90d3275eb097fb0a8269463e7921272739782bda0911bdfb7edeba7c24b777e531a8f21356ea5ae82adab990b90eae479cf5886713d0370428aa0ac2
+SHA512 (cinnamon-desktop-6.7.4-unstable.tar.gz) = 46de29d553fe08aeec34c47c68fb11d1cf2423563e36856f43f151e616306e92adb1a11adda2df01ee9b3062afbf5ce23fac89c1851acfe43efe7ca8999cad22

                 reply	other threads:[~2026-09-18 12:11 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=178973346303.1.7484170024446118446.rpms-cinnamon-desktop-beb8e10d5b17@fedoraproject.org \
    --to=leigh123linux@gmail.com \
    --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