commit razor-agents for openSUSE:Factory

2015-07-05 Thread h_root
Hello community,

here is the log from the commit of package razor-agents for openSUSE:Factory 
checked in at 2015-07-05 17:57:10

Comparing /work/SRC/openSUSE:Factory/razor-agents (Old)
 and  /work/SRC/openSUSE:Factory/.razor-agents.new (New)


Package is razor-agents

Changes:

--- /work/SRC/openSUSE:Factory/razor-agents/razor-agents.changes
2013-08-27 21:22:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.razor-agents.new/razor-agents.changes   
2015-07-05 17:57:11.0 +0200
@@ -1,0 +2,8 @@
+Thu Jun 11 10:58:46 UTC 2015 - h...@imb-jena.de
+
+- razor-agents-perl522.patch: fix razor man page installation with
+  perl-5.22
+- updated .spec file: Require only module packages actually used by
+  razor-agents-2.85
+
+---

New:

  razor-agents-perl522.patch



Other differences:
--
++ razor-agents.spec ++
--- /var/tmp/diff_new_pack.XrlyaL/_old  2015-07-05 17:57:11.0 +0200
+++ /var/tmp/diff_new_pack.XrlyaL/_new  2015-07-05 17:57:11.0 +0200
@@ -17,8 +17,6 @@
 
 
 Name:   razor-agents
-BuildRequires:  perl-Net-DNS
-BuildRequires:  perl-URI
 %if 0%{?suse_version}  0%{?suse_version}  1200
 BuildRequires:  perl-macros
 %endif
@@ -31,6 +29,7 @@
 Url:http://razor.sourceforge.net/
 Source: %{name}-%{version}.tar.bz2
 Source1:README.SUSE
+Patch0: razor-agents-perl522.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
 
@@ -62,12 +61,8 @@
 Summary:The required perl modules for razor-agents
 License:Artistic-1.0
 Group:  Development/Languages/Perl
-Requires:   perl-Digest-HMAC
 Requires:   perl-Digest-SHA1
-Requires:   perl-HTML-SimpleParse
-Requires:   perl-Net-DNS
 Requires:   perl-URI
-Requires:   perl-XML-Simple
 
 %description -n perl-razor-agents
 razor-agents are little programs to retrieve or update information
@@ -83,6 +78,7 @@
 %prep
 %setup
 cp %{S:1} .
+%patch0
 
 %build
 perl Makefile.PL OPTIMIZE=$RPM_OPT_FLAGS -Wall

++ razor-agents-perl522.patch ++

newer EU::MM versions (notably the version included in perl-5.22.0)
enclose variable references in double-quotes
this patch fixes razor man page installation when such a version is
used, while (supposedly :-) not breaking on older perl installations

--- Makefile.PL.orig2007-05-09 00:47:53.0 +0200
+++ Makefile.PL 2015-06-05 09:41:51.567476568 +0200
@@ -58,9 +58,12 @@
   docs/razor-whitelist.pod  \
   docs/razor-agents.pod
 INST_MAN5DIR = blib/man5
-INSTALLMAN5DIR = $(DESTDIR)$(PREFIX)/share/man/man5
-INSTALLSITEMAN5DIR = $(DESTDIR)$(SITEPREFIX)/share/man/man5
-INSTALLVENDORMAN5DIR = $(DESTDIR)$(VENDORPREFIX)/share/man/man5
+INSTALLMAN5DIR = $(PREFIX)/share/man/man5
+INSTALLSITEMAN5DIR = $(SITEPREFIX)/share/man/man5
+INSTALLVENDORMAN5DIR = $(VENDORPREFIX)/share/man/man5
+DESTINSTALLMAN5DIR = $(DESTDIR)$(INSTALLMAN35IR)
+DESTINSTALLSITEMAN5DIR = $(DESTDIR)$(INSTALLSITEMAN5DIR)
+DESTINSTALLVENDORMAN5DIR = $(DESTDIR)$(INSTALLVENDORMAN5DIR)
 MAN5EXT = 5
 # end razor-agents
 
@@ -139,10 +142,9 @@
   my $self = shift;
   my $inherited = $self-SUPER::install(@_);
 
-  my $man5 = q{ \\
-   $(INST_MAN5DIR) $(INSTALLMAN5DIR)};
+  my $man5 = q{$(INST_MAN5DIR)};
 
-  $inherited =~ s/(\$\((?:DEST)?INSTALL\w*MAN1DIR\))/$1$man5/gm;
+  $inherited =~ s/(((?)\$\((?:DEST)?INSTALL\w*MA)N1(DIR\)?))/$1 
\\\n\t\t$3$man5$3 $2N5$4/gm;
 
   return $inherited;
 }



