v0.10.0 released

epel9
Martin Briza 10 years ago
parent 5228971b58
commit 3362de6ca6

1
.gitignore vendored

@ -5,3 +5,4 @@
/db1d7381754a01a69b0f4c579c0267d80183c066.tar.gz /db1d7381754a01a69b0f4c579c0267d80183c066.tar.gz
/f49c2c79b76078169f22cb0f85973cebc70333de.tar.gz /f49c2c79b76078169f22cb0f85973cebc70333de.tar.gz
/6a28c29b2914a24f56fe9a7cff82550738672dfb.tar.gz /6a28c29b2914a24f56fe9a7cff82550738672dfb.tar.gz
/v0.10.0.tar.gz

@ -1,15 +1,14 @@
%global _hardened_build 1 %global _hardened_build 1
%global sddm_commit 6a28c29b2914a24f56fe9a7cff82550738672dfb
Name: sddm Name: sddm
Version: 0.9.0 Version: 0.10.0
Release: 2.20141007git%(echo %{sddm_commit} | cut -c-8)%{?dist} Release: 1%{?dist}
# code GPLv2+, fedora theme CC-BY-SA # code GPLv2+, fedora theme CC-BY-SA
License: GPLv2+ and CC-BY-SA License: GPLv2+ and CC-BY-SA
Summary: QML based X11 desktop manager Summary: QML based X11 desktop manager
Url: https://github.com/sddm/sddm 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 # Default configuration is handled by the binary itself
Source10: Configuration.h Source10: Configuration.h
@ -68,7 +67,7 @@ A collection of sddm themes, including: circles, elarun, maldives, maui.
%prep %prep
%setup -q -n %{name}-%{sddm_commit} %setup -q -n %{name}-%{version}
cp %{SOURCE10} src/common/ cp %{SOURCE10} src/common/
@ -142,6 +141,9 @@ exit 0
%{_datadir}/sddm/themes/maui/ %{_datadir}/sddm/themes/maui/
%changelog %changelog
* Thu Oct 16 2014 Martin Briza <mbriza@redhat.com> - 0.10.0-1
- Bump to 0.10.0
* Thu Oct 09 2014 Martin Briza <mbriza@redhat.com> - 0.9.0-2.20141007git6a28c29b * Thu Oct 09 2014 Martin Briza <mbriza@redhat.com> - 0.9.0-2.20141007git6a28c29b
- Remove pam_gnome_keyring.so (temporarily) from sddm.pam to fix impossibility to log out - Remove pam_gnome_keyring.so (temporarily) from sddm.pam to fix impossibility to log out
- Resolves: #1150283 - Resolves: #1150283

@ -1 +1 @@
69d70516b37ca577f4df1ae95920f46f 6a28c29b2914a24f56fe9a7cff82550738672dfb.tar.gz 281f920b61b706fbeb07b5397a9bcda2 v0.10.0.tar.gz

Loading…
Cancel
Save