Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Crypt-URandom for 
openSUSE:Factory checked in at 2025-07-30 11:41:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Crypt-URandom (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Crypt-URandom.new.13279 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Crypt-URandom"

Wed Jul 30 11:41:37 2025 rev:4 rq:1296253 version:0.540.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Crypt-URandom/perl-Crypt-URandom.changes    
2025-04-15 16:49:22.695821374 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Crypt-URandom.new.13279/perl-Crypt-URandom.changes
 2025-07-30 11:42:05.622559368 +0200
@@ -1,0 +2,5 @@
+Tue Jul 22 12:27:41 UTC 2025 - Tina Müller <[email protected]>
+
+- fix build for SLE12
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ perl-Crypt-URandom.spec ++++++
--- /var/tmp/diff_new_pack.wvsZA0/_old  2025-07-30 11:42:06.358589867 +0200
+++ /var/tmp/diff_new_pack.wvsZA0/_new  2025-07-30 11:42:06.362590032 +0200
@@ -47,7 +47,11 @@
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+%if 0%{suse_version} > 1315
 %make_build
+%else
+make
+%endif
 
 %check
 make test

++++++ cpanspec.yml ++++++
--- /var/tmp/diff_new_pack.wvsZA0/_old  2025-07-30 11:42:06.394591358 +0200
+++ /var/tmp/diff_new_pack.wvsZA0/_new  2025-07-30 11:42:06.398591525 +0200
@@ -22,7 +22,13 @@
 # sed on %{name}.files
 #license: SUSE-NonFree
 #skip_noarch: 1
-#custom_build: |-
+custom_build: |-
+  perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+  %if 0%{suse_version} > 1315
+  %make_build
+  %else
+  make
+  %endif
 #./Build build flags=%{?_smp_mflags} --myflag
 #custom_test: |-
 #startserver && make test

Reply via email to