Hello community, here is the log from the commit of package rpmorphan for openSUSE:Factory checked in at 2015-03-18 13:06:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rpmorphan (Old) and /work/SRC/openSUSE:Factory/.rpmorphan.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rpmorphan" Changes: -------- --- /work/SRC/openSUSE:Factory/rpmorphan/rpmorphan.changes 2014-05-10 22:58:28.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rpmorphan.new/rpmorphan.changes 2015-03-18 13:06:16.000000000 +0100 @@ -1,0 +2,6 @@ +Sun Mar 15 23:44:47 UTC 2015 - p.drou...@gmail.com + +- Update to version 1.15 + * (rpmorphan) : bugfix, accept keep-file option + +------------------------------------------------------------------- Old: ---- rpmorphan-1.14.tar.gz New: ---- rpmorphan-1.15.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rpmorphan.spec ++++++ --- /var/tmp/diff_new_pack.HWso85/_old 2015-03-18 13:06:17.000000000 +0100 +++ /var/tmp/diff_new_pack.HWso85/_new 2015-03-18 13:06:17.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package rpmorphan # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: rpmorphan -Version: 1.14 +Version: 1.15 Release: 0 Summary: List the orphaned RPM packages License: GPL-2.0+ @@ -67,12 +67,12 @@ %{_bindir}/rpmorphan.pl %{_bindir}/rpmusage %{_bindir}/rpmusage.pl -%doc %{_mandir}/man1/rpmdep.1%{ext_man} -%doc %{_mandir}/man1/rpmduplicates.1%{ext_man} -%doc %{_mandir}/man1/rpmextra.1%{ext_man} -%doc %{_mandir}/man1/rpmorphan.1%{ext_man} -%doc %{_mandir}/man1/rpmusage.1%{ext_man} -%{_prefix}/lib/rpmorphan/ +%{_mandir}/man1/rpmdep.1%{ext_man} +%{_mandir}/man1/rpmduplicates.1%{ext_man} +%{_mandir}/man1/rpmextra.1%{ext_man} +%{_mandir}/man1/rpmorphan.1%{ext_man} +%{_mandir}/man1/rpmusage.1%{ext_man} +%{_libexecdir}/rpmorphan/ %dir %{_localstatedir}/lib/rpmorphan %{_localstatedir}/lib/rpmorphan/keep %ghost %config(noreplace) %{_localstatedir}/log/rpmorphan.log ++++++ rpmorphan-1.14.tar.gz -> rpmorphan-1.15.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rpmorphan-1.14/Changelog new/rpmorphan-1.15/Changelog --- old/rpmorphan-1.14/Changelog 2014-04-15 12:56:23.000000000 +0200 +++ new/rpmorphan-1.15/Changelog 2014-10-10 10:30:16.000000000 +0200 @@ -1,3 +1,6 @@ +2014-10-10 Eric Gerbier <gerb...@users.sourceforge.net> 1.15 + * (rpmorphan) : bugfix, accept keep-file option + 2014-04-11 Eric Gerbier <gerb...@users.sourceforge.net> 1.14 * (rpmorphan) : displays disk space freed in confirm box * (rpmorphan) : add arch option diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rpmorphan-1.14/Makefile new/rpmorphan-1.15/Makefile --- old/rpmorphan-1.14/Makefile 2014-04-15 12:57:39.000000000 +0200 +++ new/rpmorphan-1.15/Makefile 2014-10-10 10:36:10.000000000 +0200 @@ -1,4 +1,4 @@ -# $Id: rpmorphan-1.14 | Makefile | Fri Dec 6 12:01:09 2013 +0100 | Eric Gerbier $ +# $Id: rpmorphan-1.15 | Makefile | Fri Dec 6 12:01:09 2013 +0100 | Eric Gerbier $ # recommanded by debian install guide DESTDIR= diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rpmorphan-1.14/NEWS new/rpmorphan-1.15/NEWS --- old/rpmorphan-1.14/NEWS 2013-12-06 12:10:06.000000000 +0100 +++ new/rpmorphan-1.15/NEWS 2014-10-10 10:30:16.000000000 +0200 @@ -1,3 +1,15 @@ + 1.15 version + -------------- +bugfix : +* (rpmorphan) : bugfix, accept keep-file option + +------------------------------------------------------------------------------- + 1.14 version + -------------- +improvment : +* (rpmorphan) : displays disk space freed in confirm box +* (rpmorphan) : add arch option +------------------------------------------------------------------------------- 1.13 version -------------- improvment : diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rpmorphan-1.14/Readme new/rpmorphan-1.15/Readme --- old/rpmorphan-1.14/Readme 2014-04-15 12:57:39.000000000 +0200 +++ new/rpmorphan-1.15/Readme 2014-10-10 10:36:10.000000000 +0200 @@ -42,4 +42,4 @@ -- Eric Gerbier -$Id: rpmorphan-1.14 | Readme | Tue Jan 29 13:20:11 2013 +0100 | Eric Gerbier $ +$Id: rpmorphan-1.15 | Readme | Tue Jan 29 13:20:11 2013 +0100 | Eric Gerbier $ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rpmorphan-1.14/Readme.fr new/rpmorphan-1.15/Readme.fr --- old/rpmorphan-1.14/Readme.fr 2014-04-15 12:57:39.000000000 +0200 +++ new/rpmorphan-1.15/Readme.fr 2014-10-10 10:36:10.000000000 +0200 @@ -37,4 +37,4 @@ -- Eric Gerbier -$Id: rpmorphan-1.14 | Readme.fr | Tue Jan 29 13:20:11 2013 +0100 | Eric Gerbier $ +$Id: rpmorphan-1.15 | Readme.fr | Tue Jan 29 13:20:11 2013 +0100 | Eric Gerbier $ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rpmorphan-1.14/rpmdep.1 new/rpmorphan-1.15/rpmdep.1 --- old/rpmorphan-1.14/rpmdep.1 2014-04-15 12:57:38.000000000 +0200 +++ new/rpmorphan-1.15/rpmdep.1 2014-10-10 10:36:10.000000000 +0200 @@ -133,7 +133,7 @@ .\" ======================================================================== .\" .IX Title "RPMDEP 1" -.TH RPMDEP 1 "2014-01-19" "perl v5.18.2" "User Contributed Perl Documentation" +.TH RPMDEP 1 "2014-04-15" "perl v5.18.2" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rpmorphan-1.14/rpmdep.pl new/rpmorphan-1.15/rpmdep.pl --- old/rpmorphan-1.14/rpmdep.pl 2014-04-15 12:57:39.000000000 +0200 +++ new/rpmorphan-1.15/rpmdep.pl 2014-10-10 10:36:10.000000000 +0200 @@ -4,7 +4,7 @@ # # Copyright (C) 2006 by Eric Gerbier # Bug reports to: gerb...@users.sourceforge.net -# $Id: rpmorphan-1.14 | rpmdep.pl | | Eric Gerbier $ +# $Id: rpmorphan-1.15 | rpmdep.pl | | Eric Gerbier $ # # 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' old/rpmorphan-1.14/rpmduplicates.1 new/rpmorphan-1.15/rpmduplicates.1 --- old/rpmorphan-1.14/rpmduplicates.1 2014-04-15 12:57:38.000000000 +0200 +++ new/rpmorphan-1.15/rpmduplicates.1 2014-10-10 10:36:10.000000000 +0200 @@ -133,7 +133,7 @@ .\" ======================================================================== .\" .IX Title "RPMDUPLICATES 1" -.TH RPMDUPLICATES 1 "2013-12-06" "perl v5.18.2" "User Contributed Perl Documentation" +.TH RPMDUPLICATES 1 "2014-04-15" "perl v5.18.2" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rpmorphan-1.14/rpmduplicates.pl new/rpmorphan-1.15/rpmduplicates.pl --- old/rpmorphan-1.14/rpmduplicates.pl 2014-04-15 12:57:39.000000000 +0200 +++ new/rpmorphan-1.15/rpmduplicates.pl 2014-10-10 10:36:10.000000000 +0200 @@ -3,7 +3,7 @@ # # Copyright (C) 2006 by Eric Gerbier # Bug reports to: gerb...@users.sourceforge.net -# $Id: rpmorphan-1.14 | rpmduplicates.pl | Tue Nov 5 13:38:35 2013 +0100 | Eric Gerbier $ +# $Id: rpmorphan-1.15 | rpmduplicates.pl | Tue Nov 5 13:38:35 2013 +0100 | Eric Gerbier $ # # 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' old/rpmorphan-1.14/rpmextra.1 new/rpmorphan-1.15/rpmextra.1 --- old/rpmorphan-1.14/rpmextra.1 2014-04-15 12:57:38.000000000 +0200 +++ new/rpmorphan-1.15/rpmextra.1 2014-10-10 10:36:10.000000000 +0200 @@ -133,7 +133,7 @@ .\" ======================================================================== .\" .IX Title "RPMEXTRA 1" -.TH RPMEXTRA 1 "2013-12-06" "perl v5.18.2" "User Contributed Perl Documentation" +.TH RPMEXTRA 1 "2014-04-15" "perl v5.18.2" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rpmorphan-1.14/rpmextra.pl new/rpmorphan-1.15/rpmextra.pl --- old/rpmorphan-1.14/rpmextra.pl 2014-04-15 12:57:39.000000000 +0200 +++ new/rpmorphan-1.15/rpmextra.pl 2014-10-10 10:36:10.000000000 +0200 @@ -4,7 +4,7 @@ # # Copyright (C) 2006 by Eric Gerbier # Bug reports to: gerb...@users.sourceforge.net -# $Id: rpmorphan-1.14 | rpmextra.pl | Tue Nov 5 13:38:35 2013 +0100 | Eric Gerbier $ +# $Id: rpmorphan-1.15 | rpmextra.pl | Tue Nov 5 13:38:35 2013 +0100 | Eric Gerbier $ # # 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' old/rpmorphan-1.14/rpmorphan-curses-lib.pl new/rpmorphan-1.15/rpmorphan-curses-lib.pl --- old/rpmorphan-1.14/rpmorphan-curses-lib.pl 2014-04-15 12:57:39.000000000 +0200 +++ new/rpmorphan-1.15/rpmorphan-curses-lib.pl 2014-10-10 10:36:10.000000000 +0200 @@ -4,7 +4,7 @@ # # Copyright (C) 2006 by Eric Gerbier # Bug reports to: gerb...@users.sourceforge.net -# $Id: rpmorphan-1.14 | rpmorphan-curses-lib.pl | Fri Apr 11 11:41:26 2014 +0200 | Eric Gerbier $ +# $Id: rpmorphan-1.15 | rpmorphan-curses-lib.pl | Fri Apr 11 11:41:26 2014 +0200 | Eric Gerbier $ # # 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' old/rpmorphan-1.14/rpmorphan-lib.pl new/rpmorphan-1.15/rpmorphan-lib.pl --- old/rpmorphan-1.14/rpmorphan-lib.pl 2014-04-15 12:57:39.000000000 +0200 +++ new/rpmorphan-1.15/rpmorphan-lib.pl 2014-10-10 10:36:10.000000000 +0200 @@ -4,7 +4,7 @@ # # Copyright (C) 2006 by Eric Gerbier # Bug reports to: gerb...@users.sourceforge.net -# $Id: rpmorphan-1.14 | rpmorphan-lib.pl | Fri Apr 11 11:56:48 2014 +0200 | Eric Gerbier $ +# $Id: rpmorphan-1.15 | rpmorphan-lib.pl | Fri Apr 11 11:56:48 2014 +0200 | Eric Gerbier $ # # 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' old/rpmorphan-1.14/rpmorphan-tk-lib.pl new/rpmorphan-1.15/rpmorphan-tk-lib.pl --- old/rpmorphan-1.14/rpmorphan-tk-lib.pl 2014-04-15 12:57:39.000000000 +0200 +++ new/rpmorphan-1.15/rpmorphan-tk-lib.pl 2014-10-10 10:36:10.000000000 +0200 @@ -4,7 +4,7 @@ # # Copyright (C) 2006 by Eric Gerbier # Bug reports to: gerb...@users.sourceforge.net -# $Id: rpmorphan-1.14 | rpmorphan-tk-lib.pl | Fri Apr 11 11:41:26 2014 +0200 | Eric Gerbier $ +# $Id: rpmorphan-1.15 | rpmorphan-tk-lib.pl | Fri Apr 11 11:41:26 2014 +0200 | Eric Gerbier $ # # 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' old/rpmorphan-1.14/rpmorphan.1 new/rpmorphan-1.15/rpmorphan.1 --- old/rpmorphan-1.14/rpmorphan.1 2014-04-15 12:57:38.000000000 +0200 +++ new/rpmorphan-1.15/rpmorphan.1 2014-10-10 10:36:09.000000000 +0200 @@ -133,7 +133,7 @@ .\" ======================================================================== .\" .IX Title "RPMORPHAN 1" -.TH RPMORPHAN 1 "2014-01-19" "perl v5.18.2" "User Contributed Perl Documentation" +.TH RPMORPHAN 1 "2014-10-10" "perl v5.18.2" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rpmorphan-1.14/rpmorphan.lsm new/rpmorphan-1.15/rpmorphan.lsm --- old/rpmorphan-1.14/rpmorphan.lsm 2014-04-15 12:56:23.000000000 +0200 +++ new/rpmorphan-1.15/rpmorphan.lsm 2014-10-10 10:30:16.000000000 +0200 @@ -1,7 +1,7 @@ Begin4 Title: rpmorphan -Version: 1.14 -Entered-date: 2014-04-11 +Version: 1.15 +Entered-date: 2014-10-10 Description: rpmorphan finds "orphaned" packages on your system. It determines which packages have no other packages depending on their installation, and shows you a list of these packages. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rpmorphan-1.14/rpmorphan.pl new/rpmorphan-1.15/rpmorphan.pl --- old/rpmorphan-1.14/rpmorphan.pl 2014-04-15 12:57:38.000000000 +0200 +++ new/rpmorphan-1.15/rpmorphan.pl 2014-10-10 10:36:10.000000000 +0200 @@ -4,7 +4,7 @@ # # Copyright (C) 2006 by Eric Gerbier # Bug reports to: gerb...@users.sourceforge.net -# $Id: rpmorphan-1.14 | rpmorphan.pl | Fri Apr 11 11:55:05 2014 +0200 | Eric Gerbier $ +# $Id: rpmorphan-1.15 | rpmorphan.pl | Fri Oct 10 10:13:57 2014 +0200 | Eric Gerbier $ # # 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 @@ -28,7 +28,7 @@ use File::Basename; # library -## no critic (ProhibitNoisyQuotes) +# no critic (ProhibitNoisyQuotes) use lib '/usr/lib/rpmorphan'; # for prod use lib q{.}; # for tests ## no critic (RequireBarewordIncludes) @@ -819,7 +819,7 @@ 'version' => \$opt_version, 'fullalgo' => \$opt_fullalgo, 'all' => \$opt_all, # all packages - 'arch' => \$opt_arch, + 'arch' => \$opt_arch, 'guess-perl' => \$opt_guess_perl, # perl packages 'guess-python' => \$opt_guess_python, # python packages 'guess-pike' => \$opt_guess_pike, @@ -865,9 +865,9 @@ 'guess-data!', 'guess-doc!', 'guess-dev!', 'guess-lib!', 'guess-all!', 'guess-custom=s', 'package=s', 'exclude=s', 'install-time=i', 'access-time=i', 'list-keep', 'zero-keep', - 'add-keep=s', 'del-keep=s', 'use-cache!', 'clear-cache', - 'gui!', 'tk!', 'curses!', 'dry-run!', - 'suggests!', 'arch!', + 'add-keep=s', 'del-keep=s', 'keep-file=s', 'use-cache!', + 'clear-cache', 'gui!', 'tk!', 'curses!', + 'dry-run!', 'suggests!', 'arch!', ) or pod2usage(2); if ($opt_help) { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rpmorphan-1.14/rpmorphan.spec new/rpmorphan-1.15/rpmorphan.spec --- old/rpmorphan-1.14/rpmorphan.spec 2014-04-15 12:56:23.000000000 +0200 +++ new/rpmorphan-1.15/rpmorphan.spec 2014-10-10 10:30:16.000000000 +0200 @@ -1,7 +1,7 @@ %global _binary_filedigest_algorithm 1 %global _source_filedigest_algorithm 1 -%define VERSION 1.14 +%define VERSION 1.15 Summary: List packages that have no dependencies (like deborphan) # The Summary: line should be expanded to about here -----^ Summary(fr): Liste les packages rpm orphelins (sans dependances) @@ -168,6 +168,9 @@ %doc %{_mandir}/man1/rpmextra.1* %changelog +* Wed Oct 10 2014 Eric Gerbier <gerb...@users.sourceforge.net> 1.15 +- (rpmorphan) : bugfix, accept keep-file option + * Wed Apr 11 2014 Eric Gerbier <gerb...@users.sourceforge.net> 1.14 - (rpmorphan) : displays disk space freed in confirm box - (rpmorphan) : add arch option diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rpmorphan-1.14/rpmorphanrc.sample new/rpmorphan-1.15/rpmorphanrc.sample --- old/rpmorphan-1.14/rpmorphanrc.sample 2014-04-15 12:57:39.000000000 +0200 +++ new/rpmorphan-1.15/rpmorphanrc.sample 2014-10-10 10:36:10.000000000 +0200 @@ -1,5 +1,5 @@ # configuration file exemple for rpmorphan -# $Id: rpmorphan-1.14 | rpmorphanrc.sample | Tue Jul 31 17:13:56 2012 +0200 | Eric Gerbier $ +# $Id: rpmorphan-1.15 | rpmorphanrc.sample | Tue Jul 31 17:13:56 2012 +0200 | Eric Gerbier $ # it can be used as # - host (general) configuration file as /etc/rpmorphanrc # - home (user) configuration file as ~/.rpmorphanrc diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rpmorphan-1.14/rpmusage.1 new/rpmorphan-1.15/rpmusage.1 --- old/rpmorphan-1.14/rpmusage.1 2014-04-15 12:57:38.000000000 +0200 +++ new/rpmorphan-1.15/rpmusage.1 2014-10-10 10:36:10.000000000 +0200 @@ -133,7 +133,7 @@ .\" ======================================================================== .\" .IX Title "RPMUSAGE 1" -.TH RPMUSAGE 1 "2013-12-06" "perl v5.18.2" "User Contributed Perl Documentation" +.TH RPMUSAGE 1 "2014-04-15" "perl v5.18.2" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rpmorphan-1.14/rpmusage.pl new/rpmorphan-1.15/rpmusage.pl --- old/rpmorphan-1.14/rpmusage.pl 2014-04-15 12:57:39.000000000 +0200 +++ new/rpmorphan-1.15/rpmusage.pl 2014-10-10 10:36:10.000000000 +0200 @@ -4,7 +4,7 @@ # # Copyright (C) 2006 by Eric Gerbier # Bug reports to: gerb...@users.sourceforge.net -# $Id: rpmorphan-1.14 | rpmusage.pl | Tue Nov 5 13:38:35 2013 +0100 | Eric Gerbier $ +# $Id: rpmorphan-1.15 | rpmusage.pl | Tue Nov 5 13:38:35 2013 +0100 | Eric Gerbier $ # # 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 -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org