Alexei Sorokin 2016-04-25 08:46:01 +00:00 committed by Git OBS Bridge
parent a15144f3fa
commit c4b283ae52
4 changed files with 18 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:21ecb2f197e17fba2046ef16493e1b4292a8cc0389c65e0ccc4562b1d0982fe5
size 1160906

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b62b81d40a268509c5d3be58aed4d232c05433f028a6197a00b2dd0964578605
size 1161110

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Apr 25 05:00:35 UTC 2016 - sor.alexei@meowr.ru
- Update to version 3.0.0 (changes since 2.8.0):
* nemo-share: Purge useless samba auto-installation code.
* nemo-terminal: Change default shell from bash to user's shell.
* nemo-terminal: Change key event from release to press.
* nemo-compare, nemo-emblems, nemo-share: Update translations.
-------------------------------------------------------------------
Thu Jan 14 23:57:30 UTC 2016 - sor.alexei@meowr.ru

View File

@ -1,7 +1,7 @@
#
# spec file for package nemo-extensions
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,16 +17,15 @@
# Do not package nemo-extension-media-columns for now: slows Nemo down.
%define _version 2.8.x
%define _version 3.0.0
Name: nemo-extensions
Version: 2.8.0
Version: 3.0.0
Release: 0
Summary: Set of extensions for Nemo, the Cinnamon file manager
License: GPL-2.0 and GPL-3.0 and GPL-3.0+
Group: System/GUI/Other
Url: https://github.com/linuxmint/nemo-extensions
Source: https://github.com/linuxmint/%{name}/archive/%{_version}.tar.gz#/%{name}-%{_version}.tar.gz
Source: https://github.com/linuxmint/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
# PATCH-FIX-UPSTREAM nemo-seahorse_gpg-2.1.patch stefan@fam-elser.de -- Add patch for GPG 2.1.
Patch0: nemo-seahorse_gpg-2.1.patch
# PATCH-FIX-UPSTREAM nemo-terminal_vte-2.91.patch
@ -225,8 +224,8 @@ Requires: gstreamer-plugins-good
Requires: nemo >= %{_version}
# nemo-preview was last used in openSUSE 13.2.
Obsoletes: nemo-preview < %{version}
Provides: nemo-preview = %{version}
Provides: nemo-extension-preview-devel = %{version}
Provides: nemo-preview = %{version}
%description -n nemo-extension-preview
This is NemoPreview, a quick previewer for Nemo, the Cinnamon
@ -315,7 +314,7 @@ hotkey (default F4) and automatically follows the currently active
directory in Nemo.
%prep
%setup -q -n %{name}-%{_version}
%setup -q
%patch0
%patch1
%patch2