commit xsel for openSUSE:Factory

2019-05-25 Thread root
Hello community,

here is the log from the commit of package xsel for openSUSE:Factory checked in 
at 2019-05-25 13:14:37

Comparing /work/SRC/openSUSE:Factory/xsel (Old)
 and  /work/SRC/openSUSE:Factory/.xsel.new.5148 (New)


Package is "xsel"

Sat May 25 13:14:37 2019 rev:12 rq:703440 version:1.2.0

Changes:

--- /work/SRC/openSUSE:Factory/xsel/xsel.changes2014-10-31 
20:38:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.xsel.new.5148/xsel.changes  2019-05-25 
13:14:43.664459425 +0200
@@ -1,0 +2,5 @@
+Tue May 14 09:39:22 UTC 2019 - Martin Liška 
+
+- Add disable-werror.patch in order to handle with a new GCC 9 warning.
+
+---

New:

  disable-werror.patch



Other differences:
--
++ xsel.spec ++
--- /var/tmp/diff_new_pack.DawcgY/_old  2019-05-25 13:14:44.128459251 +0200
+++ /var/tmp/diff_new_pack.DawcgY/_new  2019-05-25 13:14:44.132459250 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xsel
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Guido Berhoerster.
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,7 +13,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -24,6 +24,7 @@
 Version:1.2.0
 Release:0
 Source: 
http://www.kfish.org/software/xsel/download/xsel-%{version}.tar.gz
+Patch0: disable-werror.patch
 Url:http://www.kfish.org/software/xsel/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{suse_version} < 1220
@@ -40,6 +41,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %if 0%{?suse_version} > 0 && 0%{?suse_version} < 1100

++ disable-werror.patch ++
diff --git a/configure b/configure
index 7641e96..6c64e85 100755
--- a/configure
+++ b/configure
@@ -5880,7 +5880,7 @@ fi
 
 # Error out on compile warnings
 if test "x$ac_cv_c_compiler_gnu" = xyes ; then
-  CFLAGS="$CFLAGS -fno-strict-aliasing -Wall -Werror -g -std=gnu99 
-Wdeclaration-after-statement -Wno-unused"
+  CFLAGS="$CFLAGS -fno-strict-aliasing -Wall -g -std=gnu99 
-Wdeclaration-after-statement -Wno-unused"
 fi
 
 # Checks for header files.
diff --git a/configure.ac b/configure.ac
index e444185..9ab3ba9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,7 @@ AC_CHECK_LIB([X11], [XOpenDisplay])
 dnl Add some useful warnings if we have gcc.
 dnl changequote(,)dnl
 if test "x$ac_cv_prog_gcc" = xyes ; then
-  CFLAGS="$CFLAGS -fno-strict-aliasing -Wall -Werror -g -std=gnu99 
-Wdeclaration-after-statement -Wno-unused"
+  CFLAGS="$CFLAGS -fno-strict-aliasing -Wall -g -std=gnu99 
-Wdeclaration-after-statement -Wno-unused"
 fi
 dnl changequote([,])dnl
 



commit xsel for openSUSE:Factory

2014-10-31 Thread h_root
Hello community,

here is the log from the commit of package xsel for openSUSE:Factory checked in 
at 2014-10-31 18:27:52

Comparing /work/SRC/openSUSE:Factory/xsel (Old)
 and  /work/SRC/openSUSE:Factory/.xsel.new (New)


Package is xsel

Changes:

--- /work/SRC/openSUSE:Factory/xsel/xsel.changes2014-10-20 
07:27:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.xsel.new/xsel.changes   2014-10-31 
20:38:17.0 +0100
@@ -1,0 +2,5 @@
+Fri Oct 31 00:18:44 UTC 2014 - crrodrig...@opensuse.org
+
+- IN current factory, also pkgconfig(xt) seems to be needed.
+
+---



Other differences:
--
++ xsel.spec ++
--- /var/tmp/diff_new_pack.KWh0c8/_old  2014-10-31 20:38:17.0 +0100
+++ /var/tmp/diff_new_pack.KWh0c8/_new  2014-10-31 20:38:17.0 +0100
@@ -30,6 +30,7 @@
 BuildRequires:  xorg-x11-devel
 %else
 BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xt)
 %endif 
 
 %description

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xsel for openSUSE:Factory

