[sddm] v0.10.0 released

Martin Briza mbriza at fedoraproject.org
Thu Oct 16 10:03:00 UTC 2014


commit 3362de6ca6303d6044aa704f0f53bd60da46e333
Author: Martin Briza <mbriza at redhat.com>
Date:   Thu Oct 16 12:02:41 2014 +0200

    v0.10.0 released

 .gitignore |    1 +
 sddm.spec  |   12 +++++++-----
 sources    |    2 +-
 3 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b522409..01f68f2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /db1d7381754a01a69b0f4c579c0267d80183c066.tar.gz
 /f49c2c79b76078169f22cb0f85973cebc70333de.tar.gz
 /6a28c29b2914a24f56fe9a7cff82550738672dfb.tar.gz
+/v0.10.0.tar.gz
diff --git a/sddm.spec b/sddm.spec
index 5275810..70f73d9 100644
--- a/sddm.spec
+++ b/sddm.spec
@@ -1,15 +1,14 @@
 %global _hardened_build 1
-%global sddm_commit 6a28c29b2914a24f56fe9a7cff82550738672dfb
 
 Name:           sddm
-Version:        0.9.0
-Release:        2.20141007git%(echo %{sddm_commit} | cut -c-8)%{?dist}
+Version:        0.10.0
+Release:        1%{?dist}
 # code GPLv2+, fedora theme CC-BY-SA
 License:        GPLv2+ and CC-BY-SA
 Summary:        QML based X11 desktop manager
 
 Url:            https://github.com/sddm/sddm
-Source0:        https://github.com/sddm/sddm/archive/%{sddm_commit}.tar.gz
+Source0:        https://github.com/sddm/sddm/archive/v%{version}.tar.gz
 
 # Default configuration is handled by the binary itself
 Source10:       Configuration.h
@@ -68,7 +67,7 @@ A collection of sddm themes, including: circles, elarun, maldives, maui.
 
 
 %prep
-%setup -q -n %{name}-%{sddm_commit}
+%setup -q -n %{name}-%{version}
 cp %{SOURCE10} src/common/
 
 
@@ -142,6 +141,9 @@ exit 0
 %{_datadir}/sddm/themes/maui/
 
 %changelog
+* Thu Oct 16 2014 Martin Briza <mbriza at redhat.com> - 0.10.0-1
+- Bump to 0.10.0
+
 * Thu Oct 09 2014 Martin Briza <mbriza at redhat.com> - 0.9.0-2.20141007git6a28c29b
 - Remove pam_gnome_keyring.so (temporarily) from sddm.pam to fix impossibility to log out
 - Resolves: #1150283
diff --git a/sources b/sources
index 758493c..72c59df 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-69d70516b37ca577f4df1ae95920f46f  6a28c29b2914a24f56fe9a7cff82550738672dfb.tar.gz
+281f920b61b706fbeb07b5397a9bcda2  v0.10.0.tar.gz


More information about the scm-commits mailing list