commit razor-agents for openSUSE:Factory

2013-08-27 Thread h_root
Hello community,

here is the log from the commit of package razor-agents for openSUSE:Factory 
checked in at 2013-08-27 21:06:50

Comparing /work/SRC/openSUSE:Factory/razor-agents (Old)
 and  /work/SRC/openSUSE:Factory/.razor-agents.new (New)


Package is razor-agents

Changes:

--- /work/SRC/openSUSE:Factory/razor-agents/razor-agents.changes
2013-07-29 09:25:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.razor-agents.new/razor-agents.changes   
2013-08-27 21:22:11.0 +0200
@@ -1,0 +2,6 @@
+Tue Aug 13 13:58:46 UTC 2013 - ncut...@suse.com
+
+- Relicense under Artistic License 2.0.  See LICENSE for details.
+- got rid of INSTALL, replaced with README.SUSE
+
+---

Old:

  razor-agents-2.84.tar.bz2

New:

  README.SUSE
  razor-agents-2.85.tar.bz2



Other differences:
--
++ razor-agents.spec ++
--- /var/tmp/diff_new_pack.Gtyof3/_old  2013-08-27 21:22:12.0 +0200
+++ /var/tmp/diff_new_pack.Gtyof3/_new  2013-08-27 21:22:12.0 +0200
@@ -23,13 +23,14 @@
 BuildRequires:  perl-macros
 %endif
 Summary:SPAM catalogue inquiry and update tool
-License:GPL-1.0+ or Artistic-1.0
+License:Artistic-2.0
 Group:  Productivity/Networking/Email/Utilities
 Requires:   perl-razor-agents
-Version:2.84
+Version:2.85
 Release:0
 Url:http://razor.sourceforge.net/
 Source: %{name}-%{version}.tar.bz2
+Source1:README.SUSE
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
 
@@ -81,6 +82,7 @@
 
 %prep
 %setup
+cp %{S:1} .
 
 %build
 perl Makefile.PL OPTIMIZE=$RPM_OPT_FLAGS -Wall
@@ -98,7 +100,7 @@
 
 %files -n perl-razor-agents
 %defattr(-,root,root)
-%doc BUGS CREDITS Changes FAQ INSTALL README
+%doc BUGS CREDITS Changes FAQ LICENSE README README.SUSE
 %doc %{_mandir}/man3/Razor*
 %doc %{_mandir}/man5/razor*
 %{perl_vendorarch}/Razor2

++ README.SUSE ++

 Vipul's Razor v2
  SUSE-SPECIFIC Installation Instructions

[[ LEFT OUT STEPS 1 THROUGH 4 AS THIS IS ALREADY DONE FOR YOU BY THE
   PACKAGE MAINTAINER ]] 

5. Run `razor-admin -create' to create a default config file in your
   home directory under /home/user/.razor. (Remember to change user to
   your username from root before running razor-admin)

6. Razor v2 requires reporters to be registered so their reputations can
   be computed over time and they can participate in the revocation
   mechanism. Registration is done with razor-admin -register. It has to be
   manually invoked in either of the following ways:

To register user foo with `s1kret' as password:

razor-admin -register -user=foo -pass=s1kr3t

To register with an email address and have the password assigned:

razor-admin -register -user=f...@bar.com

To have both (random) username and password assigned:

razor-admin -register

razor-admin -register negotiates a registration with the Nomination Server
and writes the identity information in
/home/user/.razor/identity-username, or /etc/razor/identity-username
when invoked as root.

7. You can edit razor-agent.conf to change the defaults. Config options
   and their values are defined in the razor-agent.conf(5) manpage.

8. The next step is to integrate razor-check, razor-report and
   razor-revoke in your mail system. If you are running Razor v1, the
   change will be transparent, new versions of razor agents will overwrite
   the old ones. You would still need to plugin razor-revoke in your MUA,
   since it's a new addition in Razor v2. If you are not running Razor v1,
   refer to manpages of razor-check(1), razor-report(1), and
   razor-revoke(1) for integration instructions.

++ razor-agents-2.84.tar.bz2 - razor-agents-2.85.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/razor-agents-2.84/Changes 
new/razor-agents-2.85/Changes
--- old/razor-agents-2.84/Changes   2007-05-10 22:31:50.0 +0200
+++ new/razor-agents-2.85/Changes   2008-07-22 01:29:49.0 +0200
@@ -4,6 +4,16 @@
 
 Changes - razor-agents
 
+=head2 2.85 (July 21, 2008)
+
+=over 4
+
+=item *
+
+Relicense under Artistic License 2.0.  See LICENSE for details.
+
+=back
+
 =head2 2.84 (May 10, 2007)
 
 =over 4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/razor-agents-2.84/LICENSE 