2014-10-19 Thread h_root
Hello community,

here is the log from the commit of package xsel for openSUSE:Factory checked in 
at 2014-10-20 07:27:11

Comparing /work/SRC/openSUSE:Factory/xsel (Old)
 and  /work/SRC/openSUSE:Factory/.xsel.new (New)


Package is xsel

Changes:

--- /work/SRC/openSUSE:Factory/xsel/xsel.changes2012-01-25 
12:19:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.xsel.new/xsel.changes   2014-10-20 
07:27:13.0 +0200
@@ -1,0 +2,6 @@
+Sun Oct 19 01:19:46 UTC 2014 - crrodrig...@opensuse.org
+
+- In newer products, discontinue the use of metapackage 
+  xorg-x11-devel, only pkgconfig(x11) is required.
+
+---



Other differences:
--
++ xsel.spec ++
--- /var/tmp/diff_new_pack.uRpT2w/_old  2014-10-20 07:27:14.0 +0200
+++ /var/tmp/diff_new_pack.uRpT2w/_new  2014-10-20 07:27:14.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xsel
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Guido Berhoerster.
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,20 +17,19 @@
 #
 
 
-
 Name:   xsel
 Summary:Command-line Program for Getting and Setting the Contents of 
the X Selection
-Version:1.2.0
-Release:1
 License:MIT
 Group:  System/X11/Utilities
+Version:1.2.0
+Release:0
 Source: 
http://www.kfish.org/software/xsel/download/xsel-%{version}.tar.gz
 Url:http://www.kfish.org/software/xsel/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version}  0  0%{?suse_version}  1000
-BuildRequires:  XFree86-devel
-%else
+%if 0%{suse_version}  1220
 BuildRequires:  xorg-x11-devel
+%else
+BuildRequires:  pkgconfig(x11)
 %endif
 
 %description

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xsel for openSUSE:Factory

2012-01-25 Thread h_root
Hello community,

here is the log from the commit of package xsel for openSUSE:Factory checked in 
at 2012-01-25 12:19:32

Comparing /work/SRC/openSUSE:Factory/xsel (Old)
 and  /work/SRC/openSUSE:Factory/.xsel.new (New)


Package is xsel, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/xsel/xsel.changes2011-09-23 
12:52:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.xsel.new/xsel.changes   2012-01-25 
12:19:33.0 +0100
@@ -1,0 +2,5 @@
+Thu Nov  3 09:06:49 UTC 2011 - pascal.ble...@opensuse.org
+
+- build fixes for SLE_10 and SLE_11
+
+---



Other differences:
--
++ xsel.spec ++
--- /var/tmp/diff_new_pack.izVTUa/_old  2012-01-25 12:19:34.0 +0100
+++ /var/tmp/diff_new_pack.izVTUa/_new  2012-01-25 12:19:34.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package xsel (Version 1.2.0)
+# spec file for package xsel
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Guido Berhoerster.
 #
 # All modifications and additions to the file contributed by third parties
@@ -24,35 +24,39 @@
 Release:1
 License:MIT
 Group:  System/X11/Utilities
-AutoReqProv:on
 Source: 
http://www.kfish.org/software/xsel/download/xsel-%{version}.tar.gz
 Url:http://www.kfish.org/software/xsel/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version}  0  0%{?suse_version}  1000
+BuildRequires:  XFree86-devel
+%else
 BuildRequires:  xorg-x11-devel
-Requires:   xorg-x11
+%endif
 
 %description
 XSel is a command-line program for getting and setting the contents of the X
 selection. Normally this is only accessible by manually highlighting
 information and pasting it with the middle mouse button.
 
-
-Authors:
-
-Conrad Parker con...@vergenet.net
-
 %prep
 %setup -q
 
 %build
-%configure
+%if 0%{?suse_version}  0  0%{?suse_version}  1100
+export CFLAGS=%{optflags} -L%{_usr}/X11R6/%{_lib} -lX11
+%endif
+%configure \
+%if 0%{?suse_version}  0  0%{?suse_version}  1100
+--x-includes=%{_usr}/X11R6/include
+%endif
+
 make %{?_smp_mflags}
 
 %install
-%make_install
+make DESTDIR=%{buildroot} install
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+%{?buildroot:%__rm -rf %{buildroot}}
 
 %files
 %defattr(-,root,root,-)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org