rpms/p0rn-comfort/devel p0rn-comfort.spec, 1.2, 1.3 p0rn-paths.patch, 1.1, 1.2 p0rn-static.patch, 1.1, 1.2 needs.rebuild, 1.1, NONE

Andreas Thienemann (ixs) fedora-extras-commits at redhat.com
Sun Sep 10 21:27:46 UTC 2006


Author: ixs

Update of /cvs/extras/rpms/p0rn-comfort/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17372

Modified Files:
	p0rn-comfort.spec p0rn-paths.patch p0rn-static.patch 
Removed Files:
	needs.rebuild 
Log Message:
* Sun Sep 10 2006 Andreas Thienemann <andreas at bawue.net> 0.0.4-4
- *bump*



Index: p0rn-comfort.spec
===================================================================
RCS file: /cvs/extras/rpms/p0rn-comfort/devel/p0rn-comfort.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- p0rn-comfort.spec	23 May 2006 13:30:25 -0000	1.2
+++ p0rn-comfort.spec	10 Sep 2006 21:27:46 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           p0rn-comfort
 Version:        0.0.4
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Support programs for browsing image-gallery sites
 License:        GPL
 Group:          Applications/Internet
@@ -70,6 +70,9 @@
 
 
 %changelog
+* Sun Sep 10 2006 Andreas Thienemann <andreas at bawue.net> 0.0.4-4
+- *bump*
+
 * 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
 

p0rn-paths.patch:

Index: p0rn-paths.patch
===================================================================
RCS file: /cvs/extras/rpms/p0rn-comfort/devel/p0rn-paths.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- p0rn-paths.patch	22 May 2006 20:24:28 -0000	1.1
+++ p0rn-paths.patch	10 Sep 2006 21:27:46 -0000	1.2
@@ -23,3 +23,35 @@
 +    /usr/libexec/p0rn-comfort/p0rn-dblist -v ${TABLE}
  done
  echo finished 1>&2
+--- p0rn-comfort-0.0.4/p0rn-download.orig	2006-05-24 04:44:30.000000000 +0200
++++ p0rn-comfort-0.0.4/p0rn-download	2006-05-24 04:44:30.000000000 +0200
+@@ -78,7 +78,7 @@
+ 
+ $SIG{CHLD} = 'IGNORE';
+ 
+-my $hash = opendb('downz');
++my $hash = P0rn::DB::opendb('downz');
+ while ($done_something) {
+ 
+     $done_something = 0;
+@@ -92,7 +92,7 @@
+ 		exit if ($hash->{$url});
+ 		$hash->{$url} = 1;
+ 
+-		system('./p0rn-grab', $url);
++		system('p0rn-grab', $url);
+ 
+ 		$hash->{$url} = 2;
+ 		warn "[[ FINISHED $url ]]\n";
+--- p0rn-comfort-0.0.4/p0rn-grab.orig	2006-05-24 04:44:49.000000000 +0200
++++ p0rn-comfort-0.0.4/p0rn-grab	2006-05-24 04:44:58.000000000 +0200
+@@ -18,6 +18,9 @@
+ URL=$1
+ DOMAIN=`echo $URL|sed -e 's,^[^/]*//,,' -e 's,/.*$,,'`
+ 
++# Make sure, savepath exists
++[ -d $SAVEPATH ] || mkdir -p $SAVEPATH
++
+ mkdir -p $SAVETMP
+ cd $SAVETMP
+ 

p0rn-static.patch:

Index: p0rn-static.patch
===================================================================
RCS file: /cvs/extras/rpms/p0rn-comfort/devel/p0rn-static.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- p0rn-static.patch	22 May 2006 20:24:28 -0000	1.1
+++ p0rn-static.patch	10 Sep 2006 21:27:46 -0000	1.2
@@ -1,5 +1,5 @@
---- p0rn-comfort-0.0.4/p0rn-proxy.orig	2006-05-21 20:12:32.000000000 +0200
-+++ p0rn-comfort-0.0.4/p0rn-proxy	2006-05-21 20:12:35.000000000 +0200
+--- p0rn-comfort-0.0.4/p0rn-proxy.static	2004-11-20 22:08:11.000000000 +0100
++++ p0rn-comfort-0.0.4/p0rn-proxy	2006-05-24 04:43:41.000000000 +0200
 @@ -177,7 +177,7 @@
  #
  
@@ -183,3 +183,18 @@
  
  if ( defined $config->proxy()
       and $config->proxy() ne ""
+@@ -496,11 +496,11 @@
+ }
+ 
+ # open dbs
+-$thumbs = opendb('thumbz');
++$thumbs = P0rn::DB::opendb('thumbz');
+ print "- thumbpages db loaded\n";
+-$pics = opendb('picz');
++$pics = P0rn::DB::opendb('picz');
+ print "- picpages db loaded\n";
+-$downs = opendb('downz');
++$downs = P0rn::DB::opendb('downz');
+ print "- download db loaded\n";
+ 
+ print "- proxy started on ".$config->addr().":".$config->port()."\n";


--- needs.rebuild DELETED ---




More information about the scm-commits mailing list