forked from pool/perl-Apache-Session
Accepting request 29223 from devel:languages:perl
Copy from devel:languages:perl/perl-Apache-Session based on submit request 29223 from user coolo OBS-URL: https://build.opensuse.org/request/show/29223 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Apache-Session?expand=0&rev=9
This commit is contained in:
committed by
Git OBS Bridge
parent
6c562796ae
commit
69b3e4cb80
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- enable parallel build
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 10 17:04:12 CEST 2008 - anicka@suse.cz
|
Wed Sep 10 17:04:12 CEST 2008 - anicka@suse.cz
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Apache-Session (Version 1.87)
|
# spec file for package perl-Apache-Session (Version 1.87)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -21,7 +21,7 @@
|
|||||||
Name: perl-Apache-Session
|
Name: perl-Apache-Session
|
||||||
BuildRequires: apache2-devel apache2-mod_perl libapr-util1-devel pcre-devel perl-DBI
|
BuildRequires: apache2-devel apache2-mod_perl libapr-util1-devel pcre-devel perl-DBI
|
||||||
Version: 1.87
|
Version: 1.87
|
||||||
Release: 1
|
Release: 4
|
||||||
Provides: Apache-Session
|
Provides: Apache-Session
|
||||||
Requires: apache2
|
Requires: apache2
|
||||||
Requires: apache2-mod_perl perl-URI perl-DBI
|
Requires: apache2-mod_perl perl-URI perl-DBI
|
||||||
@@ -29,7 +29,7 @@ Requires: perl = %{perl_version}
|
|||||||
Conflicts: perlmod
|
Conflicts: perlmod
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
License: Artistic License
|
License: Artistic
|
||||||
Url: http://cpan.org/modules/by-module/Apache/
|
Url: http://cpan.org/modules/by-module/Apache/
|
||||||
Source: Apache-Session-%{version}.tar.bz2
|
Source: Apache-Session-%{version}.tar.bz2
|
||||||
Summary: persistent storage for arbitrary data
|
Summary: persistent storage for arbitrary data
|
||||||
@@ -52,7 +52,7 @@ Authors:
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL
|
perl Makefile.PL
|
||||||
make all
|
make %{?_smp_mflags} all
|
||||||
# disable testing as we do not have Test::Deep yet
|
# disable testing as we do not have Test::Deep yet
|
||||||
# make test
|
# make test
|
||||||
|
|
||||||
@@ -73,100 +73,3 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/var/adm/perl-modules/%{name}
|
/var/adm/perl-modules/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Sep 10 2008 anicka@suse.cz
|
|
||||||
- update to 1.87
|
|
||||||
* disabled 99semaphore.t. Help needed.
|
|
||||||
* correct number of tests in 99semaphore.t
|
|
||||||
* use Carp::confess in Apache::Session::Lock::Semaphore
|
|
||||||
* more info in die message in Apache::Session::Generate::MD5
|
|
||||||
* semaphore tests check for semctl availability
|
|
||||||
* Makefile.PL prints message if perl version < 5.006
|
|
||||||
* Tue Feb 05 2008 anicka@suse.cz
|
|
||||||
- update to 1.86
|
|
||||||
* Default number of semaphores for *BSD is 8
|
|
||||||
in Apache::Session::Lock::Semaphore
|
|
||||||
* Fri Jan 04 2008 anicka@suse.cz
|
|
||||||
- update to 1.85
|
|
||||||
* mention Catalyst::Plugin::Session, Session
|
|
||||||
* Added Apache::Session::Lock::Semaphore::remove to remove
|
|
||||||
semaphore
|
|
||||||
* pod.t included in MANIFEST
|
|
||||||
* test fixes
|
|
||||||
* Mon Oct 08 2007 anicka@suse.cz
|
|
||||||
- update to 1.84
|
|
||||||
* Added constant.pm to the list of prerequisites
|
|
||||||
* Jeffrey W. Baker, Casey West, Alexandr Ciornii, Oliver Maul
|
|
||||||
agreed to change license of all files to Perl license
|
|
||||||
Alexandr Ciornii agrees to relicense to Artistic 2.0 in future
|
|
||||||
if needed.
|
|
||||||
* 99flex.t will be skipped on *bsd or Solaris
|
|
||||||
* Mon Jun 11 2007 anicka@suse.cz
|
|
||||||
- update to 1.83 (upstream just raised the version number)
|
|
||||||
* Thu Feb 22 2007 anicka@suse.cz
|
|
||||||
- update to 1.82
|
|
||||||
* Slightly faster test skip
|
|
||||||
* 99semaphore.t and 99flex.t check for cygserver on Cygwin
|
|
||||||
* 99flex.t skips less tests in some cases
|
|
||||||
* 99flex.t checks for Digest::MD5, MIME::Base64
|
|
||||||
* Warning in Apache::Session::Lock::Semaphore about cygserver
|
|
||||||
* Makefile.PL requires File::Temp
|
|
||||||
* changed order of use/chdir in tests
|
|
||||||
* Tue Jul 11 2006 anicka@suse.cz
|
|
||||||
- update to 1.81
|
|
||||||
- minor release
|
|
||||||
* Wed Jan 25 2006 mls@suse.de
|
|
||||||
- converted neededforbuild to BuildRequires
|
|
||||||
* Tue Jan 10 2006 anicka@suse.cz
|
|
||||||
- update to 1.80
|
|
||||||
- fix neededforbuild
|
|
||||||
- disable all tests as we do not have Test::Deep yet
|
|
||||||
* Fri Oct 21 2005 dmueller@suse.de
|
|
||||||
- skip test that sometimes fails as nonroot
|
|
||||||
* Thu Sep 29 2005 dmueller@suse.de
|
|
||||||
- add norootforbuild
|
|
||||||
* Fri Aug 13 2004 mjancar@suse.cz
|
|
||||||
- update to 1.6
|
|
||||||
* Tue Jun 15 2004 ro@suse.de
|
|
||||||
- updated requires
|
|
||||||
* Wed May 05 2004 mjancar@suse.cz
|
|
||||||
- update neededforbuild
|
|
||||||
* Fri Aug 22 2003 mjancar@suse.cz
|
|
||||||
- require the perl version we build with
|
|
||||||
* Mon Jul 21 2003 mjancar@suse.cz
|
|
||||||
- adapt to perl-5.8.1
|
|
||||||
- use %%perl_process_packlist
|
|
||||||
* Tue Jun 17 2003 mjancar@suse.cz
|
|
||||||
- fix filelist
|
|
||||||
* Tue May 20 2003 mjancar@suse.cz
|
|
||||||
- remove unpackaged files
|
|
||||||
* Sat Dec 28 2002 prehak@suse.cz
|
|
||||||
- reenabled test for all archs
|
|
||||||
* Thu Sep 12 2002 prehak@suse.cz
|
|
||||||
disabled make test for x86_64
|
|
||||||
* Fri Aug 23 2002 prehak@suse.cz
|
|
||||||
- disabled make test on ppc64
|
|
||||||
* Mon Jul 29 2002 mls@suse.de
|
|
||||||
- Fixed neededforbuild for perl-5.8.0
|
|
||||||
* Mon Jul 22 2002 prehak@suse.cz
|
|
||||||
- doesn't require any specific apache version,
|
|
||||||
simply require apache [#16775]
|
|
||||||
* Tue Jul 02 2002 mls@suse.de
|
|
||||||
- remove race in .packlist generation
|
|
||||||
* Wed Jun 26 2002 prehak@suse.cz
|
|
||||||
- correct permissions of eg directory
|
|
||||||
* Mon Dec 17 2001 cihlar@suse.cz
|
|
||||||
- update to 1.54:
|
|
||||||
* Added mod_uniqueid and mod_usertrack generators
|
|
||||||
* Fixed validate function in Flex
|
|
||||||
* Move to Digest::MD5 instead of MD5
|
|
||||||
- removed obsolete patch
|
|
||||||
- added %%clean
|
|
||||||
* Mon Nov 05 2001 poeml@suse.de
|
|
||||||
- use apache-devel-packages macro in #neededforbuild
|
|
||||||
(expat.rpm is needed by apxs)
|
|
||||||
* Tue Aug 14 2001 ro@suse.de
|
|
||||||
- use Digest::MD5 instead of deprecated MD5
|
|
||||||
* Fri Feb 23 2001 ro@suse.de
|
|
||||||
- changed neededforbuild <apache> to <apache apache-devel>
|
|
||||||
* Fri Nov 17 2000 rolf@suse.de
|
|
||||||
- extracted from perlmod package
|
|
||||||
|
|||||||
Reference in New Issue
Block a user