Changing Vendor value to Privoxy.Org
authormorcego <morcego@users.sourceforge.net>
Fri, 26 Apr 2002 15:51:05 +0000 (15:51 +0000)
committermorcego <morcego@users.sourceforge.net>
Fri, 26 Apr 2002 15:51:05 +0000 (15:51 +0000)
privoxy-rh.spec
privoxy-suse.spec

index efc60bb..c747cee 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: privoxy-rh.spec,v 1.28 2002/04/22 18:51:33 morcego Exp $
+# $Id: privoxy-rh.spec,v 1.29 2002/04/24 03:13:51 hal9 Exp $
 #
 # Written by and Copyright (C) 2001 the SourceForge
 # Privoxy team. http://www.privoxy.org/
 #
 # Written by and Copyright (C) 2001 the SourceForge
 # Privoxy team. http://www.privoxy.org/
@@ -38,10 +38,10 @@ Name: privoxy
 # Version and release should be updated acordingly on configure.in and
 # configure. Otherwise, the package can be build with the wrong value
 Version: 2.9.14
 # Version and release should be updated acordingly on configure.in and
 # configure. Otherwise, the package can be build with the wrong value
 Version: 2.9.14
-Release: 2
+Release: 3
 Summary: Privoxy - privacy enhancing proxy
 License: GPL
 Summary: Privoxy - privacy enhancing proxy
 License: GPL
-Vendor: http://www.privoxy.org
+Vendor: Privoxy.Org
 Source0: http://www.waldherr.org/%{name}/%{name}-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 Group: Networking/Utilities
 Source0: http://www.waldherr.org/%{name}/%{name}-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 Group: Networking/Utilities
@@ -293,6 +293,10 @@ fi
 %{_mandir}/man1/%{name}.*
 
 %changelog
 %{_mandir}/man1/%{name}.*
 
 %changelog
+* Fri Apr 26 2002 Rodrigo Barbosa <rodrigob@tisbrasil.com.br>
++ privoxy-2.9.14-3
+- Changing Vendor to Privoxy.Org
+
 * Tue Apr 23 2002 Hal Burgiss <hal@foobox.net>
 + privoxy-2.9.14-2
 - Adjust for new *actions files.
 * Tue Apr 23 2002 Hal Burgiss <hal@foobox.net>
 + privoxy-2.9.14-2
 - Adjust for new *actions files.
@@ -620,6 +624,9 @@ fi
        additional "-r @" flag.
 
 # $Log: privoxy-rh.spec,v $
        additional "-r @" flag.
 
 # $Log: privoxy-rh.spec,v $
+# Revision 1.29  2002/04/24 03:13:51  hal9
+# New actions files changes.
+#
 # Revision 1.28  2002/04/22 18:51:33  morcego
 # user and group now get removed on rh too.
 #
 # Revision 1.28  2002/04/22 18:51:33  morcego
 # user and group now get removed on rh too.
 #
index 0fe6a77..afdad96 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: privoxy-suse.spec,v 1.15 2002/04/16 18:49:07 oes Exp $
+# $Id: privoxy-suse.spec,v 1.16 2002/04/22 16:32:31 morcego Exp $
 #
 # Written by and Copyright (C) 2001 the SourceForge
 # Privoxy team. http://www.privoxy.org/
 #
 # Written by and Copyright (C) 2001 the SourceForge
 # Privoxy team. http://www.privoxy.org/
 %define privoxyconf %{_sysconfdir}/privoxy
 
 Summary:      Privoxy - privacy enhancing proxy
 %define privoxyconf %{_sysconfdir}/privoxy
 
 Summary:      Privoxy - privacy enhancing proxy
-Vendor:       http://www.privoxy.org
+Vendor:       Privoxy.Org
 Name:         privoxy-suse
 Distribution: defineme
 Version: 2.9.14
 Name:         privoxy-suse
 Distribution: defineme
 Version: 2.9.14
-Release: 2
+Release: 3
 # Needs makefile change: Source: http://prdownloads.sourceforge.net/ijbswa/privoxy-%{version}-%{status}-src.tar.gz
 Source: http://prdownloads.sourceforge.net/ijbswa/privoxy-%{version}.tar.gz
 # not sure if this works
 # Needs makefile change: Source: http://prdownloads.sourceforge.net/ijbswa/privoxy-%{version}-%{status}-src.tar.gz
 Source: http://prdownloads.sourceforge.net/ijbswa/privoxy-%{version}.tar.gz
 # not sure if this works
@@ -211,6 +211,10 @@ id privoxy > /dev/null 2>&1 && /usr/sbin/userdel privoxy || /bin/true
 # -----------------------------------------------------------------------------
 #
 %changelog
 # -----------------------------------------------------------------------------
 #
 %changelog
+* Fri Apr 26 2002 Rodrigo Barbosa <rodrigob@tisbrasil.com.br>
++ privoxy-suse-2.9.14-3
+- Changing Vendor to Privoxy.Org
+
 * Mon Apr 22 2002 Rodrigo Barbosa <rodrigob@tisbrasil.com.br>
 + privoxy-suse-2.9.14-2
 - Bumping release to reflect the new value on configure.in
 * Mon Apr 22 2002 Rodrigo Barbosa <rodrigob@tisbrasil.com.br>
 + privoxy-suse-2.9.14-2
 - Bumping release to reflect the new value on configure.in
@@ -303,6 +307,12 @@ id privoxy > /dev/null 2>&1 && /usr/sbin/userdel privoxy || /bin/true
 - new package: version 2.0
 
 # $Log: privoxy-suse.spec,v $
 - new package: version 2.0
 
 # $Log: privoxy-suse.spec,v $
+# Revision 1.16  2002/04/22 16:32:31  morcego
+# configure.in, *.spec: Bumping release to 2 (2.9.14-2)
+# -rh.spec: uid and gid are now macros
+# -suse.spec: Changing the header Copyright to License (Copyright is
+#             deprecable)
+#
 # Revision 1.15  2002/04/16 18:49:07  oes
 # Build with static built-in pcre
 #
 # Revision 1.15  2002/04/16 18:49:07  oes
 # Build with static built-in pcre
 #