Hello community,

here is the log from the commit of package xclip for openSUSE:Factory checked 
in at 2015-09-13 09:45:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xclip (Old)
 and      /work/SRC/openSUSE:Factory/.xclip.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xclip"

Changes:
--------
--- /work/SRC/openSUSE:Factory/xclip/xclip.changes      2011-12-14 
14:35:38.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.xclip.new/xclip.changes 2015-09-13 
09:45:13.000000000 +0200
@@ -1,0 +2,9 @@
+Thu Sep 10 19:34:44 UTC 2015 - [email protected]
+
+- Update to 0.12
+  * Build fixes: Check for Xmu and Xt
+  * The version number has been corrected.
+  * Man pages are now available. Contributed by Maximilian Gass.
+- Cleanup spec file with spec-cleaner
+
+-------------------------------------------------------------------

Old:
----
  xclip-0.11.tar.gz

New:
----
  xclip-0.12.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xclip.spec ++++++
--- /var/tmp/diff_new_pack.VvIHC5/_old  2015-09-13 09:45:13.000000000 +0200
+++ /var/tmp/diff_new_pack.VvIHC5/_new  2015-09-13 09:45:13.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xclip
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,60 +15,36 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           xclip
-Version:        0.11
+Version:        0.12
 Release:        0
 Summary:        Command Line Interface to the X11 Clipboard
 License:        GPL-2.0+
 Group:          System/X11/Utilities
-Source:         
http://prdownloads.sourceforge.net/xclip/xclip-%{version}.tar.gz
 Url:            http://sourceforge.net/projects/xclip
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%if %suse_version >= 1020
+Source:         
http://prdownloads.sourceforge.net/xclip/xclip-%{version}.tar.gz
 BuildRequires:  xorg-x11-libX11-devel
 BuildRequires:  xorg-x11-libXmu-devel
-%else
-BuildRequires:  xorg-x11-devel
-%endif
-BuildRequires:  gcc
-BuildRequires:  glibc-devel
-BuildRequires:  make
-BuildRequires:  autoconf
-BuildRequires:  automake
-BuildRequires:  libtool
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 xclip is a command line interface to the X11 clipboard. It can also be used
 for copying files, as an alternative to sftp/scp, thus avoiding password
 prompts when X11 forwarding has already been setup.
 
-
-
-
-Authors:
---------
-    Peter Åstrand <[email protected]>
-
 %prep
 %setup -q
 
 %build
 %configure \
-%if %suse_version >= 1020
         --x-includes="%{_usr}/include" \
         --x-libraries="%{_usr}/%{_lib}" \
-%else
-        --x-includes="%{_usr}/X11R6/include" \
-        --x-libraries="%{_usr}/X11R6/%{_lib}" \
-%endif
         --with-x
-%__make %{?jobs:-j%{jobs}}
+make %{?_smp_mflags}
 
 %install
-%makeinstall
-
-%clean
-%__rm -rf "%{buildroot}"
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 
 %files
 %defattr(-,root,root)
@@ -77,11 +53,7 @@
 %{_bindir}/xclip-copyfile
 %{_bindir}/xclip-cutfile
 %{_bindir}/xclip-pastefile
-%doc %{_mandir}/man1/xclip.1*
-
-# Local Variables:
-# mode: rpm-spec
-# tab-width: 3
-# End:
+%{_mandir}/man1/xclip.1*
+%{_mandir}/man1/xclip-copyfile.1.*
 
 %changelog

