Logoj0ke.net Open Build Service > Projects > home:netmax:tools > xclip > Changes
Sign Up | Log In

Changes of Revision 2

[-] Changed xclip.changes
 
1
@@ -1,4 +1,9 @@
2
 -------------------------------------------------------------------
3
+Sun Apr 20 15:20:25 UTC 2014 - cs@linux-administrator.com
4
+
5
+- update to release 0.12 
6
+
7
+-------------------------------------------------------------------
8
 Mon Dec 12 15:41:00 UTC 2011 - coolo@suse.com
9
 
10
 - fix license to be in spdx.org format
11
[-] Changed xclip.spec ^
28
 
1
@@ -16,7 +16,7 @@
2
 #
3
 
4
 Name:           xclip
5
-Version:        0.11
6
+Version:        0.12
7
 Release:        0
8
 Summary:        Command Line Interface to the X11 Clipboard
9
 License:        GPL-2.0+
10
@@ -24,7 +24,7 @@
11
 Source:         http://prdownloads.sourceforge.net/xclip/xclip-%{version}.tar.gz
12
 Url:            http://sourceforge.net/projects/xclip
13
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
14
-%if %suse_version >= 1020
15
+%if 0%{?suse_version} >= 1020
16
 BuildRequires:  xorg-x11-libX11-devel
17
 BuildRequires:  xorg-x11-libXmu-devel
18
 %else
19
@@ -54,7 +54,7 @@
20
 
21
 %build
22
 %configure \
23
-%if %suse_version >= 1020
24
+%if 0%{?suse_version} >= 1020
25
     --x-includes="%{_usr}/include" \
26
     --x-libraries="%{_usr}/%{_lib}" \
27
 %else
28
Added xclip-0.12.tar.gz ^