new/razor-agents-2.85/LICENSE
--- old/razor-agents-2.84/LICENSE   1970-01-01 01:00:00.0 +0100
+++ new/razor-agents-2.85/LICENSE   2008-07-22 01:21:39.0 +0200
@@ -0,0 +1,74 @@
+Artistic License 2.0
+
+Copyright (c) 

commit razor-agents for openSUSE:Factory

2013-07-29 Thread h_root
Hello community,

here is the log from the commit of package razor-agents for openSUSE:Factory 
checked in at 2013-07-29 09:25:35

Comparing /work/SRC/openSUSE:Factory/razor-agents (Old)
 and  /work/SRC/openSUSE:Factory/.razor-agents.new (New)


Package is razor-agents

Changes:

--- /work/SRC/openSUSE:Factory/razor-agents/razor-agents.changes
2011-09-23 12:44:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.razor-agents.new/razor-agents.changes   
2013-07-29 09:25:36.0 +0200
@@ -1,0 +2,7 @@
+Fri Jul 26 11:25:28 UTC 2013 - tchva...@suse.com
+
+- perl-macros is obsoleted by recent perl packages.
+  Therefore BuildRequire perl-macros only on older versions
+  (which includes SLE)
+
+---



Other differences:
--
++ razor-agents.spec ++
--- /var/tmp/diff_new_pack.aaoSMZ/_old  2013-07-29 09:25:37.0 +0200
+++ /var/tmp/diff_new_pack.aaoSMZ/_new  2013-07-29 09:25:37.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package razor-agents
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -16,19 +16,20 @@
 #
 
 
-
 Name:   razor-agents
-BuildRequires:  perl-Net-DNS perl-URI
+BuildRequires:  perl-Net-DNS
+BuildRequires:  perl-URI
+%if 0%{?suse_version}  0%{?suse_version}  1200
 BuildRequires:  perl-macros
+%endif
 Summary:SPAM catalogue inquiry and update tool
+License:GPL-1.0+ or Artistic-1.0
+Group:  Productivity/Networking/Email/Utilities
 Requires:   perl-razor-agents
-AutoReqProv:on
 Version:2.84
-Release:64
+Release:0
 Url:http://razor.sourceforge.net/
 Source: %{name}-%{version}.tar.bz2
-License:GPL-1.0+ or Artistic-1.0
-Group:  Productivity/Networking/Email/Utilities
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
 
@@ -57,11 +58,15 @@
 Vipul Ved Prakash m...@vipul.net
 
 %package -n perl-razor-agents
+Summary:The required perl modules for razor-agents
 License:Artistic-1.0
 Group:  Development/Languages/Perl
-Summary:The required perl modules for razor-agents
-Requires:   perl-Net-DNS perl-Digest-SHA1 perl-URI perl-Digest-HMAC 
perl-HTML-SimpleParse perl-XML-Simple
-AutoReqProv:on
+Requires:   perl-Digest-HMAC
+Requires:   perl-Digest-SHA1
+Requires:   perl-HTML-SimpleParse
+Requires:   perl-Net-DNS
+Requires:   perl-URI
+Requires:   perl-XML-Simple
 
 %description -n perl-razor-agents
 razor-agents are little programs to retrieve or update information

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit razor-agents for openSUSE:Factory

2011-09-19 Thread h_root

Hello community,

here is the log from the commit of package razor-agents for openSUSE:Factory
checked in at Mon Sep 19 18:02:35 CEST 2011.




--- razor-agents/razor-agents.changes   2011-04-10 11:32:23.0 +0200
+++ razor-agents/razor-agents.changes   2011-08-28 20:51:26.0 +0200
@@ -1,0 +2,5 @@
+Sun Aug 28 18:54:15 UTC 2011 - andrea.turr...@gmail.com
+
+- fixed typo in razor-agents.spec (perl-razor-agents)
+
+---

calling whatdependson for head-i586




Other differences:
--
++ razor-agents.spec ++
--- /var/tmp/diff_new_pack.C9T1rH/_old  2011-09-19 18:02:32.0 +0200
+++ /var/tmp/diff_new_pack.C9T1rH/_new  2011-09-19 18:02:32.0 +0200
@@ -64,7 +64,7 @@
 AutoReqProv:on
 
 %description -n perl-razor-agents
-razor-agents is are little programs to retrieve or update information
+razor-agents are little programs to retrieve or update information
 from the razor http://razor.sourceforge.net/ network to exchange
 signatures of SPAM. This package contains the required perl modules.
 






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org