++++++ xclip-0.11.tar.gz -> xclip-0.12.tar.gz ++++++
++++ 5265 lines of diff (skipped)
++++    retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xclip-0.11/ChangeLog new/xclip-0.12/ChangeLog
--- old/xclip-0.11/ChangeLog    2008-08-15 07:45:11.000000000 +0200
+++ new/xclip-0.12/ChangeLog    2009-09-27 12:50:24.000000000 +0200
@@ -1,3 +1,10 @@
+Version 0.12 (Peter Åstrand)
+       Build fixes: Check for Xmu and Xt
+
+       The version number has been corrected. 
+
+       Man pages are now available. Contributed by Maximilian Gass.
+
 Version 0.11 (Peter Åstrand)
        xclip-copyfile is now compatible with recent tar versions. 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xclip-0.11/configure.ac new/xclip-0.12/configure.ac
--- old/xclip-0.11/configure.ac 2008-08-15 07:45:31.000000000 +0200
+++ new/xclip-0.12/configure.ac 2009-09-27 12:53:08.000000000 +0200
@@ -1,4 +1,4 @@
-AC_INIT(xclip, 0.11)
+AC_INIT(xclip, 0.12)
 
 AC_CONFIG_SRCDIR([xclip.c])
 
@@ -12,6 +12,9 @@
 AC_HEADER_STDC
 AC_PATH_XTRA
 AC_CHECK_TOOL(STRIP, strip, :)
+AC_CHECK_HEADER([X11/Xmu/Atoms.h], [], AC_MSG_ERROR([*** X11/Xmu/Atoms.h is 
missing ***]))
+AC_CHECK_HEADER([X11/Intrinsic.h], [], AC_MSG_ERROR([*** X11/Intrinsic.h is 
missing ***]))
+AC_CHECK_LIB(Xmu, XmuClientWindow, [], AC_MSG_ERROR([*** libXmu not found 
***]))
 
 AC_OUTPUT(Makefile)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xclip-0.11/xcdef.h new/xclip-0.12/xcdef.h
--- old/xclip-0.11/xcdef.h      2007-08-12 12:33:39.000000000 +0200
+++ new/xclip-0.12/xcdef.h      2009-08-10 21:04:27.000000000 +0200
@@ -3,6 +3,7 @@
  * 
  *  xcdef.h - definitions for use throughout xclip
  *  Copyright (C) 2001 Kim Saunders
+ *  Copyright (C) 2007-2008 Peter Åstrand
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -18,10 +19,6 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-/* xclip version and name */
-#define XC_VERS 0.08
-#define XC_NAME "xclip"
-
 /* output level constants */
 #define OSILENT  0
 #define OQUIET   1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xclip-0.11/xclib.c new/xclip-0.12/xclib.c
--- old/xclip-0.11/xclib.c      2008-08-13 22:08:05.000000000 +0200
+++ new/xclip-0.12/xclib.c      2009-08-10 21:04:28.000000000 +0200
@@ -3,6 +3,7 @@
  * 
  *  xclib.c - xclip library to look after xlib mechanics for xclip
  *  Copyright (C) 2001 Kim Saunders
