[slock] 1.1 bump

Petr Šabata psabata at fedoraproject.org
Fri Oct 26 09:38:38 UTC 2012


commit 03c4b7df8f6ed5e349bec46e087b433ea5c60c6f
Author: Petr Šabata <contyk at redhat.com>
Date:   Fri Oct 26 11:31:55 2012 +0200

    1.1 bump

 .gitignore                 |    1 +
 slock-1.0-dualcolor.patch  |  103 --------------------------------------------
 slock-1.0-multislock.patch |   51 ----------------------
 slock-1.0-pwlen.patch      |   21 ---------
 slock.spec                 |   17 +++----
 sources                    |    2 +-
 6 files changed, 9 insertions(+), 186 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7daba22..e4fd234 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 slock-0.9.tar.gz
 /slock-1.0.tar.gz
+/slock-1.1.tar.gz
diff --git a/slock.spec b/slock.spec
index ac638b0..7c3899b 100644
--- a/slock.spec
+++ b/slock.spec
@@ -1,15 +1,12 @@
 Name:           slock
-Version:        1.0
-Release:        4%{?dist}
+Version:        1.1
+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-1.0-dualcolor.patch
-Patch1:         slock-1.0-config.patch
-Patch2:         slock-1.0-pwlen.patch
-Patch3:         slock-1.0-multislock.patch
+Patch0:         slock-1.0-config.patch
 BuildRequires:  libX11-devel libXext-devel 
 
 %description
@@ -19,10 +16,7 @@ are out with friends or fetching some food from the local pub.
 
 %prep
 %setup -q
-%patch0 -p1 -b .dualcolor
-%patch1 -p1 -b .config
-%patch2 -p1 -b .pwlen
-%patch3 -p1 -b .multislock
+%patch0 -p1 -b .config
 
 %build
 make %{?_smp_mflags}
@@ -37,6 +31,9 @@ make install PREFIX=%{buildroot}/usr
 # binary for light windowmanagers, and it shouldn't appear in applications menu
 
 %changelog
+* Fri Oct 26 2012 Petr Šabata <contyk at redhat.com> - 1.1-1
+- 1.1 bump; this means just patches cleanup
+
 * Fri Aug 03 2012 Petr Šabata <contyk at redhat.com> - 1.0-4
 - Prevent multiple instances of slock (859881ad3471)
 
diff --git a/sources b/sources
index 858cc2e..f1b4411 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-98503f0dae5acc15c90b81ffd423f987  slock-1.0.tar.gz
+e3b25abdfd54c81562de4d63d3565be7  slock-1.1.tar.gz


More information about the scm-commits mailing list