[slock] 1.0 bump

Petr Šabata psabata at fedoraproject.org
Mon Feb 13 10:10:04 UTC 2012


commit 0e7ca3c3c61b7101d7b780a2130d262e79871ba3
Author: Petr Šabata <contyk at redhat.com>
Date:   Mon Feb 13 11:06:35 2012 +0100

    1.0 bump

 .gitignore |    1 +
 slock.spec |   28 ++++++++++------------------
 sources    |    2 +-
 3 files changed, 12 insertions(+), 19 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b5fd924..7daba22 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 slock-0.9.tar.gz
+/slock-1.0.tar.gz
diff --git a/slock.spec b/slock.spec
index 58826e7..6f14a62 100644
--- a/slock.spec
+++ b/slock.spec
@@ -1,35 +1,23 @@
 Name:           slock
-Version:        0.9
-Release:        11%{?dist}
+Version:        1.0
+Release:        1%{?dist}
 Summary:        Simple X display locker
 Group:          User Interface/X
 License:        MIT
 URL:            http://tools.suckless.org/%{name}
 Source0:        http://dl.suckless.org/tools/%{name}-%{version}.tar.gz
 Patch0:         slock-0.9-flags.patch
-# Upstream patches since 0.9
-Patch101:       slock-0.9-dpms-timeout.patch
-Patch102:       slock-0.9-old-style-multiheaded-setup.patch
-Patch103:       slock-0.9-passwd-availability-check.patch
-Patch104:       slock-0.9-dummy-error-handler.patch
-
 BuildRequires:  libX11-devel libXext-devel 
 
 %description
-slock is a simple X display locker. Really this is the simplest X screen locker
-we are aware of. It is stable and quite a lot people in this community are
-using it every day when they are out with friends or fetching some food from
-the local pub.
+This is the simplest X screen locker we are aware of.  It is stable and
+quite a lot people in this community are using it every day when they
+are out with friends or fetching some food from the local pub.
 
 %prep
 %setup -q
 # set fedora generic compiler flags and allow debuginfo generation
 %patch0 -p1 -b .flags
-# upstream patches for 0.9
-%patch101 -p1 -b .dpms-timeout
-%patch102 -p1 -b .multiheaded
-%patch103 -p1 -b .passwd
-%patch104 -p1 -b .dummy-err-handler
 
 %build
 make %{?_smp_mflags}
@@ -38,13 +26,17 @@ make %{?_smp_mflags}
 make install PREFIX=%{buildroot}/usr
 
 %files
-%defattr(-,root,root,-)
 %doc README LICENSE
 %{_bindir}/%{name}
 # There is no freedesktop.org .desktop file because slock is basically a helper
 # binary for light windowmanagers, and it shouldn't appear in applications menu
 
 %changelog
+* Mon Feb 13 2012 Petr Šabata <contyk at redhat.com> - 1.0-1
+- 1.0 bump
+- Update to new upstream description
+- Drop defattr
+
 * Mon Jan 23 2012 Petr Šabata <contyk at redhat.com> - 0.9-11
 - Add a dummy error handler to prevent X from terminating slock (079717422185)
 
diff --git a/sources b/sources
index 0c0f1e0..858cc2e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-df342ad129cf2c3b8eb8da9d9d0ab845  slock-0.9.tar.gz
+98503f0dae5acc15c90b81ffd423f987  slock-1.0.tar.gz


More information about the scm-commits mailing list