Hello community,

here is the log from the commit of package rpmorphan for openSUSE:Factory
checked in at Tue Jul 19 16:30:18 CEST 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ rpmorphan/rpmorphan.changes 2011-03-29 12:58:59.000000000 +0200
@@ -0,0 +1,55 @@
+-------------------------------------------------------------------
+Tue Mar 29 10:57:52 UTC 2011 - [email protected]
+
+- use %_libexecdir for TARGET_LOCALE
+
+-------------------------------------------------------------------
+Mon Mar 28 20:54:17 UTC 2011 - [email protected]
+
+- Updated to 1.9:
+  * new features:
+    + add rpmextra tool
+    + add grpmorphan as link to rpmorphan -gui
+  * others:
+    + fix perlcritic warnings
+- Spec file updates:
+  * Require instead of Recommend the logrotate package.
+  * Minor changes in %build and %install sections.
+  * Changes in %files section. Most important:
+    + %config(noreplace) for /etc/logrotate.d/rpmorphan.
+    + %ghost %config(noreplace) for /var/log/rpmorphan.log.
+
+-------------------------------------------------------------------
+Sat Feb  5 18:25:41 UTC 2011 - [email protected]
+
+- updated to 1.8
+  * fix bug on rpmdep (missing installtime in urpm mode)
+  * add help translation (gui)
+  From 1.7
+  * Curses is no more an rpm dependency
+  * add reload button
+- Spec file updates:
+  * Changes based on rpmdevtools templates and spec-cleaner run.
+  * Updates in Group:, Requires:, Recommends: and %install sections.
+  * Fixed rpmlint warning (non-executable-script).
+
+-------------------------------------------------------------------
+Sun Feb 21 11:19:38 UTC 2010 - [email protected]
+
+- updated to 1.6
+
+-------------------------------------------------------------------
+Tue Jan  6 13:42:14 CET 2009 - [email protected]
+
+- updated to 1.4
+
+-------------------------------------------------------------------
+Thu Dec 11 10:53:35 CET 2008 - [email protected]
+
+- added perl-Curses-UI and perl-Tk to Recommends
+
+-------------------------------------------------------------------
+Wed Dec 10 17:44:18 CET 2008 - [email protected]
+
+- created package - version 1.3
+

calling whatdependson for head-i586


New:
----
  rpmorphan-1.9.tar.gz
  rpmorphan.changes
  rpmorphan.spec

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

Other differences:
------------------
++++++ rpmorphan.spec ++++++
#
# spec file for package rpmorphan
#
# Copyright (c) 2011 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#



Name:           rpmorphan
Version:        1.9
Release:        1
Summary:        List the orphaned RPM packages

License:        GPLv2+
Url:            http://rpmorphan.sourceforge.net/
Group:          System/Packages
Source0:        
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

Requires:       rpm
Recommends:     logrotate
Recommends:     perl-Curses-UI
Recommends:     perl-RPM2
Recommends:     perl-Tk
BuildArch:      noarch

%description
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. It intends to be clone of deborphan debian
tools for RPM packages.

%prep
%setup -q

%build

%install
make install DESTDIR=%{buildroot} DOCDIR=%{buildroot}%{_defaultdocdir}/%{name} 
TARGET_LOCALE=%{buildroot}%{_libexecdir}/%{name}/locale

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc Authors COPYING Changelog NEWS Readme Readme.fr Todo rpmorphan.lsm 
rpmorphanrc.sample
%config(noreplace) %{_sysconfdir}/logrotate.d/rpmorphan
%{_bindir}/grpmorphan
%{_bindir}/rpmdep
%{_bindir}/rpmdep.pl
%{_bindir}/rpmduplicates
%{_bindir}/rpmduplicates.pl
%{_bindir}/rpmextra
%{_bindir}/rpmextra.pl
%{_bindir}/rpmorphan
%{_bindir}/rpmorphan-curses-lib.pl
%{_bindir}/rpmorphan-lib.pl
%{_bindir}/rpmorphan-tk-lib.pl
%{_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}
%{_libexecdir}/rpmorphan/
%dir %{_localstatedir}/lib/rpmorphan
%{_localstatedir}/lib/rpmorphan/keep
%ghost %config(noreplace) %{_localstatedir}/log/rpmorphan.log

%changelog

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



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to