[mate-themes] update to 1.9.2 release

Wolfgang Ulbrich raveit65 at fedoraproject.org
Thu Nov 20 12:09:23 UTC 2014


commit dd68a45901e1278c2fe3f0d101b28260cbddd359
Author: raveit65 <chat-to-me at raveit.de>
Date:   Thu Nov 20 13:09:06 2014 +0100

    update to 1.9.2 release

 .gitignore       |    1 +
 mate-themes.spec |   21 +++++++++++++--------
 sources          |    2 +-
 3 files changed, 15 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ec7c669..2367a46 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@
 /mate-themes-1.9.1-git20140914-503ae60.tar.xz
 /mate-themes-gtk3.14-1.9.1.tar.xz
 /mate-themes-gtk3.14-1.9.2-git20141108-66e3797.tar.xz
+/mate-themes-gtk3.14-1.9.2.tar.xz
diff --git a/mate-themes.spec b/mate-themes.spec
index 000c5fd..bf0d3af 100644
--- a/mate-themes.spec
+++ b/mate-themes.spec
@@ -1,5 +1,5 @@
 # Conditional for release and snapshot builds. Uncomment for release-builds.
-#%%global rel_build 1
+%global rel_build 1
 
 # This is needed, because src-url contains branched part of versioning-scheme.
 %global branch 1.9
@@ -18,8 +18,8 @@
 
 Name:           mate-themes
 Version:        %{rel_ver}
-Release:        0.2%{?git_rel}%{?dist}
-#Release:        2%{?dist}
+#Release:        0.2%{?git_rel}%{?dist}
+Release:        1%{?dist}
 Summary:        MATE Desktop themes
 License:        GPLv2+
 URL:            http://mate-desktop.org
@@ -46,13 +46,16 @@ Requires:       gtk-unico-engine
 MATE Desktop themes
 
 %prep
-# for snapshots
-%setup -q%{!?rel_build:n %{name}-%{commit}}
+%if 0%{?rel_build}
 # for releases
-#%setup -q -n %{name}-%{gtk3_ver}-%{version}
+%setup -qn %{name}-%{gtk3_ver}-%{version}
+%else # 0%{?rel_build}
+# for snapshots
+%setup -qn %{name}-%{commit}
+%endif # 0%{?rel_build}
 
 # needed for git snapshots
-NOCONFIGURE=1 ./autogen.sh
+#NOCONFIGURE=1 ./autogen.sh
 
 
 %build
@@ -61,7 +64,6 @@ NOCONFIGURE=1 ./autogen.sh
 
 make %{?_smp_mflags} V=1
 
-
 %install
 %{make_install}
 
@@ -130,6 +132,9 @@ done
 
 
 %changelog
+* Thu Nov 20 2014 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.9.2-1
+- update to 1.9.2 release
+
 * Tue Nov 18 2014 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.9.2-0.2.git20140304.5a900e
 - bump version to fix upgrade path issue with f20
 
diff --git a/sources b/sources
index b540ea7..f35c105 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b4fce918d9ed4c4428d3413ce61c85ac  mate-themes-gtk3.14-1.9.2-git20141108-66e3797.tar.xz
+fffa64556b9f6848debe4dbfb4f6aa73  mate-themes-gtk3.14-1.9.2.tar.xz


More information about the scm-commits mailing list