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/nemo] rawhide: Update to 6.7.6-unstable
Date: Mon, 07 Sep 2026 14:10:16 GMT	[thread overview]
Message-ID: <178879021698.1.11960815978040786794.rpms-nemo-c5e53b4a137d@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/nemo
Branch : rawhide
Commit : c5e53b4a137d07ffb052c458416a7f1a3359219a
Author : Leigh Scott <leigh123linux@gmail.com>
Date   : 2026-09-07T15:08:29+01:00
Stats  : +135/-21 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/nemo/c/c5e53b4a137d07ffb052c458416a7f1a3359219a?branch=rawhide

Log:
Update to 6.7.6-unstable

---
diff --git a/nemo.spec b/nemo.spec
index f55cf5d..2555b4b 100644
--- a/nemo.spec
+++ b/nemo.spec
@@ -3,7 +3,7 @@
 Name:           nemo
 Summary:        File manager for Cinnamon
 Version:        6.7.6^unstable
-Release:        %autorelease
+Release:        1%{?dist}
 License:        GPL-2.0-or-later AND LGPL-2.0-or-later AND LGPL-2.1-or-later
 URL:            https://github.com/linuxmint/%{name}
 Source0:        %url/archive/%{upstream_version}/%{name}-%{upstream_version}.tar.gz
@@ -11,11 +11,21 @@ Source1:        nemo-fedora.gschema.override
 
 ExcludeArch:   %{ix86}
 
-BuildSystem:    meson
-BuildOption(conf): -Ddeprecated_warnings=false
-BuildOption(conf): -Dgtk_doc=false
-BuildOption(conf): -Dgtk_layer_shell=true
-BuildOption(conf): -Dselinux=true
+Requires:       redhat-menus
+Requires:       gvfs-fuse%{?_isa}
+Recommends:     gvfs-goa%{?_isa}
+Requires:       xapps%{?_isa} >= 2.2.0
+# required by nemo-action-layout-editor
+Requires:       libxmlb%{?_isa}
+Requires:       python3-cairo
+Requires:       python3-gobject
+# required for gtk-stock fallback
+Recommends:     xapp-symbolic-icons
+Recommends:     cinnamon-translations >= 6.7.0
+Recommends:     nemo-search-helpers
+Recommends:     folder-color-switcher-nemo
+
+BuildRequires:  meson
 BuildRequires:  gcc
 BuildRequires:  intltool
 BuildRequires:  python3-gobject-base
@@ -44,19 +54,6 @@ BuildRequires:  pkgconfig(pango)
 # the main binary links against libnemo-extension.so
 # don't depend on soname, rather on exact version
 Requires:       %{name}-extensions%{?_isa} = %{version}-%{release}
-Requires:       redhat-menus
-Requires:       gvfs-fuse%{?_isa}
-Recommends:     gvfs-goa%{?_isa}
-Requires:       xapps%{?_isa} >= 2.2.0
-# required by nemo-action-layout-editor
-Requires:       libxmlb%{?_isa}
-Requires:       python3-cairo
-Requires:       python3-gobject
-# required for gtk-stock fallback
-Recommends:     xapp-symbolic-icons
-Recommends:     cinnamon-translations >= 6.7.0
-Recommends:     nemo-search-helpers
-Recommends:     folder-color-switcher-nemo
 
 %description
 Nemo is the file manager and graphical shell for the Cinnamon desktop
@@ -101,7 +98,17 @@ for developing nemo extensions.
 %prep
 %autosetup -p1 -n %{name}-%{upstream_version}
 
-%install -a
+%build
+%meson \
+  -D deprecated_warnings=false \
+  -D gtk_doc=false \
+  -D gtk_layer_shell=true \
+  -D selinux=true
+%meson_build
+
+%install
+%meson_install
+
 install -D -m 0644 %{SOURCE1} %{buildroot}/%{_datadir}/glib-2.0/schemas/nemo-fedora.gschema.override
 
 # Only autostart in cinnamon and budgie
