Hello community,

here is the log from the commit of package perl-Crypt-CBC for openSUSE:Factory
checked in at Mon Sep 5 18:00:56 CEST 2011.



--------
--- perl-Crypt-CBC/perl-Crypt-CBC.changes       2010-12-08 15:10:30.000000000 
+0100
+++ perl-Crypt-CBC/perl-Crypt-CBC.changes       2011-08-27 17:50:04.000000000 
+0200
@@ -1,0 +2,9 @@
+Fri Aug 26 23:14:51 UTC 2011 - [email protected]
+
+- remove Author from desc
+- added bcond_with opt
+  o test optional pkgs via local build (osc build --with opt)
+- fix deps for CentOS
+- some spec cleanup
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ perl-Crypt-CBC.spec ++++++
--- /var/tmp/diff_new_pack.Er9adq/_old  2011-09-05 17:59:57.000000000 +0200
+++ /var/tmp/diff_new_pack.Er9adq/_new  2011-09-05 17:59:57.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-Crypt-CBC (Version 2.30)
+# spec file for package perl-Crypt-CBC
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -17,12 +17,13 @@
 
 # norootforbuild
 
+%bcond_with opt
 
 Name:           perl-Crypt-CBC
 %define cpan_name Crypt-CBC
 Summary:        Encrypt Data with Cipher Block Chaining Mode
 Version:        2.30
-Release:        11
+Release:        18
 License:        Artistic
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/Crypt-CBC/
@@ -30,25 +31,29 @@
 Source:         %{cpan_name}-%{version}.tar.bz2
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
-#BuildRequires:  perl(Crypt::Blowfish)
+%if %{with opt}
+BuildRequires:  perl(Crypt::Blowfish)
 #BuildRequires:  perl(Crypt::Blowfish_PP)
-#BuildRequires:  perl(Crypt::CAST5)
-#BuildRequires:  perl(Crypt::DES)
-#BuildRequires:  perl(Crypt::DES_EDE3)
-#BuildRequires:  perl(Crypt::IDEA)
+BuildRequires:  perl(Crypt::CAST5)
+BuildRequires:  perl(Crypt::DES)
+BuildRequires:  perl(Crypt::DES_EDE3)
+BuildRequires:  perl(Crypt::IDEA)
+%endif
 BuildRequires:  perl(Crypt::Rijndael)
 BuildRequires:  perl(Digest::MD5) >= 2.00
 Requires:       perl(Digest::MD5) >= 2.00
+%if 0%{?suse_version} > 1010
 Recommends:     perl(Crypt::Blowfish)
 #Recommends:     perl(Crypt::Blowfish_PP)
-#Recommends:     perl(Crypt::CAST5)
+Recommends:     perl(Crypt::CAST5)
 Recommends:     perl(Crypt::DES)
 Recommends:     perl(Crypt::DES_EDE3)
 Recommends:     perl(Crypt::IDEA)
 Recommends:     perl(Crypt::Rijndael)
+%endif
+%{perl_requires}
 
 %description
 This module is a Perl-only implementation of the cryptographic cipher block
@@ -57,12 +62,6 @@
 encrypted messages are compatible with the encryption format used by the
 *OpenSSL* package.
 
-Authors:
---------
-     Lincoln Stein, [email protected]
-     This module is distributed under the ARTISTIC LICENSE using the same terms
-     as Perl itself.
-
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
@@ -75,24 +74,14 @@
 
 %install
 %perl_make_install
-### since 11.4 perl_process_packlist
-### removes .packlist, perllocal.pod files
-%if 0%{?suse_version} > 1130
 %perl_process_packlist
-%else
-# do not perl_process_packlist
-# remove .packlist file
-%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
-# remove perllocal.pod file
-%{__rm} -f $RPM_BUILD_ROOT%perl_archlib/perllocal.pod
-%endif
 %perl_gen_filelist
 
 %clean
-%{__rm} -rf $RPM_BUILD_ROOT
+%{__rm} -rf %{buildroot}
 
 %files -f %{name}.files
-%defattr(-,root,root,-)
+%defattr(-,root,root,755)
 %doc Changes README
 
 %changelog


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



Remember to have fun...

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

Reply via email to