Browse Source

mate-session-manager 1.18.0-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@11002 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 7 years ago
parent
commit
cfef81da6a
1 changed files with 15 additions and 6 deletions
  1. 15 6
      m/mate-session-manager/mate-session-manager-vl.spec

+ 15 - 6
m/mate-session-manager/mate-session-manager-vl.spec

@@ -1,22 +1,26 @@
+%define major_ver 1.18
+%define ver %{major_ver}.0
+%define rel 1
+
 Summary:	The MATE Session Handler
 Name:		mate-session-manager
-Version:	1.16.1
-Release:	1%{?_dist_release}
-Source0:	http://pub.mate-desktop.org/releases/1.16/%{name}-%{version}.tar.xz
+Version:	%{ver}
+Release:	%{rel}%{?_dist_release}
+Source0:	http://pub.mate-desktop.org/releases/%{major_ver}/%{name}-%{version}.tar.xz
 License:	GPLv2
 Group:		User Interface/Desktops
 URL:		http://mate-desktop.org/
 
 # patch for Vine
-Patch1001:	mate-session-manager-1.12.2-use-vine-sleep-helper.patch
+Patch1001:	mate-session-manager-1.18.0-use-vine-sleep-helper.patch
 Patch1002:	mate-session-manager-1.12.0-mate-wm.patch
 
 BuildRequires:	mate-common
+BuildRequires:	mate-desktop-devel >= 1.17.0
 BuildRequires:	gtk3-devel
 BuildRequires:	dbus-glib-devel
 BuildRequires:	libSM-devel
 BuildRequires:	libXtst-devel
-BuildRequires:	mate-desktop-devel
 BuildRequires:	gtk-doc
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -31,7 +35,7 @@ BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 
 Vendor:		Project Vine
 Distribution:	Vine Linux
-Packager:	Takemikaduchi
+Packager:	Takemikaduchi, iwaim
 
 
 %description
@@ -108,6 +112,11 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 
 
 %changelog
+* Mon Apr  3 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 1.18.0-1
+- update to 1.18.0
+- update use vine-sleep-helper patch (Patch1001)
+- update Packager tag
+
 * Sun Mar 26 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 1.16.1-1
 - update to 1.16.1
 - add BuildRequires: xorg-x11-xtrans-devel