public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/nemo] rawhide: Update to 6.7.6-unstable
@ 2026-09-07 13:37 Leigh Scott
  0 siblings, 0 replies; 2+ messages in thread
From: Leigh Scott @ 2026-09-07 13:37 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/nemo
Branch : rawhide
Commit : 18f541c9e082a888cd9e34da9af3713bcd626bec
Author : Leigh Scott <leigh123linux@gmail.com>
Date   : 2026-09-07T14:36:27+01:00
Stats  : +25/-135 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/nemo/c/18f541c9e082a888cd9e34da9af3713bcd626bec?branch=rawhide

Log:
Update to 6.7.6-unstable

---
diff --git a/.gitignore b/.gitignore
index f5e093b..48ca641 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@
 /nemo-6.7.3-unstable.tar.gz
 /nemo-6.7.4-unstable.tar.gz
 /nemo-6.7.5-unstable.tar.gz
+/nemo-6.7.6-unstable.tar.gz

diff --git a/nemo.spec b/nemo.spec
index b82a01f..f55cf5d 100644
--- a/nemo.spec
+++ b/nemo.spec
@@ -1,9 +1,9 @@
-%global upstream_version 6.7.5-unstable
+%global upstream_version 6.7.6-unstable
 
 Name:           nemo
 Summary:        File manager for Cinnamon
-Version:        6.7.5^unstable
-Release:        1%{?dist}
+Version:        6.7.6^unstable
+Release:        %autorelease
 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,21 +11,11 @@ Source1:        nemo-fedora.gschema.override
 
 ExcludeArch:   %{ix86}
 
-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
+BuildSystem:    meson
+BuildOption(conf): -Ddeprecated_warnings=false
+BuildOption(conf): -Dgtk_doc=false
+BuildOption(conf): -Dgtk_layer_shell=true
+BuildOption(conf): -Dselinux=true
 BuildRequires:  gcc
 BuildRequires:  intltool
 BuildRequires:  python3-gobject-base
@@ -54,6 +44,19 @@ 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
@@ -98,17 +101,7 @@ for developing nemo extensions.
 %prep
 %autosetup -p1 -n %{name}-%{upstream_version}
 
-%build
-%meson \
-  -D deprecated_warnings=false \
-  -D gtk_doc=false \
-  -D gtk_layer_shell=true \
-  -D selinux=true
-%meson_build
-
-%install
-%meson_install
-
+%install -a
 install -D -m 0644 %{SOURCE1} %{buildroot}/%{_datadir}/glib-2.0/schemas/nemo-fedora.gschema.override
 
 # Only autostart in cinnamon and budgie
@@ -177,108 +170,4 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
 %{_datadir}/gir-1.0/*.gir
 
 %changelog
-* 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
+%autochangelog
\ No newline at end of file

diff --git a/sources b/sources
index 72aeb10..2ac7280 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (nemo-6.7.5-unstable.tar.gz) = 5a21b4c0a7392dceab86b6d2bdc7a14482bf446f739f30b97ce994132798c32e91468a0712d16a312dba170a6a4420d1ad5880c64c25bed578e428d2349a389b
+SHA512 (nemo-6.7.6-unstable.tar.gz) = c3e5ff26babe3cc5696cf31c2cad4c2a833ff4bc8a23f9fd656f3b046d2b59e54f8a06cef027ee1fbd90b4c6f987f829e59bf38fc79d47b391d5282c4a3ee235

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [rpms/nemo] rawhide: Update to 6.7.6-unstable
@ 2026-09-07 14:10 Leigh Scott
  0 siblings, 0 replies; 2+ messages in thread
From: Leigh Scott @ 2026-09-07 14:10 UTC (permalink / raw)
  To: git-commits

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-09-07 14:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-07 13:37 [rpms/nemo] rawhide: Update to 6.7.6-unstable Leigh Scott
2026-09-07 14:10 Leigh Scott

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox