[packages/SaWMan] - updated to 1.6.3 - removed obsolete format patch

qboosh qboosh at pld-linux.org
Sat Jan 19 19:04:12 CET 2013


commit a4c65be5983cb541c9b442319b865833377ff354
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Jan 19 19:04:43 2013 +0100

    - updated to 1.6.3
    - removed obsolete format patch

 SaWMan-format.patch | 20 --------------------
 SaWMan.spec         |  6 ++----
 2 files changed, 2 insertions(+), 24 deletions(-)
---
diff --git a/SaWMan.spec b/SaWMan.spec
index 2a9a2b5..6bb2267 100644
--- a/SaWMan.spec
+++ b/SaWMan.spec
@@ -1,13 +1,12 @@
 Summary:	Shared application and Window Manager
 Summary(pl.UTF-8):	Zarządca współdzielonych aplikacji i okien
 Name:		SaWMan
-Version:	1.6.2
+Version:	1.6.3
 Release:	1
 License:	LGPL v2+
 Group:		Libraries
 Source0:	http://www.directfb.org/downloads/Extras/%{name}-%{version}.tar.gz
-# Source0-md5:	aeb87cd87a4241f9d4d55a6a363c4b4a
-Patch0:		%{name}-format.patch
+# Source0-md5:	28d03a2e9e5393a39e419181f3844b52
 URL:		http://www.directfb.org/index.php?path=Platform/SaWMan
 BuildRequires:	DirectFB-devel >= 1:1.6.0
 BuildRequires:	pkgconfig >= 1:0.9
@@ -55,7 +54,6 @@ Statyczna biblioteka sawman.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure \
diff --git a/SaWMan-format.patch b/SaWMan-format.patch
deleted file mode 100644
index 84aca04..0000000
--- a/SaWMan-format.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- SaWMan-1.6.2/src/sawman_config.c.orig	2012-09-20 17:19:17.000000000 +0200
-+++ SaWMan-1.6.2/src/sawman_config.c	2012-10-06 19:28:41.470170130 +0200
-@@ -85,7 +85,7 @@
-                *next++ = '\0';
- 
-           if (strcmp (buf, "help") == 0) {
--               fprintf( stderr, config_usage );
-+               fputs( config_usage, stderr );
-                exit(1);
-           }
- 
-@@ -515,7 +515,7 @@
-           for (i = 1; i < *argc; i++) {
- 
-                if (!strcmp( (*argv)[i], "--sawman-help" )) {
--                    fprintf( stderr, config_usage );
-+                    fputs( config_usage, stderr );
-                     exit(1);
-                }
- 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/SaWMan.git/commitdiff/a4c65be5983cb541c9b442319b865833377ff354



More information about the pld-cvs-commit mailing list