rpms/p0rn-comfort/FC-4 p0rn-comfort.spec, 1.1, 1.2 p0rn-modules.patch, 1.1, 1.2

Andreas Thienemann (ixs) fedora-extras-commits at redhat.com
Tue May 23 13:30:24 UTC 2006


Author: ixs

Update of /cvs/extras/rpms/p0rn-comfort/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2826/FC-4

Modified Files:
	p0rn-comfort.spec p0rn-modules.patch 
Log Message:
* Tue May 23 2006 Andreas Thienemann <andreas at bawue.net> 0.0.4-3
- Fixed up P0rn::Static and P0rn::DB to make manual Provides unnecessary



Index: p0rn-comfort.spec
===================================================================
RCS file: /cvs/extras/rpms/p0rn-comfort/FC-4/p0rn-comfort.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- p0rn-comfort.spec	22 May 2006 20:24:28 -0000	1.1
+++ p0rn-comfort.spec	23 May 2006 13:30:24 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           p0rn-comfort
 Version:        0.0.4
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Support programs for browsing image-gallery sites
 License:        GPL
 Group:          Applications/Internet
@@ -13,7 +13,6 @@
 BuildArch:      noarch
 Requires:       lynx, wget, mmv
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-Provides:		perl(P0rn::DB), perl(P0rn::Static)
 
 %description
 p0rn-comfort consists of several support programs for browsing
@@ -71,6 +70,9 @@
 
 
 %changelog
+* Tue May 23 2006 Andreas Thienemann <andreas at bawue.net> 0.0.4-3
+- Fixed up P0rn::Static and P0rn::DB to make manual Provides unnecessary
+
 * Sun May 21 2006 Andreas Thienemann <andreas at bawue.net> 0.0.4-2
 - Modified p0rn-proxy to actually access P0rn::Static
 - Install some binaries into %%{_libexecdir}

p0rn-modules.patch:

Index: p0rn-modules.patch
===================================================================
RCS file: /cvs/extras/rpms/p0rn-comfort/FC-4/p0rn-modules.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- p0rn-modules.patch	22 May 2006 20:24:28 -0000	1.1
+++ p0rn-modules.patch	23 May 2006 13:30:24 -0000	1.2
@@ -1,20 +1,22 @@
-# This Patch fixes the Package-Name and adds a
-# better path for the p0rn Database
---- p0rn-comfort-0.0.4/P0rn/Static.pm.orig	2006-04-28 01:22:36.000000000 +0200
-+++ p0rn-comfort-0.0.4/P0rn/Static.pm	2006-04-28 01:23:48.000000000 +0200
+--- p0rn-comfort-0.0.4/P0rn/Static.pm.modules	2004-11-20 22:08:11.000000000 +0100
++++ p0rn-comfort-0.0.4/P0rn/Static.pm	2006-05-23 15:26:30.000000000 +0200
 @@ -7,7 +7,7 @@
  
  use strict;
  
 -package Static;
-+package P0rn;
++package P0rn::Static;
  
  our $PROXY_ADMIN = 'admin';
  our $PROXY_CTRL_BASE = 'http://www.cgarbs.de/PROXYCONTROL';
---- p0rn-comfort-0.0.4/P0rn/DB.pm.orig	2006-04-28 01:22:32.000000000 +0200
-+++ p0rn-comfort-0.0.4/P0rn/DB.pm	2006-04-28 01:22:56.000000000 +0200
-@@ -7,7 +7,7 @@
+--- p0rn-comfort-0.0.4/P0rn/DB.pm.modules	2004-11-20 22:08:11.000000000 +0100
++++ p0rn-comfort-0.0.4/P0rn/DB.pm	2006-05-23 15:27:02.000000000 +0200
+@@ -5,9 +5,11 @@
+ # 2004 (C) by Christian Garbs <mitch at cgarbs.de>
+ # Licensed under GNU GPL.  See COPYING for details.
  
++package P0rn::DB;
++
  use DBM::Deep;
  
 -my $dblocation = './p0rn.db';




More information about the fedora-extras-commits mailing list