11
0

17 Commits

Author SHA256 Message Date
f4abdaecdb Accepting request 1281842 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1281842
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Net-Patricia?expand=0&rev=7
2025-06-03 15:50:22 +00:00
f2fd3c906c Accepting request 1155629 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1155629
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Net-Patricia?expand=0&rev=6
2024-03-07 17:27:56 +00:00
acfb1fd3e4 Accepting request 1154698 from home:pgajdos:p
- Use %autosetup macro. Allows to eliminate the usage of deprecated
  %patchN

OBS-URL: https://build.opensuse.org/request/show/1154698
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Net-Patricia?expand=0&rev=14
2024-03-06 15:43:14 +00:00
0fa7f98feb Accepting request 1062082 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1062082
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Net-Patricia?expand=0&rev=5
2023-01-31 15:08:51 +00:00
4f4772d7b6 Accepting request 1060936 from home:kukuk:branches:devel:languages:perl
- no-libnsl.diff: don't link against libnsl if we don't use it

OBS-URL: https://build.opensuse.org/request/show/1060936
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Net-Patricia?expand=0&rev=12
2023-01-30 15:16:47 +00:00
c40d60c912 Accepting request 580243 from devel:languages:perl
- New systems requires explicit libnsl-devel for building

OBS-URL: https://build.opensuse.org/request/show/580243
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Net-Patricia?expand=0&rev=4
2018-02-26 22:26:49 +00:00
712f5d083a OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Net-Patricia?expand=0&rev=10 2018-02-26 13:07:10 +00:00
005a93d54f OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Net-Patricia?expand=0&rev=9 2018-02-26 13:02:29 +00:00
7f0b984562 set proper library dir
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Net-Patricia?expand=0&rev=8
2018-02-26 13:02:00 +00:00
58da6c5ae1 set proper library dir
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Net-Patricia?expand=0&rev=7
2018-02-26 12:44:58 +00:00
Stephan Kulow
76b384e3ae Accepting request 241680 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/241680
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Net-Patricia?expand=0&rev=2
2014-07-21 08:35:46 +00:00
Stephan Kulow
c37ebf255f - regenerate spec file to use perl macros
- fixes build in factory

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Net-Patricia?expand=0&rev=6
2014-07-20 07:46:21 +00:00
Stephan Kulow
172749f7d9 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Net-Patricia?expand=0&rev=5 2014-07-20 07:42:28 +00:00
Stephan Kulow
0e17eec1af Accepting request 222723 from devel:languages:perl
Could you please review minor things in one step and not one after the other. Making submit requests to Factory is actually so much bureaucratic overhead that I usually ovoid it. And then there are always calls to participate in factory - that does not match!

OBS-URL: https://build.opensuse.org/request/show/222723
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Net-Patricia?expand=0&rev=1
2014-02-19 06:23:46 +00:00
1938a95d7e OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Net-Patricia?expand=0&rev=3 2014-02-18 13:59:39 +00:00
65915804fc OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Net-Patricia?expand=0&rev=2 2014-02-18 12:16:12 +00:00
Stephan Kulow
9a2a9d718a Accepting request 222230 from home:dstoecker
First version, installation not tested yet, but it seems straightforward. Recommended by new spamassassin.

OBS-URL: https://build.opensuse.org/request/show/222230
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Net-Patricia?expand=0&rev=1
2014-02-13 17:47:45 +00:00
2 changed files with 0 additions and 14 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:70835a926e1c5a8d0324c72fffee82eeb7ec6c141dee04fd446820b64f71c552
size 27780

View File

@@ -1,11 +0,0 @@
--- Net-Patricia-1.22/Makefile.PL.old 2012-10-09 16:36:34.000000000 +0200
+++ Net-Patricia-1.22/Makefile.PL 2023-01-25 14:46:59.182810260 +0100
@@ -5,7 +5,7 @@
WriteMakefile(
'NAME' => 'Net::Patricia',
'VERSION_FROM' => 'Patricia.pm', # finds $VERSION
- 'LIBS' => ['-lnsl'], # e.g., '-lm'
+ 'LIBS' => [''], # e.g., '-lm'
'DEFINE' => '', # e.g., '-DHAVE_SOMETHING'
'INC' => '', # e.g., '-I/usr/include/other'
'MYEXTLIB' => 'libpatricia/libpatricia$(LIB_EXT)', # e.g., '-I/usr/include/other'