@@ -170,4 +177,111 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
 %{_datadir}/gir-1.0/*.gir
 
 %changelog
-%autochangelog
\ No newline at end of file
+* Mon Sep 07 2026 Leigh Scott <leigh123linux@gmail.com> - 6.7.6^unstable-1
+- Update to 6.7.6-unstable
+
+* Sat Aug 15 2026 Leigh Scott <leigh123linux@gmail.com> - 6.7.5^unstable-1
+- Update to 6.7.5-unstable
+
+* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 6.7.4^unstable-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
+
+* Tue Jul 07 2026 Leigh Scott <leigh123linux@gmail.com> - 6.7.4^unstable-2
+- Remove requires gvfs-archive
+
+* Thu Jul 02 2026 Leigh Scott <leigh123linux@gmail.com> - 6.7.4^unstable-1
+- Update to 6.7.4-unstable
+
+* Wed Jun 17 2026 Leigh Scott <leigh123linux@gmail.com> - 6.7.3^unstable-1
+- Update to 6.7.3-unstable
+
+* Sat May 23 2026 Leigh Scott <leigh123linux@gmail.com> - 6.7.2^unstable-2
+- Drop some patches
+
+* Sat May 23 2026 Leigh Scott <leigh123linux@gmail.com> - 6.7.2^unstable-1
+- Update to 6.7.2-unstable
+
+* Tue Apr 14 2026 Leigh Scott <leigh123linux@gmail.com> - 6.7.0^unstable-2
+- Enable gtk_layer_shell
+
+* Mon Apr 13 2026 Leigh Scott <leigh123linux@gmail.com> - 6.7.0^unstable-1
+- Update to 6.7.0-unstable
+
+* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 6.6.3-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
+
+* Sun Jan 11 2026 Leigh Scott <leigh123linux@gmail.com> - 6.6.3-2
+- Fix mount action so it works compressed archives
+- Add requires gvfs-archive
+
+* Thu Jan 08 2026 Leigh Scott <leigh123linux@gmail.com> - 6.6.3-1
+- Update to 6.6.3
+
+* Tue Dec 16 2025 Leigh Scott <leigh123linux@gmail.com> - 6.6.2-1
+- Update to 6.6.2
+
+* Wed Dec 10 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
+
+* Thu Jul 24 2025 Fedora Release Engineering <releng@fedoraproject.org> - 6.4.5-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
+
+* Wed Feb 26 2025 Leigh Scott <leigh123linux@gmail.com> - 6.4.5-1
+- Update to 6.4.5
+
+* Sat Feb 08 2025 Leigh Scott <leigh123linux@gmail.com> - 6.4.4-1
+- Update to 6.4.4
+
+* Fri Jan 17 2025 Fedora Release Engineering <releng@fedoraproject.org> - 6.4.3-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
+
+* Fri Dec 06 2024 Leigh Scott <leigh123linux@gmail.com> - 6.4.3-1
+- Update to 6.4.3
+
+* Mon Dec 02 2024 Leigh Scott <leigh123linux@gmail.com> - 6.4.1-1
+- Update to 6.4.1
+
+* Wed Nov 27 2024 Leigh Scott <leigh123linux@gmail.com> - 6.4.0-1
+- Update to 6.4.0
+
+* Mon Sep 02 2024 Miroslav Suchý <msuchy@redhat.com> - 6.2.8-2
+- convert license to SPDX
+
+* Tue Aug 13 2024 Leigh Scott <leigh123linux@gmail.com> - 6.2.8-1
+- Update to 6.2.8
+
+* Sat Jul 20 2024 Leigh Scott <leigh123linux@gmail.com> - 6.2.5-1
+- Update to 6.2.5
+
+* Wed Jul 17 2024 Leigh Scott <leigh123linux@gmail.com> - 6.2.4-1
+- Update to 6.2.4
+
+* Mon Jul 08 2024 Leigh Scott <leigh123linux@gmail.com> - 6.2.3-1
+- Update to 6.2.3
+
+* Tue Jun 18 2024 Leigh Scott <leigh123linux@gmail.com> - 6.2.1-1
+- Update to 6.2.1
+
+* Thu Jun 13 2024 Leigh Scott <leigh123linux@gmail.com> - 6.2.0-1
+- Update to 6.2.0
+
+* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 6.0.2-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
+
+* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 6.0.2-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
+
+* Fri Jan 12 2024 Leigh Scott <leigh123linux@gmail.com> - 6.0.2-2
+- Add buildrequires python3-packaging
+
+* Fri Dec 29 2023 Leigh Scott <leigh123linux@gmail.com> - 6.0.2-1
+- Update to 6.0.2 release
+
+* Tue Dec 19 2023 Leigh Scott <leigh123linux@gmail.com> - 6.0.1-1
+- Update to 6.0.1 release
+
+* Sun Nov 19 2023 Leigh Scott <leigh123linux@gmail.com> - 6.0.0-1
+- Update to 6.0.0 release

             reply	other threads:[~2026-09-07 14:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-09-07 14:10 Leigh Scott [this message]
  -- strict thread matches above, loose matches on Subject: below --
2026-09-07 13:37 [rpms/nemo] rawhide: Update to 6.7.6-unstable Leigh Scott

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=178879021698.1.11960815978040786794.rpms-nemo-c5e53b4a137d@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