[mate-window-manager] Update to 1.7.0 git snapshot

Dan Mashal vicodan at fedoraproject.org
Sat Dec 7 00:28:25 UTC 2013


commit 6d73fbf29e153678527239c1c6a2a10b5a75e3a7
Author: Dan Mashal <dan.mashal at fedoraproject.org>
Date:   Fri Dec 6 16:27:24 2013 -0800

    Update to 1.7.0 git snapshot

 .gitignore               |    1 +
 mate-window-manager.spec |   28 +++++++++++++++++++++-------
 sources                  |    2 +-
 3 files changed, 23 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c02f13f..8e06bd5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
 /mate-window-manager-1.6.0.tar.xz
 /mate-window-manager-1.6.1.tar.xz
 /mate-window-manager-1.6.2.tar.xz
+/mate-window-manager-1.7.0.git0403454.tar.gz
diff --git a/mate-window-manager.spec b/mate-window-manager.spec
index c56f129..b804cfc 100644
--- a/mate-window-manager.spec
+++ b/mate-window-manager.spec
@@ -1,10 +1,20 @@
+%global _internal_version 0403454
+
 Name:           mate-window-manager
-Version:        1.6.2
-Release:        6%{?dist}
+Version:        1.7.0
+Release:        0.1.git%{_internal_version}1%{?dist}
 Summary:        MATE Desktop window manager
 License:        LGPLv2+ and GPLv2+
 URL:            http://mate-desktop.org
-Source0:        http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
+
+# To generate tarball
+# wget http://git.mate-desktop.org/%%{name}/snapshot/%%marco-{_internal_version}.tar.xz -O %%marco-%%{version}.git%%{_internal_version}.tar.xz
+
+#For testing we will keep the old tarball name (mate-window-manager)
+Source0:        http://vicodan.fedorapeople.org/%{name}-%{version}.git%{_internal_version}.tar.gz
+
+#Source0:        http://pub.mate-desktop.org/releases/1.7/%{name}-%{version}.tar.gz
+
 
 # needed for fixing initial-setup issue, rhbz (#962009)
 Source1:        mate-window-manager_autogen.sh
@@ -29,10 +39,10 @@ BuildRequireS: libsoup-devel
 BuildRequires: libXdamage-devel
 BuildRequires: mate-common
 BuildRequires: mate-dialogs
-BuildRequires: mate-doc-utils
 BuildRequires: rarian-compat
 BuildRequires: rarian-devel
 BuildRequires: startup-notification-devel
+BuildRequires: yelp-tools
 
 # http://bugzilla.redhat.com/873342
 # https://bugzilla.redhat.com/962009
@@ -49,7 +59,8 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
 Development files for mate-window-manager
 
 %prep
-%setup -q
+
+%setup -q -n %{name}-%{_internal_version}
 cp %{SOURCE1} autogen.sh
 cp %{SOURCE2} src/mini-window.png
 cp %{SOURCE3} src/stock_delete.png
@@ -118,9 +129,9 @@ fi
 %{_datadir}/themes/Splint
 %{_datadir}/themes/WinMe
 %{_datadir}/themes/eOS
-%{_datadir}/mate-window-manager
+%{_datadir}/marco
 %{_datadir}/mate-control-center/keybindings/50-marco*.xml
-%{_datadir}/mate/help/creating-marco-themes/C/creating-marco-themes.xml
+%{_datadir}/help/C/creating-marco-themes
 %{_datadir}/mate/wm-properties
 %{_datadir}/glib-2.0/schemas/org.mate.marco.gschema.xml
 %{_libdir}/libmarco-private.so.0*
@@ -137,6 +148,9 @@ fi
 
 
 %changelog
+* Fri Dec 06 2013 Dan Mashal <dan.mashal at fedoraproject.org> - 1.7.0-1.1.git0403454
+- Update to 1.7.0 git snapshot
+
 * Wed Nov 13 2013 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.6.2-6
 - start with side-by-side-tiling and windows-snapping-top-screen support for f20
 
diff --git a/sources b/sources
index 6bdb30e..b73447c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8f6ef12e31d74840aa3db7275149907d  mate-window-manager-1.6.2.tar.xz
+ac0d94258b0f2a25e72d9d736928bd80  mate-window-manager-1.7.0.git0403454.tar.gz


More information about the scm-commits mailing list