+ *  Copyright (C) 2007-2008 Peter Åstrand
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -98,7 +99,8 @@
 int
 xcout(Display * dpy,
       Window win,
-      XEvent evt, Atom sel, Atom target, unsigned char **txt, unsigned long 
*len, unsigned int *context)
+      XEvent evt, Atom sel, Atom target, unsigned char **txt, unsigned long 
*len,
+      unsigned int *context)
 {
     /* a property for other windows to put their selection into */
     static Atom pty;
@@ -143,8 +145,8 @@
 
        /* fallback to XA_STRING when UTF8_STRING failed */
        if (target == atomUTF8String && evt.xselection.property == None) {
-               *context = XCLIB_XCOUT_FALLBACK;
-               return(0);
+           *context = XCLIB_XCOUT_FALLBACK;
+           return (0);
        }
 
        /* find the size and format of the data in property */
@@ -320,7 +322,8 @@
 xcin(Display * dpy,
      Window * win,
      XEvent evt,
-     Atom * pty, Atom target, unsigned char *txt, unsigned long len, unsigned 
long *pos, unsigned int *context)
+     Atom * pty, Atom target, unsigned char *txt, unsigned long len, unsigned 
long *pos,
+     unsigned int *context)
 {
     unsigned long chunk_len;   /* length of current chunk (for incr
                                 * transfers only)
@@ -368,7 +371,8 @@
                            *win,
                            *pty,
                            XA_ATOM,
-                           32, PropModeReplace, (unsigned char *) types, 
(int)(sizeof(types) / sizeof(Atom))
+                           32, PropModeReplace, (unsigned char *) types,
+                           (int) (sizeof(types) / sizeof(Atom))
                );
        }
        else if (len > chunk_size) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xclip-0.11/xclib.h new/xclip-0.12/xclib.h
--- old/xclip-0.11/xclib.h      2008-08-13 22:08:05.000000000 +0200
+++ new/xclip-0.12/xclib.h      2009-08-10 21:04:28.000000000 +0200
@@ -3,6 +3,7 @@
  * 
  *  xclib.h - header file for functions in xclib.c
  *  Copyright (C) 2001 Kim Saunders
+ *  Copyright (C) 2007-2008 Peter Åstrand
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xclip-0.11/xclip-copyfile.1 new/xclip-0.12/xclip-copyfile.1
--- old/xclip-0.11/xclip-copyfile.1     1970-01-01 01:00:00.000000000 +0100
+++ new/xclip-0.12/xclip-copyfile.1     2009-08-10 21:05:25.000000000 +0200
@@ -0,0 +1,93 @@
+.\"·
+.\"
+.\" xclip-copyfile.1
+.\" Copyright (C) 2009 Maximilian Gass
+.\"
+.\" This program is free software; you can redistribute it and/or modify
+.\" it under the terms of the GNU General Public License as published by
+.\" the Free Software Foundation; either version 2 of the License, or
+.\" (at your option) any later version.
+.\"
+.\" This program is distributed in the hope that it will be useful,
+.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
+.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+.\" GNU General Public License for more details.
+.\" You should have received a copy of the GNU General Public License
+.\" along with this program; if not, write to the Free Software
+.\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+.\"
+.TH XCLIP-COPYFILE 1
+.SH NAME
+xclip\-copyfile, xclip\-cutfile, xclip\-pastefile - copy and move files via 
the X clipboard
+.SH SYNOPSIS
+.B xclip\-copyfile
+[\-p] FILES...
+
+.B xclip\-cutfile
+[\-p] FILES...
+
+.B xclip\-pastefile
+.SH DESCRIPTION
+.B xclip\-copyfile
+copies files into the X clipboard, recursing into directories.
+
+.B xclip\-cutfile
+copies the files, but also deletes them afterwards.
+.TP
+\fB\-p\fR
+preserve path formation
+
+.PP
+.B xclip\-pastefile
+pastes the files out of the clipboard
+.SH EXAMPLES
+
+.B Copying a file to a remote host
+
+.nf
+[maggie.lkpg.cendio.se ~]$ echo "A file created on ${HOSTNAME}" > file1
+[maggie.lkpg.cendio.se ~]$ xclip-copyfile file1
+[sofie.homeip.net ~/doc]$ xclip-pastefile
+file1
+[sofie.homeip.net ~/doc]$ cat file1
+A file created on maggie.lkpg.cendio.se
+
+
+.B Copying an entire tree structure
+
+.nf
+[sofie.homeip.net ~]$ xclip-copyfile doc
+[maggie.lkpg.cendio.se ~/tmp]$ xclip-pastefile
+doc/
+doc/letter-mom-april.txt
+doc/file1
+doc/letter-dad-march.txt
+
+
+.B Copying files with preserved path information
+
+.nf
+[maggie.lkpg.cendio.se ~]$ xclip-copyfile \-p /etc/sysconfig/grub
+tar: Removing leading `/' from member names
+[sofie.homeip.net ~/tmp]$ xclip-pastefile
+etc/sysconfig/grub
+[sofie.homeip.net ~/tmp]$ ls etc/sysconfig/grub
+etc/sysconfig/grub
+
+
+.B Moving files
+
+.nf
+[sofie.homeip.net ~]$ ls letter-brother-may.txt
+letter-brother-may.txt
+[sofie.homeip.net ~]$ xclip-cutfile letter-brother-may.txt
+[sofie.homeip.net ~]$ ls letter-brother-may.txt
+ls: cannot access letter-brother-may.txt: No such file or directory
+[sofie.homeip.net ~]$ cd doc
+[sofie.homeip.net ~/doc]$ xclip-pastefile
+letter-brother-may.txt
+
+.SH AUTHORS
+
+This manual page was written by Maximilian Gass <[email protected]> for
+the Debian project. It may be used for everything else, of course.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xclip-0.11/xclip.1 new/xclip-0.12/xclip.1
--- old/xclip-0.11/xclip.1      1970-01-01 01:00:00.000000000 +0100
+++ new/xclip-0.12/xclip.1      2009-08-10 21:15:26.000000000 +0200
@@ -0,0 +1,106 @@
+.\" 
+.\"
+.\" xclip.man - xclip manpage
+.\" Copyright (C) 2001 Kim Saunders
+.\" Copyright (C) 2007-2008 Peter Åstrand
+.\"
+.\" This program is free software; you can redistribute it and/or modify
+.\" it under the terms of the GNU General Public License as published by
+.\" the Free Software Foundation; either version 2 of the License, or
+.\" (at your option) any later version.
+.\"
+.\" This program is distributed in the hope that it will be useful,
+.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
+.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+.\" GNU General Public License for more details.
+.\" You should have received a copy of the GNU General Public License
+.\" along with this program; if not, write to the Free Software
+.\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+.\"
+.TH XCLIP 1
+.SH NAME
+xclip \- command line interface to X selections (clipboard)
+.SH SYNOPSIS
+.B xclip
+[OPTION] [FILE]...
+.SH DESCRIPTION
+Reads from standard in, or from one or more files, and makes the data 
available as an X selection for pasting into X applications. Prints current X 
selection to standard out.
+.TP
+\fB\-i\fR, \fB\-in\fR
+read text into X selection from standard input or files (default)
+.TP
+\fB\-o\fR, \fB\-out\fR
+prints the selection to standard out (generally for piping to a file or 
program)
+.TP
+\fB\-f\fR, \fB\-filter\fR
+when xclip is invoked in the in mode with output level set to silent (the 
defaults), the filter option will cause xclip to print the text piped to 
standard in back to standard out unmodified
+.TP
+\fB\-l\fR, \fB\-loops\fR
+number of X selection requests (pastes into X applications) to wait for before 
exiting, with a value of 0 (default) causing xclip to wait for an unlimited 
number of requests until another application (possibly another invocation of 
xclip) takes ownership of the selection
+.TP
+\fB\-d\fR, \fB\-display\fR
+X display to use (e.g. "localhost:0"), xclip defaults to the value in 
$\fBDISPLAY\fR if this option is omitted
+.TP
+\fB\-h\fR, \fB\-help\fR
+show quick summary of options
+.TP
+\fB\-selection\fR
+specify which X selection to use, options are "primary" to use XA_PRIMARY 
(default), "secondary" for XA_SECONDARY or "clipboard" for XA_CLIPBOARD
+.TP
+\fB\-version\fR
+show version information
+.TP
+\fB\-silent\fR
+forks into the background to wait for requests, no informational output, 
errors only (default)
+.TP
+\fB\-quiet\fR
+show informational messages on the terminal and run in the foreground
+.TP
+\fB\-verbose\fR
+provide a running commentary of what xclip is doing
+
+.PP
+xclip reads text from standard in or files and makes it available to other X 
applications for pasting as an X selection (traditionally with the middle mouse 
button). It reads from all files specified, or from standard in if no files are 
specified. xclip can also print the contents of a selection to standard out 
with the
+.B
+\-o
+option.
+
+xclip was designed to allow tighter integration of X applications and command 
line programs. The default action is to silently wait in the background for X 
selection requests (pastes) until another X application places data in the 
clipboard, at which point xclip exits silently. You can use the \fB\-verbose\fR 
option to see if and when xclip actually receives selection requests from other 
X applications.
+
+Options can be abbreviated as long as they remain unambiguous. For example, it 
is possible to use \fB\-d\fR or \fB\-disp\fR instead of \fB\-display\fR. 
However, \fB\-v\fR couldn't be used because it is ambiguous (it could be short 
for \fB\-verbose\fR or \fB\-version\fR), so it would be interpreted as a 
filename.
+
+Note that only the first character of the selection specified with the 
\fB\-selection\fR option is important. This means that "p", "sec" and "clip" 
would have the same effect as using "primary", "secondary" or "clipboard" 
respectively.
+
+.SH EXAMPLES
+.PP
+I hate man pages without examples!
+
+.B
+uptime | xclip
+.PP
+Put your uptime in the X selection. Then middle click in an X application to 
paste.
+
+.B xclip -loops 10 -verbose /etc/motd
+.PP
+Exit after /etc/motd (message of the day) has been pasted 10 times. Show how 
many selection requests (pastes) have been processed.
+
+.B xclip -o > helloworld.c
+.PP
+Put the contents of the selection into a file.
+
+.SH ENVIRONMENT
+.TP
+.SM
+\fBDISPLAY\fR
+X display to use if none is specified with the
+.B
+\-display
+option.
+
+.SH REPORTING BUGS
+Please report any bugs, problems, queries, experiences, etc. directly to the 
author.
+
+.SH AUTHORS
+Kim Saunders <[email protected]>
+Peter Åstrand <[email protected]>
+.br
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xclip-0.11/xclip.c new/xclip-0.12/xclip.c
--- old/xclip-0.11/xclip.c      2008-08-13 22:20:32.000000000 +0200
+++ new/xclip-0.12/xclip.c      2009-09-27 12:43:25.000000000 +0200
@@ -3,6 +3,7 @@
  * 
  *  xclip.c - command line interface to X server selections 
  *  Copyright (C) 2001 Kim Saunders
+ *  Copyright (C) 2007-2008 Peter Åstrand
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -63,7 +64,8 @@
 {
     /* Initialise resource manager and parse options into database */
     XrmInitialize();
-    XrmParseCommand(&opt_db, opt_tab, sizeof(opt_tab) / sizeof(opt_tab[0]), 
XC_NAME, &argc, argv);
+    XrmParseCommand(&opt_db, opt_tab, sizeof(opt_tab) / sizeof(opt_tab[0]), 
PACKAGE_NAME, &argc,
+                   argv);
 
     /* set output level */
     if (XrmGetResource(opt_db, "xclip.olevel", "Xclip.Olevel", &rec_typ, 
&rec_val)
@@ -173,26 +175,20 @@
 }
 
 /* process noutf8 command line option */
-static void doOptNoUtf8 (void)
+static void
+doOptNoUtf8(void)
 {
-       /* check for -noutf8 */
-       if (
-               XrmGetResource(
-                       opt_db,
-                       "xclip.noutf8",
-                       "Xclip.noutf8",
-                       &rec_typ,
-                       &rec_val
-               )
-       )
-       {
-               if (fverb == OVERBOSE)  /* print in verbose mode only */
-                       fprintf(stderr, "Using old UNICODE instead of UTF8.\n");
-       } else {
-               target = XA_UTF8_STRING(dpy);
-               if (fverb == OVERBOSE)  /* print in verbose mode only */
-                       fprintf(stderr, "Using UTF8_STRING.\n");
-       }
+    /* check for -noutf8 */
+    if (XrmGetResource(opt_db, "xclip.noutf8", "Xclip.noutf8", &rec_typ, 
&rec_val)
+       ) {
+       if (fverb == OVERBOSE)  /* print in verbose mode only */
+           fprintf(stderr, "Using old UNICODE instead of UTF8.\n");
+    }
+    else {
+       target = XA_UTF8_STRING(dpy);
+       if (fverb == OVERBOSE)  /* print in verbose mode only */
+           fprintf(stderr, "Using UTF8_STRING.\n");
+    }
 }
 
 static void
@@ -360,8 +356,7 @@
            xcout(dpy, win, evt, sseln, target, &sel_buf, &sel_len, &context);
 
            /* fallback is needed. set XA_STRING to target and restart the 
loop. */
-           if (context == XCLIB_XCOUT_FALLBACK)
-           {
+           if (context == XCLIB_XCOUT_FALLBACK) {
                context = XCLIB_XCOUT_NONE;
                target = XA_STRING;
                continue;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xclip-0.11/xclip.man new/xclip-0.12/xclip.man
--- old/xclip-0.11/xclip.man    2007-08-25 22:08:12.000000000 +0200
+++ new/xclip-0.12/xclip.man    1970-01-01 01:00:00.000000000 +0100
@@ -1,105 +0,0 @@
-.\" 
-.\"
-.\" xclip.man - xclip manpage
-.\" Copyright (C) 2001 Kim Saunders
-.\"
-.\" This program is free software; you can redistribute it and/or modify
-.\" it under the terms of the GNU General Public License as published by
-.\" the Free Software Foundation; either version 2 of the License, or
-.\" (at your option) any later version.
-.\"
-.\" This program is distributed in the hope that it will be useful,
-.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
-.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-.\" GNU General Public License for more details.
-.\" You should have received a copy of the GNU General Public License
-.\" along with this program; if not, write to the Free Software
-.\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
-.\"
-.TH XCLIP 1x
-.SH NAME
-xclip \- command line interface to X selections (clipboard)
-.SH SYNOPSIS
-.B xclip
-[OPTION] [FILE]...
-.SH DESCRIPTION
-Reads from standard in, or from one or more files, and makes the data 
available as an X selection for pasting into X applications. Prints current X 
selection to standard out.
-.TP
-\fB\-i\fR, \fB\-in\fR
-read text into X selection from standard input or files (default)
-.TP
-\fB\-o\fR, \fB\-out\fR
-prints the selection to standard out (generally for piping to a file or 
program)
-.TP
-\fB\-f\fR, \fB\-filter\fR
-when xclip is invoked in the in mode with output level set to silent (the 
defaults), the filter option will cause xclip to print the text piped to 
standard in back to standard out unmodified
-.TP
-\fB\-l\fR, \fB\-loops\fR
-number of X selection requests (pastes into X applications) to wait for before 
exiting, with a value of 0 (default) causing xclip to wait for an unlimited 
number of requests until another application (possibly another invocation of 
xclip) takes ownership of the selection
-.TP
-\fB\-d\fR, \fB\-display\fR
-X display to use (e.g. "localhost:0"), xclip defaults to the value in 
$\fBDISPLAY\fR if this option is omitted
-.TP
-\fB\-h\fR, \fB\-help\fR
-show quick summary of options
-.TP
-\fB\-selection\fR
-specify which X selection to use, options are "primary" to use XA_PRIMARY 
(default), "secondary" for XA_SECONDARY or "clipboard" for XA_CLIPBOARD
-.TP
-\fB\-version\fR
-show version information
-.TP
-\fB\-silent\fR
-forks into the background to wait for requests, no informational output, 
errors only (default)
-.TP
-\fB\-quiet\fR
-show informational messages on the terminal and run in the foreground
-.TP
-\fB\-verbose\fR
-provide a running commentary of what xclip is doing
-
-.PP
-xclip reads text from standard in or files and makes it available to other X 
applications for pasting as an X selection (traditionally with the middle mouse 
button). It reads from all files specified, or from standard in if no files are 
specified. xclip can also print the contents of a selection to standard out 
with the
-.B
--o
-option.
-
-xclip was designed to allow tighter integration of X applications and command 
line programs. The default action is to silently wait in the background for X 
selection requests (pastes) until another X application places data in the 
clipboard, at which point xclip exits silently. You can use the \fB\-verbose\fR 
option to see if and when xclip actually receives selection requests from other 
X applications.
-
-Options can be abbreviated as long as they remain unambiguous. For example, it 
is possible to use \fB\-d\fR or \fB\-disp\fR instead of \fB\-display\fR. 
However, \fB\-v\fR couldn't be used because it is ambiguous (it could be short 
for \fB\-verbose\fR or \fB\-version\fR), so it would be interpreted as a 
filename.
-
-Note that only the first character of the selection specified with the 
\fB\-selection\fR option is important. This means that "p", "sec" and "clip" 
would have the same effect as using "primary", "secondary" or "clipboard" 
respectively.
-
-.SH EXAMPLES
-.PP
-I hate man pages without examples!
-
-.B
-uptime | xclip
-.PP
-Put your uptime in the X selection. Then middle click in an X application to 
paste.
-
-.B xclip -loops 10 -verbose /etc/motd
-.PP
-Exit after /etc/motd (message of the day) has been pasted 10 times. Show how 
many selection requests (pastes) have been processed.
-
-.B xclip -o > helloworld.c
-.PP
-Put the contents of the selection into a file.
-
-.SH ENVIRONMENT
-.TP
-.SM
-\fBDISPLAY\fR
-X display to use if none is specified with the
-.B
--display
-option.
-
-.SH REPORTING BUGS
-Please report any bugs, problems, queries, experiences, etc. directly to the 
author.
-
-.SH AUTHORS
-Kim Saunders <[email protected]>
-Peter Åstrand <[email protected]>
-.br
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xclip-0.11/xclip.spec new/xclip-0.12/xclip.spec
--- old/xclip-0.11/xclip.spec   2008-08-15 07:45:39.000000000 +0200
+++ new/xclip-0.12/xclip.spec   2009-09-27 12:53:24.000000000 +0200
@@ -1,5 +1,5 @@
 Name:          xclip
-Version:       0.11
+Version:       0.12
 Release:       1%{?dist}
 License:       GPLv2+
 Group:         Applications/System
@@ -41,4 +41,4 @@
 %{_bindir}/xclip-cutfile
 %{_bindir}/xclip-pastefile
 %{_mandir}/man1/xclip.1*
-
+%{_mandir}/man1/xclip-copyfile.1*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xclip-0.11/xcprint.c new/xclip-0.12/xcprint.c
--- old/xclip-0.11/xcprint.c    2008-08-13 22:08:05.000000000 +0200
+++ new/xclip-0.12/xcprint.c    2009-08-10 21:04:28.000000000 +0200
@@ -3,6 +3,7 @@
  * 
  *  xcprint.c - functions to print help, version, errors, etc
  *  Copyright (C) 2001 Kim Saunders
+ *  Copyright (C) 2007-2008 Peter Åstrand
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -59,8 +60,8 @@
 void
 prversion(void)
 {
-    fprintf(stderr, "%s version %1.2f\n", XC_NAME, XC_VERS);
-    fprintf(stderr, "Copyright (C) 2001 Kim Saunders\n");
+    fprintf(stderr, "%s version %s\n", PACKAGE_NAME, PACKAGE_VERSION);
+    fprintf(stderr, "Copyright (C) 2001-2008 Kim Saunders et al.\n");
     fprintf(stderr, "Distributed under the terms of the GNU GPL\n");
     exit(EXIT_SUCCESS);
 }


Reply via email to