openSUSE Commits
Threads by month
- ----- 2025 -----
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
June 2021
- 1 participants
- 2516 discussions
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-JSON-Validator for openSUSE:Factory checked in at 2021-06-29 22:43:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-JSON-Validator (Old)
and /work/SRC/openSUSE:Factory/.perl-JSON-Validator.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-JSON-Validator"
Tue Jun 29 22:43:30 2021 rev:32 rq:903029 version:4.20
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-JSON-Validator/perl-JSON-Validator.changes 2021-04-29 22:53:33.397848722 +0200
+++ /work/SRC/openSUSE:Factory/.perl-JSON-Validator.new.2625/perl-JSON-Validator.changes 2021-06-29 22:44:09.678945035 +0200
@@ -1,0 +2,28 @@
+Sat Jun 19 03:07:21 UTC 2021 - Tina M��ller <timueller+perl(a)suse.de>
+
+- updated to 4.20
+ see /usr/share/doc/packages/perl-JSON-Validator/Changes
+
+ 4.20 2021-06-18T11:27:02+0900
+ - Fix compiling array items #249
+ - Fix coerce() will be passed on to schema() objects
+ - Add is_invalid() to JSON::Validator::Schema
+ - Improved documentation for JSON::Validator and JSON::Validator::Schema
+ - Changed joi validator to default to a JSON::Validator::Schema::Draft7 object
+ - Deprecated validate(..., $schema)
+ - Removed support for coerce(1)
+ - Removed support for subclassing JSON::Validator. Need to subclass a schema
+ class instead.
+ - Simpler inheritance for Schema classes
+
+ 4.19 2021-06-17T12:37:10+0900
+ - Fix generating correct base_url() object with host and port
+
+ 4.18 2021-06-17T11:13:58+0900
+ - Fix content_type validation for OpenAPIv2 and OpenAPIv3
+ - Fix validating multipart\/form-data with boundary
+ - Fix validating content-type with charset
+ - Fix parsing OpenAPIv3 spec with "description", "servers" and "summary" in a
+ path specifiation.
+
+-------------------------------------------------------------------
Old:
----
JSON-Validator-4.17.tar.gz
New:
----
JSON-Validator-4.20.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-JSON-Validator.spec ++++++
--- /var/tmp/diff_new_pack.SCV7Aq/_old 2021-06-29 22:44:10.098945589 +0200
+++ /var/tmp/diff_new_pack.SCV7Aq/_new 2021-06-29 22:44:10.102945594 +0200
@@ -18,7 +18,7 @@
%define cpan_name JSON-Validator
Name: perl-JSON-Validator
-Version: 4.17
+Version: 4.20
Release: 0
Summary: Validate data against a JSON schema
License: Artistic-2.0
@@ -32,10 +32,10 @@
BuildRequires: perl(Mojolicious) >= 7.28
BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::More) >= 1.30
-BuildRequires: perl(YAML::PP) >= 0.020
+BuildRequires: perl(YAML::XS) >= 0.67
Requires: perl(List::Util) >= 1.45
Requires: perl(Mojolicious) >= 7.28
-Requires: perl(YAML::PP) >= 0.020
+Requires: perl(YAML::XS) >= 0.67
%{perl_requires}
%description
++++++ JSON-Validator-4.17.tar.gz -> JSON-Validator-4.20.tar.gz ++++++
++++ 2051 lines of diff (skipped)
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package aespipe for openSUSE:Factory checked in at 2021-06-29 22:43:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aespipe (Old)
and /work/SRC/openSUSE:Factory/.aespipe.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "aespipe"
Tue Jun 29 22:43:30 2021 rev:15 rq:903046 version:2.4f
Changes:
--------
--- /work/SRC/openSUSE:Factory/aespipe/aespipe.changes 2021-06-16 20:36:29.187288664 +0200
+++ /work/SRC/openSUSE:Factory/.aespipe.new.2625/aespipe.changes 2021-06-29 22:44:09.086944254 +0200
@@ -1,0 +2,5 @@
+Mon Jun 28 18:45:53 UTC 2021 - Andreas Schwab <schwab(a)suse.de>
+
+- Disable LTO everywhere.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ aespipe.spec ++++++
--- /var/tmp/diff_new_pack.T3ewXA/_old 2021-06-29 22:44:09.498944798 +0200
+++ /var/tmp/diff_new_pack.T3ewXA/_new 2021-06-29 22:44:09.502944803 +0200
@@ -1,7 +1,7 @@
#
# spec file for package aespipe
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,9 +15,8 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
-%ifarch aarch64 %{arm} ppc64le
+
%define _lto_cflags %{nil}
-%endif
Name: aespipe
Version: 2.4f
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package yamagi-quake2-ctf for openSUSE:Factory checked in at 2021-06-29 22:43:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yamagi-quake2-ctf (Old)
and /work/SRC/openSUSE:Factory/.yamagi-quake2-ctf.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yamagi-quake2-ctf"
Tue Jun 29 22:43:29 2021 rev:4 rq:903008 version:1.08
Changes:
--------
--- /work/SRC/openSUSE:Factory/yamagi-quake2-ctf/yamagi-quake2-ctf.changes 2020-09-14 12:32:58.561276479 +0200
+++ /work/SRC/openSUSE:Factory/.yamagi-quake2-ctf.new.2625/yamagi-quake2-ctf.changes 2021-06-29 22:44:08.434943393 +0200
@@ -1,0 +2,6 @@
+Mon Jun 28 13:33:19 UTC 2021 - Martin Hauke <mardnh(a)gmx.de>
+
+- Update to version 1.08
+ * Several small bugfixes.
+
+-------------------------------------------------------------------
Old:
----
quake2-ctf-1.07.tar.xz
New:
----
quake2-ctf-1.08.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yamagi-quake2-ctf.spec ++++++
--- /var/tmp/diff_new_pack.SBxmBO/_old 2021-06-29 22:44:08.874943974 +0200
+++ /var/tmp/diff_new_pack.SBxmBO/_new 2021-06-29 22:44:08.874943974 +0200
@@ -1,7 +1,7 @@
#
# spec file for package yamagi-quake2-ctf
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2017, Martin Hauke <mardnh(a)gmx.de>
#
# All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
Name: yamagi-quake2-ctf
-Version: 1.07
+Version: 1.08
Release: 0
Summary: Quake II - Three Wave Capture The Flag for yamagi-quake2
License: GPL-2.0-or-later
++++++ quake2-ctf-1.07.tar.xz -> quake2-ctf-1.08.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/quake2-ctf-1.07/CHANGELOG new/quake2-ctf-1.08/CHANGELOG
--- old/quake2-ctf-1.07/CHANGELOG 2020-02-24 17:01:11.000000000 +0100
+++ new/quake2-ctf-1.08/CHANGELOG 2021-06-14 16:33:32.000000000 +0200
@@ -1,3 +1,6 @@
+Three Wave Capture The Flag 1.07 to 1.08
+- Several small bugfixes.
+
Three Wave Capture The Flag 1.06 to 1.07
- Several small bugfixes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/quake2-ctf-1.07/Makefile new/quake2-ctf-1.08/Makefile
--- old/quake2-ctf-1.07/Makefile 2020-02-24 17:01:11.000000000 +0100
+++ new/quake2-ctf-1.08/Makefile 2021-06-14 16:33:32.000000000 +0200
@@ -6,32 +6,54 @@
# #
# Dependencies: #
# - None, but you need a Quake II to play. #
-# While in theorie every one should work #
-# Yamagi Quake II ist recommended. #
+# While in theory every one should work #
+# Yamagi Quake II is recommended. #
# #
# Platforms: #
# - FreeBSD #
# - Linux #
# - Mac OS X #
# - OpenBSD #
-# - Windows #
+# - Windows #
# ----------------------------------------------------- #
# Detect the OS
ifdef SystemRoot
-OSTYPE := Windows
+YQ2_OSTYPE ?= Windows
else
-OSTYPE := $(shell uname -s)
+YQ2_OSTYPE ?= $(shell uname -s)
endif
-
+
# Special case for MinGW
-ifneq (,$(findstring MINGW,$(OSTYPE)))
-OSTYPE := Windows
+ifneq (,$(findstring MINGW,$(YQ2_OSTYPE)))
+YQ2_OSTYPE := Windows
+endif
+
+# Detect the architecture
+ifeq ($(YQ2_OSTYPE), Windows)
+ifdef MINGW_CHOST
+ifeq ($(MINGW_CHOST), x86_64-w64-mingw32)
+YQ2_ARCH ?= x86_64
+else # i686-w64-mingw32
+YQ2_ARCH ?= i386
+endif
+else # windows, but MINGW_CHOST not defined
+ifdef PROCESSOR_ARCHITEW6432
+# 64 bit Windows
+YQ2_ARCH ?= $(PROCESSOR_ARCHITEW6432)
+else
+# 32 bit Windows
+YQ2_ARCH ?= $(PROCESSOR_ARCHITECTURE)
+endif
+endif # windows but MINGW_CHOST not defined
+else
+# Normalize some abiguous YQ2_ARCH strings
+YQ2_ARCH ?= $(shell uname -m | sed -e 's/i.86/i386/' -e 's/amd64/x86_64/' -e 's/^arm.*/arm/')
endif
# On Windows / MinGW $(CC) is undefined by default.
ifeq ($(YQ2_OSTYPE),Windows)
-CC := gcc
+CC ?= gcc
endif
# Detect the compiler
@@ -47,35 +69,37 @@
# ----------
-# Base CFLAGS.
-#
-# -O2 are enough optimizations.
-#
-# -fno-strict-aliasing since the source doesn't comply
-# with strict aliasing rules and it's next to impossible
-# to get it there...
-#
-# -fomit-frame-pointer since the framepointer is mostly
-# useless for debugging Quake II and slows things down.
-#
-# -g to build allways with debug symbols. Please do not
-# change this, since it's our only chance to debug this
-# crap when random crashes happen!
-#
-# -fPIC for position independend code.
-#
-# -MMD to generate header dependencies.
-ifeq ($(OSTYPE), Darwin)
-CFLAGS := -O2 -fno-strict-aliasing -fomit-frame-pointer \
- -Wall -pipe -g -fwrapv -arch x86_64
+# Base CFLAGS. These may be overridden by the environment.
+# Highest supported optimizations are -O2, higher levels
+# will likely break this crappy code.
+ifdef DEBUG
+CFLAGS ?= -O0 -g -Wall -pipe
else
-CFLAGS := -O2 -fno-strict-aliasing -fomit-frame-pointer \
- -Wall -pipe -g -MMD -fwrapv
+CFLAGS ?= -O2 -Wall -pipe -fomit-frame-pointer
+endif
+
+# Always needed are:
+# -fno-strict-aliasing since the source doesn't comply
+# with strict aliasing rules and it's next to impossible
+# to get it there...
+# -fwrapv for defined integer wrapping. MSVC6 did this
+# and the game code requires it.
+override CFLAGS += -std=gnu99 -fno-strict-aliasing -fwrapv
+
+# -MMD to generate header dependencies. Unsupported by
+# the Clang shipped with OS X.
+ifneq ($(YQ2_OSTYPE), Darwin)
+override CFLAGS += -MMD
+endif
+
+# OS X architecture.
+ifeq ($(YQ2_OSTYPE), Darwin)
+override CFLAGS += -arch $(YQ2_ARCH)
endif
# ----------
-# Switch of some annoying warnings.
+# Switch off some annoying warnings.
ifeq ($(COMPILER), clang)
# -Wno-missing-braces because otherwise clang complains
# about totally valid 'vec3_t bla = {0}' constructs.
@@ -91,17 +115,12 @@
# ----------
-# Base LDFLAGS.
-ifeq ($(OSTYPE), Darwin)
-LDFLAGS := -shared -arch x86_64
-else ifeq ($(OSTYPE), Windows)
-LDFLAGS := -shared -static-libgcc
-else
-LDFLAGS := -shared -lm
-endif
+# Defines the operating system and architecture
+override CFLAGS += -DYQ2OSTYPE=\"$(YQ2_OSTYPE)\" -DYQ2ARCH=\"$(YQ2_ARCH)\"
# ----------
+# For reproducible builds, look here for details:
# https://reproducible-builds.org/specs/source-date-epoch/
ifdef SOURCE_DATE_EPOCH
CFLAGS += -DBUILD_DATE=\"$(shell date --utc --date="@${SOURCE_DATE_EPOCH}" +"%b %_d %Y" | sed -e 's/ /\\ /g')\"
@@ -109,11 +128,44 @@
# ----------
+# Using the default x87 float math on 32bit x86 causes rounding trouble
+# -ffloat-store could work around that, but the better solution is to
+# just enforce SSE - every x86 CPU since Pentium3 supports that
+# and this should even improve the performance on old CPUs
+ifeq ($(YQ2_ARCH), i386)
+override CFLAGS += -msse -mfpmath=sse
+endif
+
+# Force SSE math on x86_64. All sane compilers should do this
+# anyway, just to protect us from broken Linux distros.
+ifeq ($(YQ2_ARCH), x86_64)
+override CFLAGS += -mfpmath=sse
+endif
+
+# ----------
+
+# Base LDFLAGS.
+LDFLAGS ?=
+
+# It's a shared library.
+override LDFLAGS += -shared
+
+# Required libraries
+ifeq ($(YQ2_OSTYPE), Darwin)
+override LDFLAGS += -arch $(YQ2_ARCH)
+else ifeq ($(YQ2_OSTYPE), Windows)
+override LDFLAGS += -static-libgcc
+else
+override LDFLAGS += -lm
+endif
+
+# ----------
+
# Builds everything
all: ctf
# ----------
-
+
# When make is invoked by "make VERBOSE=1" print
# the compiler and linker commands.
@@ -129,21 +181,21 @@
.PHONY : all clean ctf
# ----------
-
+
# Cleanup
clean:
@echo "===> CLEAN"
${Q}rm -Rf build release
-
+
# ----------
# The ctf game
-ifeq ($(OSTYPE), Windows)
+ifeq ($(YQ2_OSTYPE), Windows)
ctf:
@echo "===> Building game.dll"
$(Q)mkdir -p release
$(MAKE) release/game.dll
-else ifeq ($(OSTYPE), Darwin)
+else ifeq ($(YQ2_OSTYPE), Darwin)
ctf:
@echo "===> Building game.dylib"
${Q}mkdir -p release
@@ -156,7 +208,7 @@
release/game.so : CFLAGS += -fPIC
endif
-
+
build/%.o: %.c
@echo "===> CC $<"
$(Q)mkdir -p $(@D)
@@ -190,7 +242,7 @@
src/player/trail.o \
src/player/view.o \
src/player/weapon.o \
- src/shared/shared.o
+ src/shared/shared.o
# ----------
@@ -209,18 +261,18 @@
# ----------
-ifeq ($(OSTYPE), Windows)
+ifeq ($(YQ2_OSTYPE), Windows)
release/game.dll : $(CTF_OBJS)
@echo "===> LD $@"
- $(Q)$(CC) $(LDFLAGS) -o $@ $(CTF_OBJS)
-else ifeq ($(OSTYPE), Darwin)
+ $(Q)$(CC) -o $@ $(CTF_OBJS) $(LDFLAGS)
+else ifeq ($(YQ2_OSTYPE), Darwin)
release/game.dylib : $(CTF_OBJS)
@echo "===> LD $@"
- ${Q}$(CC) $(LDFLAGS) -o $@ $(CTF_OBJS)
+ ${Q}$(CC) -o $@ $(CTF_OBJS) $(LDFLAGS)
else
release/game.so : $(CTF_OBJS)
@echo "===> LD $@"
- $(Q)$(CC) $(LDFLAGS) -o $@ $(CTF_OBJS)
+ $(Q)$(CC) -o $@ $(CTF_OBJS) $(LDFLAGS)
endif
-
+
# ----------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/quake2-ctf-1.07/src/g_ctf.c new/quake2-ctf-1.08/src/g_ctf.c
--- old/quake2-ctf-1.07/src/g_ctf.c 2020-02-24 17:01:11.000000000 +0100
+++ new/quake2-ctf-1.08/src/g_ctf.c 2021-06-14 16:33:32.000000000 +0200
@@ -1718,8 +1718,7 @@
AngleVectors(self->owner->client->v_angle, f, r, NULL);
VectorSet(offset, 16, 16, self->owner->viewheight - 8);
- P_ProjectSource(self->owner->client, self->owner->s.origin,
- offset, f, r, start);
+ P_ProjectSource(self->owner, offset, f, r, start);
VectorSubtract(start, self->owner->s.origin, offset);
@@ -1903,7 +1902,7 @@
AngleVectors(ent->client->v_angle, forward, right, NULL);
VectorSet(offset, 24, 8, ent->viewheight - 8 + 2);
VectorAdd(offset, g_offset, offset);
- P_ProjectSource(ent->client, ent->s.origin, offset, forward, right, start);
+ P_ProjectSource(ent, offset, forward, right, start);
VectorScale(forward, -2, ent->client->kick_origin);
ent->client->kick_angles[0] = -1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/quake2-ctf-1.07/src/g_main.c new/quake2-ctf-1.08/src/g_main.c
--- old/quake2-ctf-1.07/src/g_main.c 2020-02-24 17:01:11.000000000 +0100
+++ new/quake2-ctf-1.08/src/g_main.c 2021-06-14 16:33:32.000000000 +0200
@@ -77,6 +77,8 @@
cvar_t *sv_maplist;
+cvar_t *aimfix;
+
void SpawnEntities(char *mapname, char *entities, char *spawnpoint);
void ClientThink(edict_t *ent, usercmd_t *cmd);
qboolean ClientConnect(edict_t *ent, char *userinfo);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/quake2-ctf-1.07/src/g_save.c new/quake2-ctf-1.08/src/g_save.c
--- old/quake2-ctf-1.07/src/g_save.c 2020-02-24 17:01:11.000000000 +0100
+++ new/quake2-ctf-1.08/src/g_save.c 2021-06-14 16:33:32.000000000 +0200
@@ -204,6 +204,9 @@
/* dm map list */
sv_maplist = gi.cvar("sv_maplist", "", 0);
+ /* others */
+ aimfix = gi.cvar("aimfix", "0", CVAR_ARCHIVE);
+
/* items */
InitItems();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/quake2-ctf-1.07/src/header/local.h new/quake2-ctf-1.08/src/header/local.h
--- old/quake2-ctf-1.07/src/header/local.h 2020-02-24 17:01:11.000000000 +0100
+++ new/quake2-ctf-1.08/src/header/local.h 2021-06-14 16:33:32.000000000 +0200
@@ -541,6 +541,8 @@
extern cvar_t *sv_maplist;
+extern cvar_t *aimfix;
+
#define world (&g_edicts[0])
/* item spawnflags */
@@ -760,7 +762,7 @@
/* g_pweapon.c */
void PlayerNoise(edict_t *who, vec3_t where, int type);
-void P_ProjectSource(gclient_t *client, vec3_t point, vec3_t distance,
+void P_ProjectSource(edict_t *ent, vec3_t distance,
vec3_t forward, vec3_t right, vec3_t result);
void Weapon_Generic(edict_t *ent, int FRAME_ACTIVATE_LAST, int FRAME_FIRE_LAST,
int FRAME_IDLE_LAST, int FRAME_DEACTIVATE_LAST, int *pause_frames,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/quake2-ctf-1.07/src/player/client.c new/quake2-ctf-1.08/src/player/client.c
--- old/quake2-ctf-1.07/src/player/client.c 2020-02-24 17:01:11.000000000 +0100
+++ new/quake2-ctf-1.08/src/player/client.c 2021-06-14 16:33:32.000000000 +0200
@@ -22,7 +22,7 @@
* Interface between client <-> game and client calculations.
*
* =======================================================================
- */
+ */
#include "../header/local.h"
#include "../monster/player.h"
@@ -76,11 +76,11 @@
/*
* QUAKED info_player_intermission (1 0 1) (-16 -16 -24) (16 16 32)
* The deathmatch intermission point will be at one of these
- * Use 'angles' instead of 'angle', so you can set pitch or
+ * Use 'angles' instead of 'angle', so you can set pitch or
* roll as well as yaw. 'pitch yaw roll'
*/
void
-SP_info_player_intermission(void)
+SP_info_player_intermission(edict_t *ent)
{
}
@@ -89,7 +89,7 @@
void
player_pain(edict_t *self, edict_t *other, float kick, int damage)
{
- /* player pain is handled at the
+ /* player pain is handled at the
end of the frame in P_DamageFeedback */
}
@@ -521,7 +521,7 @@
memset(self->client->pers.inventory, 0, sizeof(self->client->pers.inventory));
if (self->health < -40)
- {
+ {
/* gib */
gi.sound(self, CHAN_BODY, gi.soundindex(
"misc/udeath.wav"), 1, ATTN_NORM, 0);
@@ -586,7 +586,7 @@
/* ======================================================================= */
/*
- * This is only called when the game
+ * This is only called when the game
* first initializes in single player,
* but is called after each death and
* level change in deathmatch
@@ -731,7 +731,7 @@
}
/*
- * go to a random point, but NOT the two
+ * go to a random point, but NOT the two
* points closest to other players
*/
edict_t *
@@ -824,7 +824,7 @@
return bestspot;
}
- /* if there is a player just spawned on
+ /* if there is a player just spawned on
each and every start spot we have no
choice to turn one into a telefrag meltdown */
spot = G_Find(NULL, FOFS(classname), "info_player_deathmatch");
@@ -880,7 +880,7 @@
}
if (Q_stricmp(game.spawnpoint, target) == 0)
- {
+ {
/* this is a coop spawn point for one of the clients here */
index--;
@@ -942,7 +942,7 @@
if (!spot)
{
if (!game.spawnpoint[0])
- {
+ {
/* there wasn't a spawnpoint without a target, so use any */
spot = G_Find(spot, FOFS(classname), "info_player_start");
}
@@ -1062,7 +1062,7 @@
/* ============================================================== */
/*
- * Called when a player connects
+ * Called when a player connects
* to a server or respawns in
* a deathmatch.
*/
@@ -1225,7 +1225,7 @@
}
if (!KillBox(ent))
- {
+ {
/* could't spawn in? */
}
@@ -1237,7 +1237,7 @@
}
/*
- * A client has just connected to
+ * A client has just connected to
* the server in deathmatch mode,
* so clear everything out before
* starting them.
@@ -1288,13 +1288,13 @@
return;
}
- /* if there is already a body waiting for
+ /* if there is already a body waiting for
us (a loadgame), just take it, otherwise
spawn one from scratch */
if (ent->inuse == true)
{
- /* the client has cleared the client side viewangles upon
- connecting to the server, which is different than the
+ /* the client has cleared the client side viewangles upon
+ connecting to the server, which is different than the
state when the game is saved, so we need to compensate
with deltaangles */
for (i = 0; i < 3; i++)
@@ -1305,7 +1305,7 @@
}
else
{
- /* a spawn point will completely reinitialize the entity
+ /* a spawn point will completely reinitialize the entity
except for the persistant data that was initialized at
ClientConnect() time */
G_InitEdict(ent);
@@ -1513,9 +1513,9 @@
edict_t *pm_passent;
-/*
+/*
* pmove doesn't need to know about
- * passent and contentmask
+ * passent and contentmask
*/
trace_t
PM_trace(vec3_t start, vec3_t mins, vec3_t maxs, vec3_t end)
@@ -1727,7 +1727,7 @@
client->buttons = ucmd->buttons;
client->latched_buttons |= client->buttons & ~client->oldbuttons;
- /* save light level the player is
+ /* save light level the player is
standing on for monster sighting AI */
ent->light_level = ucmd->lightlevel;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/quake2-ctf-1.07/src/player/weapon.c new/quake2-ctf-1.08/src/player/weapon.c
--- old/quake2-ctf-1.07/src/player/weapon.c 2020-02-24 17:01:11.000000000 +0100
+++ new/quake2-ctf-1.08/src/player/weapon.c 2021-06-14 16:33:32.000000000 +0200
@@ -33,10 +33,12 @@
void weapon_grenade_fire(edict_t *ent, qboolean held);
void
-P_ProjectSource(gclient_t *client, vec3_t point, vec3_t distance,
+P_ProjectSource(edict_t *ent, vec3_t distance,
vec3_t forward, vec3_t right, vec3_t result)
{
- vec3_t _distance;
+ gclient_t *client = ent->client;
+ float *point = ent->s.origin;
+ vec3_t _distance;
VectorCopy(distance, _distance);
@@ -50,6 +52,21 @@
}
G_ProjectSource(point, _distance, forward, right, result);
+
+ // Berserker: fix - now the projectile hits exactly where the scope is pointing.
+ if (aimfix->value)
+ {
+ vec3_t start, end;
+ VectorSet(start, ent->s.origin[0], ent->s.origin[1], ent->s.origin[2] + ent->viewheight);
+ VectorMA(start, 8192, forward, end);
+
+ trace_t tr = gi.trace(start, NULL, NULL, end, ent, MASK_SHOT);
+ if (tr.fraction < 1)
+ {
+ VectorSubtract(tr.endpos, result, forward);
+ VectorNormalize(forward);
+ }
+ }
}
/*
@@ -659,7 +676,7 @@
VectorSet(offset, 8, 8, ent->viewheight - 8);
AngleVectors(ent->client->v_angle, forward, right, NULL);
- P_ProjectSource(ent->client, ent->s.origin, offset, forward, right, start);
+ P_ProjectSource(ent, offset, forward, right, start);
timer = ent->client->grenade_time - level.time;
speed = GRENADE_MINSPEED + (GRENADE_TIMER -
@@ -848,7 +865,7 @@
VectorSet(offset, 8, 8, ent->viewheight - 8);
AngleVectors(ent->client->v_angle, forward, right, NULL);
- P_ProjectSource(ent->client, ent->s.origin, offset, forward, right, start);
+ P_ProjectSource(ent, offset, forward, right, start);
VectorScale(forward, -2, ent->client->kick_origin);
ent->client->kick_angles[0] = -1;
@@ -913,7 +930,7 @@
ent->client->kick_angles[0] = -1;
VectorSet(offset, 8, 8, ent->viewheight - 8);
- P_ProjectSource(ent->client, ent->s.origin, offset, forward, right, start);
+ P_ProjectSource(ent, offset, forward, right, start);
fire_rocket(ent, start, forward, damage, 650, damage_radius, radius_damage);
/* send muzzle flash */
@@ -966,7 +983,7 @@
AngleVectors(ent->client->v_angle, forward, right, NULL);
VectorSet(offset, 24, 8, ent->viewheight - 8);
VectorAdd(offset, g_offset, offset);
- P_ProjectSource(ent->client, ent->s.origin, offset, forward, right, start);
+ P_ProjectSource(ent, offset, forward, right, start);
VectorScale(forward, -2, ent->client->kick_origin);
ent->client->kick_angles[0] = -1;
@@ -1200,7 +1217,7 @@
VectorAdd(ent->client->v_angle, ent->client->kick_angles, angles);
AngleVectors(angles, forward, right, NULL);
VectorSet(offset, 0, 8, ent->viewheight - 8);
- P_ProjectSource(ent->client, ent->s.origin, offset, forward, right, start);
+ P_ProjectSource(ent, offset, forward, right, start);
fire_bullet(ent, start, forward, damage, kick,
DEFAULT_BULLET_HSPREAD, DEFAULT_BULLET_VSPREAD,
MOD_MACHINEGUN);
@@ -1367,8 +1384,7 @@
r = 7 + crandom() * 4;
u = crandom() * 4;
VectorSet(offset, 0, r, u + ent->viewheight - 8);
- P_ProjectSource(ent->client, ent->s.origin, offset,
- forward, right, start);
+ P_ProjectSource(ent, offset, forward, right, start);
fire_bullet(ent, start, forward, damage, kick,
DEFAULT_BULLET_HSPREAD, DEFAULT_BULLET_VSPREAD,
@@ -1427,7 +1443,7 @@
ent->client->kick_angles[0] = -2;
VectorSet(offset, 0, 8, ent->viewheight - 8);
- P_ProjectSource(ent->client, ent->s.origin, offset, forward, right, start);
+ P_ProjectSource(ent, offset, forward, right, start);
if (is_quad)
{
@@ -1487,7 +1503,7 @@
ent->client->kick_angles[0] = -2;
VectorSet(offset, 0, 8, ent->viewheight - 8);
- P_ProjectSource(ent->client, ent->s.origin, offset, forward, right, start);
+ P_ProjectSource(ent, offset, forward, right, start);
if (is_quad)
{
@@ -1573,7 +1589,7 @@
ent->client->kick_angles[0] = -3;
VectorSet(offset, 0, 7, ent->viewheight - 8);
- P_ProjectSource(ent->client, ent->s.origin, offset, forward, right, start);
+ P_ProjectSource(ent, offset, forward, right, start);
fire_rail(ent, start, forward, damage, kick);
/* send muzzle flash */
@@ -1663,7 +1679,7 @@
ent->client->v_dmg_time = level.time + DAMAGE_TIME;
VectorSet(offset, 8, 8, ent->viewheight - 8);
- P_ProjectSource(ent->client, ent->s.origin, offset, forward, right, start);
+ P_ProjectSource(ent, offset, forward, right, start);
fire_bfg(ent, start, forward, damage, 400, damage_radius);
ent->client->ps.gunframe++;
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Mojo-SQLite for openSUSE:Factory checked in at 2021-06-29 22:43:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Mojo-SQLite (Old)
and /work/SRC/openSUSE:Factory/.perl-Mojo-SQLite.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Mojo-SQLite"
Tue Jun 29 22:43:28 2021 rev:12 rq:903026 version:3.006
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Mojo-SQLite/perl-Mojo-SQLite.changes 2021-02-17 18:13:31.654038166 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Mojo-SQLite.new.2625/perl-Mojo-SQLite.changes 2021-06-29 22:44:07.822942586 +0200
@@ -1,0 +2,10 @@
+Thu Jun 17 03:07:48 UTC 2021 - Tina M��ller <timueller+perl(a)suse.de>
+
+- updated to 3.006
+ see /usr/share/doc/packages/perl-Mojo-SQLite/Changes
+
+ 3.006 2021-06-16 00:30:47 EDT
+ - Set default abstract generator to an SQL::Abstract::Pg object, enabling additional features.
+ - Update IRC metadata to libera.chat
+
+-------------------------------------------------------------------
Old:
----
Mojo-SQLite-3.005.tar.gz
New:
----
Mojo-SQLite-3.006.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Mojo-SQLite.spec ++++++
--- /var/tmp/diff_new_pack.tKPu5G/_old 2021-06-29 22:44:08.242943140 +0200
+++ /var/tmp/diff_new_pack.tKPu5G/_new 2021-06-29 22:44:08.242943140 +0200
@@ -18,7 +18,7 @@
%define cpan_name Mojo-SQLite
Name: perl-Mojo-SQLite
-Version: 3.005
+Version: 3.006
Release: 0
Summary: Tiny Mojolicious wrapper for SQLite
License: Artistic-2.0
@@ -33,7 +33,7 @@
BuildRequires: perl(Module::Build::Tiny) >= 0.034
BuildRequires: perl(Module::Metadata)
BuildRequires: perl(Mojolicious) >= 8.03
-BuildRequires: perl(SQL::Abstract) >= 1.81
+BuildRequires: perl(SQL::Abstract::Pg) >= 1.0
BuildRequires: perl(Test::More) >= 0.96
BuildRequires: perl(URI) >= 1.69
BuildRequires: perl(URI::db) >= 0.15
@@ -41,7 +41,7 @@
Requires: perl(DBD::SQLite) >= 1.64
Requires: perl(DBI) >= 1.627
Requires: perl(Mojolicious) >= 8.03
-Requires: perl(SQL::Abstract) >= 1.81
+Requires: perl(SQL::Abstract::Pg) >= 1.0
Requires: perl(URI) >= 1.69
Requires: perl(URI::db) >= 0.15
Requires: perl(URI::file) >= 4.21
++++++ Mojo-SQLite-3.005.tar.gz -> Mojo-SQLite-3.006.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Mojo-SQLite-3.005/Build.PL new/Mojo-SQLite-3.006/Build.PL
--- old/Mojo-SQLite-3.005/Build.PL 2021-02-16 03:48:01.000000000 +0100
+++ new/Mojo-SQLite-3.006/Build.PL 2021-06-16 06:30:50.000000000 +0200
@@ -84,7 +84,7 @@
"Dan Book <dbook\(a)cpan.org>"
],
"dist_name" => "Mojo-SQLite",
- "dist_version" => "3.005",
+ "dist_version" => "3.006",
"license" => "artistic_2",
"module_name" => "Mojo::SQLite",
"recursive_test_files" => 1,
@@ -95,7 +95,7 @@
"File::Spec::Functions" => 0,
"File::Temp" => 0,
"Mojolicious" => "8.03",
- "SQL::Abstract" => "1.81",
+ "SQL::Abstract::Pg" => "1.0",
"Scalar::Util" => 0,
"URI" => "1.69",
"URI::db" => "0.15",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Mojo-SQLite-3.005/Changes new/Mojo-SQLite-3.006/Changes
--- old/Mojo-SQLite-3.005/Changes 2021-02-16 03:48:01.000000000 +0100
+++ new/Mojo-SQLite-3.006/Changes 2021-06-16 06:30:50.000000000 +0200
@@ -1,3 +1,7 @@
+3.006 2021-06-16 00:30:47 EDT
+ - Set default abstract generator to an SQL::Abstract::Pg object, enabling additional features.
+ - Update IRC metadata to libera.chat
+
3.005 2021-02-15 21:47:59 EST
- Add query_p, select_p, insert_p, update_p, delete_p Mojo::Promise-returning methods to Mojo::SQLite::Database.
These are for API compatibility with Mojo::Pg and do not provide non-blocking query functionality. (#20, Stefan Adams)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Mojo-SQLite-3.005/INSTALL new/Mojo-SQLite-3.006/INSTALL
--- old/Mojo-SQLite-3.005/INSTALL 2021-02-16 03:48:01.000000000 +0100
+++ new/Mojo-SQLite-3.006/INSTALL 2021-06-16 06:30:50.000000000 +0200
@@ -21,8 +21,11 @@
## Manual installation
-As a last resort, you can manually install it. Download the tarball, untar it,
-install configure prerequisites (see below), then build it:
+As a last resort, you can manually install it. If you have not already
+downloaded the release tarball, you can find the download link on the module's
+MetaCPAN page: https://metacpan.org/pod/Mojo::SQLite
+
+Untar the tarball, install configure prerequisites (see below), then build it:
% perl Build.PL
% ./Build && ./Build test
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Mojo-SQLite-3.005/META.json new/Mojo-SQLite-3.006/META.json
--- old/Mojo-SQLite-3.005/META.json 2021-02-16 03:48:01.000000000 +0100
+++ new/Mojo-SQLite-3.006/META.json 2021-06-16 06:30:50.000000000 +0200
@@ -44,7 +44,7 @@
"File::Spec::Functions" : "0",
"File::Temp" : "0",
"Mojolicious" : "8.03",
- "SQL::Abstract" : "1.81",
+ "SQL::Abstract::Pg" : "1.0",
"Scalar::Util" : "0",
"URI" : "1.69",
"URI::db" : "0.15",
@@ -66,28 +66,28 @@
"provides" : {
"Mojo::SQLite" : {
"file" : "lib/Mojo/SQLite.pm",
- "version" : "3.005"
+ "version" : "3.006"
},
"Mojo::SQLite::Database" : {
"file" : "lib/Mojo/SQLite/Database.pm",
- "version" : "3.005"
+ "version" : "3.006"
},
"Mojo::SQLite::Migrations" : {
"file" : "lib/Mojo/SQLite/Migrations.pm",
- "version" : "3.005"
+ "version" : "3.006"
},
"Mojo::SQLite::PubSub" : {
"file" : "lib/Mojo/SQLite/PubSub.pm",
- "version" : "3.005",
+ "version" : "3.006",
"x_deprecated" : 1
},
"Mojo::SQLite::Results" : {
"file" : "lib/Mojo/SQLite/Results.pm",
- "version" : "3.005"
+ "version" : "3.006"
},
"Mojo::SQLite::Transaction" : {
"file" : "lib/Mojo/SQLite/Transaction.pm",
- "version" : "3.005"
+ "version" : "3.006"
}
},
"release_status" : "stable",
@@ -101,16 +101,16 @@
"url" : "https://github.com/Grinnz/Mojo-SQLite.git",
"web" : "https://github.com/Grinnz/Mojo-SQLite"
},
- "x_IRC" : "irc://irc.freenode.net/#mojo"
+ "x_IRC" : "ircs://irc.libera.chat/#mojo"
},
- "version" : "3.005",
+ "version" : "3.006",
"x_contributors" : [
"Dan Book <grinnz(a)gmail.com>",
"Dan Book <grinnz(a)grinnz.com>",
"Stefan Adams <stefan(a)adams.fm>"
],
- "x_generated_by_perl" : "v5.32.0",
- "x_serialization_backend" : "Cpanel::JSON::XS version 4.25",
+ "x_generated_by_perl" : "v5.34.0",
+ "x_serialization_backend" : "Cpanel::JSON::XS version 4.26",
"x_spdx_expression" : "Artistic-2.0"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Mojo-SQLite-3.005/META.yml new/Mojo-SQLite-3.006/META.yml
--- old/Mojo-SQLite-3.005/META.yml 2021-02-16 03:48:01.000000000 +0100
+++ new/Mojo-SQLite-3.006/META.yml 2021-06-16 06:30:50.000000000 +0200
@@ -26,23 +26,23 @@
provides:
Mojo::SQLite:
file: lib/Mojo/SQLite.pm
- version: '3.005'
+ version: '3.006'
Mojo::SQLite::Database:
file: lib/Mojo/SQLite/Database.pm
- version: '3.005'
+ version: '3.006'
Mojo::SQLite::Migrations:
file: lib/Mojo/SQLite/Migrations.pm
- version: '3.005'
+ version: '3.006'
Mojo::SQLite::PubSub:
file: lib/Mojo/SQLite/PubSub.pm
- version: '3.005'
+ version: '3.006'
x_deprecated: 1
Mojo::SQLite::Results:
file: lib/Mojo/SQLite/Results.pm
- version: '3.005'
+ version: '3.006'
Mojo::SQLite::Transaction:
file: lib/Mojo/SQLite/Transaction.pm
- version: '3.005'
+ version: '3.006'
requires:
Carp: '0'
DBD::SQLite: '1.64'
@@ -50,22 +50,22 @@
File::Spec::Functions: '0'
File::Temp: '0'
Mojolicious: '8.03'
- SQL::Abstract: '1.81'
+ SQL::Abstract::Pg: '1.0'
Scalar::Util: '0'
URI: '1.69'
URI::db: '0.15'
URI::file: '4.21'
perl: '5.010001'
resources:
- IRC: irc://irc.freenode.net/#mojo
+ IRC: ircs://irc.libera.chat/#mojo
bugtracker: https://github.com/Grinnz/Mojo-SQLite/issues
homepage: https://github.com/Grinnz/Mojo-SQLite
repository: https://github.com/Grinnz/Mojo-SQLite.git
-version: '3.005'
+version: '3.006'
x_contributors:
- 'Dan Book <grinnz(a)gmail.com>'
- 'Dan Book <grinnz(a)grinnz.com>'
- 'Stefan Adams <stefan(a)adams.fm>'
-x_generated_by_perl: v5.32.0
+x_generated_by_perl: v5.34.0
x_serialization_backend: 'YAML::Tiny version 1.73'
x_spdx_expression: Artistic-2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Mojo-SQLite-3.005/README new/Mojo-SQLite-3.006/README
--- old/Mojo-SQLite-3.005/README 2021-02-16 03:48:01.000000000 +0100
+++ new/Mojo-SQLite-3.006/README 2021-06-16 06:30:50.000000000 +0200
@@ -139,17 +139,6 @@
my $tempfile = catfile $tempdir, 'test.db';
my $sql = Mojo::SQLite->new->from_filename($tempfile);
- SQL::Abstract::Pg can provide additional features to the SQL::Abstract
- query methods in Mojo::SQLite::Database. The on_conflict and for
- features are not applicable to SQLite queries.
-
- use SQL::Abstract::Pg;
- my $sql = Mojo::SQLite->new->abstract(SQL::Abstract::Pg->new(name_sep => '.', quote_char => '"'));
- $sql->db->select(['some_table', ['other_table', foo_id => 'id']],
- ['foo', [bar => 'baz'], \q{datetime('now') as dt}],
- {foo => 'value'},
- {order_by => 'foo', limit => 10, offset => 5, group_by => ['foo'], having => {baz => 'value'}});
-
EXAMPLES
This distribution also contains a well-structured example blog
@@ -181,13 +170,21 @@
$sql = $sql->abstract(SQL::Abstract->new);
SQL::Abstract object used to generate CRUD queries for
- Mojo::SQLite::Database, defaults to setting name_sep to . and
- quote_char to ". SQL::Abstract::Pg may be used to provide additional
- features.
+ Mojo::SQLite::Database, defaults to a SQL::Abstract::Pg object with
+ name_sep set to . and quote_char set to ".
# Generate WHERE clause and bind values
my($stmt, @bind) = $sql->abstract->where({foo => 'bar', baz => 'yada'});
+ SQL::Abstract::Pg provides additional features to the SQL::Abstract
+ query methods in Mojo::SQLite::Database such as -json and limit/offset.
+ The on_conflict and for features are not applicable to SQLite queries.
+
+ $sql->db->select(['some_table', ['other_table', foo_id => 'id']],
+ ['foo', [bar => 'baz'], \q{datetime('now') as dt}],
+ {foo => 'value'},
+ {order_by => 'foo', limit => 10, offset => 5, group_by => ['foo'], having => {baz => 'value'}});
+
auto_migrate
my $bool = $sql->auto_migrate;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Mojo-SQLite-3.005/dist.ini new/Mojo-SQLite-3.006/dist.ini
--- old/Mojo-SQLite-3.005/dist.ini 2021-02-16 03:48:01.000000000 +0100
+++ new/Mojo-SQLite-3.006/dist.ini 2021-06-16 06:30:50.000000000 +0200
@@ -7,7 +7,7 @@
[@Author::DBOOK]
:version = v1.0.3
installer = ModuleBuildTiny::Fallback
-irc = irc://irc.freenode.net/#mojo
+irc = ircs://irc.libera.chat/#mojo
pod_tests = 1
[Deprecated]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Mojo-SQLite-3.005/lib/Mojo/SQLite/Database.pm new/Mojo-SQLite-3.006/lib/Mojo/SQLite/Database.pm
--- old/Mojo-SQLite-3.005/lib/Mojo/SQLite/Database.pm 2021-02-16 03:48:01.000000000 +0100
+++ new/Mojo-SQLite-3.006/lib/Mojo/SQLite/Database.pm 2021-06-16 06:30:50.000000000 +0200
@@ -9,7 +9,7 @@
use Mojo::SQLite::Transaction;
use Mojo::Util 'monkey_patch';
-our $VERSION = '3.005';
+our $VERSION = '3.006';
our @CARP_NOT = qw(Mojo::SQLite::Migrations);
@@ -209,9 +209,9 @@
my $results = $db->delete($table, \%where);
Generate a C<DELETE> statement with L<Mojo::SQLite/"abstract"> (usually an
-L<SQL::Abstract> object) and execute it with L</"query">. You can also append a
-callback for API compatibility with L<Mojo::Pg>; the query is still executed in
-a blocking manner.
+L<SQL::Abstract::Pg> object) and execute it with L</"query">. You can also
+append a callback for API compatibility with L<Mojo::Pg>; the query is still
+executed in a blocking manner.
$db->delete(some_table => sub ($db, $err, $results) {
...
@@ -255,9 +255,9 @@
my $results = $db->insert($table, \@values || \%fieldvals, \%options);
Generate an C<INSERT> statement with L<Mojo::SQLite/"abstract"> (usually an
-L<SQL::Abstract> object) and execute it with L</"query">. You can also append a
-callback for API compatibility with L<Mojo::Pg>; the query is still executed in
-a blocking manner.
+L<SQL::Abstract::Pg> object) and execute it with L</"query">. You can also
+append a callback for API compatibility with L<Mojo::Pg>; the query is still
+executed in a blocking manner.
$db->insert(some_table => {foo => 'bar'} => sub ($db, $err, $results) {
...
@@ -343,9 +343,9 @@
my $results = $db->select($source, $fields, $where, $order);
Generate a C<SELECT> statement with L<Mojo::SQLite/"abstract"> (usually an
-L<SQL::Abstract> object) and execute it with L</"query">. You can also append a
-callback for API compatibility with L<Mojo::Pg>; the query is still executed in
-a blocking manner.
+L<SQL::Abstract::Pg> object) and execute it with L</"query">. You can also
+append a callback for API compatibility with L<Mojo::Pg>; the query is still
+executed in a blocking manner.
$db->select(some_table => ['foo'] => {bar => 'yada'} => sub ($db, $err, $results) {
...
@@ -402,9 +402,9 @@
my $results = $db->update($table, \%fieldvals, \%where);
Generate an C<UPDATE> statement with L<Mojo::SQLite/"abstract"> (usually an
-L<SQL::Abstract> object) and execute it with L</"query">. You can also append a
-callback for API compatibility with L<Mojo::Pg>; the query is still executed in
-a blocking manner.
+L<SQL::Abstract::Pg> object) and execute it with L</"query">. You can also
+append a callback for API compatibility with L<Mojo::Pg>; the query is still
+executed in a blocking manner.
$db->update(some_table => {foo => 'baz'} => {foo => 'bar'} => sub ($db, $err, $results) {
...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Mojo-SQLite-3.005/lib/Mojo/SQLite/Migrations.pm new/Mojo-SQLite-3.006/lib/Mojo/SQLite/Migrations.pm
--- old/Mojo-SQLite-3.005/lib/Mojo/SQLite/Migrations.pm 2021-02-16 03:48:01.000000000 +0100
+++ new/Mojo-SQLite-3.006/lib/Mojo/SQLite/Migrations.pm 2021-06-16 06:30:50.000000000 +0200
@@ -8,7 +8,7 @@
use constant DEBUG => $ENV{MOJO_MIGRATIONS_DEBUG} || 0;
-our $VERSION = '3.005';
+our $VERSION = '3.006';
has name => 'migrations';
has sqlite => undef, weak => 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Mojo-SQLite-3.005/lib/Mojo/SQLite/PubSub.pm new/Mojo-SQLite-3.006/lib/Mojo/SQLite/PubSub.pm
--- old/Mojo-SQLite-3.005/lib/Mojo/SQLite/PubSub.pm 2021-02-16 03:48:01.000000000 +0100
+++ new/Mojo-SQLite-3.006/lib/Mojo/SQLite/PubSub.pm 2021-06-16 06:30:50.000000000 +0200
@@ -3,7 +3,7 @@
use Mojo::Util 'deprecated';
-our $VERSION = '3.005';
+our $VERSION = '3.006';
deprecated 'Mojo::SQLite::PubSub is deprecated and should no longer be used';
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Mojo-SQLite-3.005/lib/Mojo/SQLite/Results.pm new/Mojo-SQLite-3.006/lib/Mojo/SQLite/Results.pm
--- old/Mojo-SQLite-3.005/lib/Mojo/SQLite/Results.pm 2021-02-16 03:48:01.000000000 +0100
+++ new/Mojo-SQLite-3.006/lib/Mojo/SQLite/Results.pm 2021-06-16 06:30:50.000000000 +0200
@@ -5,7 +5,7 @@
use Mojo::JSON 'from_json';
use Mojo::Util 'tablify';
-our $VERSION = '3.005';
+our $VERSION = '3.006';
has [qw(db sth)];
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Mojo-SQLite-3.005/lib/Mojo/SQLite/Transaction.pm new/Mojo-SQLite-3.006/lib/Mojo/SQLite/Transaction.pm
--- old/Mojo-SQLite-3.005/lib/Mojo/SQLite/Transaction.pm 2021-02-16 03:48:01.000000000 +0100
+++ new/Mojo-SQLite-3.006/lib/Mojo/SQLite/Transaction.pm 2021-06-16 06:30:50.000000000 +0200
@@ -3,7 +3,7 @@
use Carp 'croak';
-our $VERSION = '3.005';
+our $VERSION = '3.006';
has db => undef, weak => 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Mojo-SQLite-3.005/lib/Mojo/SQLite.pm new/Mojo-SQLite-3.006/lib/Mojo/SQLite.pm
--- old/Mojo-SQLite-3.005/lib/Mojo/SQLite.pm 2021-02-16 03:48:01.000000000 +0100
+++ new/Mojo-SQLite-3.006/lib/Mojo/SQLite.pm 2021-06-16 06:30:50.000000000 +0200
@@ -10,13 +10,13 @@
use Mojo::SQLite::Database;
use Mojo::SQLite::Migrations;
use Scalar::Util qw(blessed weaken);
-use SQL::Abstract;
+use SQL::Abstract::Pg;
use URI;
use URI::db;
-our $VERSION = '3.005';
+our $VERSION = '3.006';
-has abstract => sub { SQL::Abstract->new(name_sep => '.', quote_char => '"') };
+has abstract => sub { SQL::Abstract::Pg->new(name_sep => '.', quote_char => '"') };
has 'auto_migrate';
has database_class => 'Mojo::SQLite::Database';
has dsn => sub { _url_from_file(shift->_tempfile)->dbi_dsn };
@@ -265,17 +265,6 @@
my $tempfile = catfile $tempdir, 'test.db';
my $sql = Mojo::SQLite->new->from_filename($tempfile);
-L<SQL::Abstract::Pg> can provide additional features to the L<SQL::Abstract>
-query methods in L<Mojo::SQLite::Database>. The C<on_conflict> and C<for>
-features are not applicable to SQLite queries.
-
- use SQL::Abstract::Pg;
- my $sql = Mojo::SQLite->new->abstract(SQL::Abstract::Pg->new(name_sep => '.', quote_char => '"'));
- $sql->db->select(['some_table', ['other_table', foo_id => 'id']],
- ['foo', [bar => 'baz'], \q{datetime('now') as dt}],
- {foo => 'value'},
- {order_by => 'foo', limit => 10, offset => 5, group_by => ['foo'], having => {baz => 'value'}});
-
=head1 EXAMPLES
This distribution also contains a well-structured example
@@ -306,13 +295,22 @@
$sql = $sql->abstract(SQL::Abstract->new);
L<SQL::Abstract> object used to generate CRUD queries for
-L<Mojo::SQLite::Database>, defaults to setting C<name_sep> to C<.> and
-C<quote_char> to C<">. L<SQL::Abstract::Pg> may be used to provide additional
-features.
+L<Mojo::SQLite::Database>, defaults to a L<SQL::Abstract::Pg> object with
+C<name_sep> set to C<.> and C<quote_char> set to C<">.
# Generate WHERE clause and bind values
my($stmt, @bind) = $sql->abstract->where({foo => 'bar', baz => 'yada'});
+L<SQL::Abstract::Pg> provides additional features to the L<SQL::Abstract>
+query methods in L<Mojo::SQLite::Database> such as C<-json> and
+C<limit>/C<offset>. The C<on_conflict> and C<for> features are not applicable
+to SQLite queries.
+
+ $sql->db->select(['some_table', ['other_table', foo_id => 'id']],
+ ['foo', [bar => 'baz'], \q{datetime('now') as dt}],
+ {foo => 'value'},
+ {order_by => 'foo', limit => 10, offset => 5, group_by => ['foo'], having => {baz => 'value'}});
+
=head2 auto_migrate
my $bool = $sql->auto_migrate;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Mojo-SQLite-3.005/prereqs.yml new/Mojo-SQLite-3.006/prereqs.yml
--- old/Mojo-SQLite-3.005/prereqs.yml 2021-02-16 03:48:01.000000000 +0100
+++ new/Mojo-SQLite-3.006/prereqs.yml 2021-06-16 06:30:50.000000000 +0200
@@ -8,7 +8,7 @@
File::Temp: 0
Mojolicious: '8.03'
Scalar::Util: 0
- SQL::Abstract: '1.81'
+ SQL::Abstract::Pg: '1.0'
URI: '1.69'
URI::db: '0.15'
URI::file: '4.21'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Mojo-SQLite-3.005/t/00-report-prereqs.dd new/Mojo-SQLite-3.006/t/00-report-prereqs.dd
--- old/Mojo-SQLite-3.005/t/00-report-prereqs.dd 2021-02-16 03:48:01.000000000 +0100
+++ new/Mojo-SQLite-3.006/t/00-report-prereqs.dd 2021-06-16 06:30:50.000000000 +0200
@@ -19,7 +19,7 @@
'File::Spec::Functions' => '0',
'File::Temp' => '0',
'Mojolicious' => '8.03',
- 'SQL::Abstract' => '1.81',
+ 'SQL::Abstract::Pg' => '1.0',
'Scalar::Util' => '0',
'URI' => '1.69',
'URI::db' => '0.15',
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Email-Sender for openSUSE:Factory checked in at 2021-06-29 22:43:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Email-Sender (Old)
and /work/SRC/openSUSE:Factory/.perl-Email-Sender.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Email-Sender"
Tue Jun 29 22:43:28 2021 rev:6 rq:903024 version:1.500
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Email-Sender/perl-Email-Sender.changes 2020-10-13 15:46:27.153470604 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Email-Sender.new.2625/perl-Email-Sender.changes 2021-06-29 22:44:07.170941725 +0200
@@ -1,0 +2,13 @@
+Mon Jun 21 03:09:37 UTC 2021 - Tina M��ller <timueller+perl(a)suse.de>
+
+- updated to 1.500
+ see /usr/share/doc/packages/perl-Email-Sender/Changes
+
+ 1.500 2021-06-20 20:30:24-04:00 America/New_York
+ - adjust version number for bookkeeping reasons
+
+ 1.300036 2021-06-17 09:51:12-04:00 America/New_York
+ - add "maybestarttls" option, to allow opportunistic STARTTLS
+ (thanks, Marc Bradshaw!)
+
+-------------------------------------------------------------------
Old:
----
Email-Sender-1.300035.tar.gz
New:
----
Email-Sender-1.500.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Email-Sender.spec ++++++
--- /var/tmp/diff_new_pack.MxdIVN/_old 2021-06-29 22:44:07.618942316 +0200
+++ /var/tmp/diff_new_pack.MxdIVN/_new 2021-06-29 22:44:07.622942322 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Email-Sender
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,24 +16,23 @@
#
+%define cpan_name Email-Sender
Name: perl-Email-Sender
-Version: 1.300035
+Version: 1.500
Release: 0
-%define cpan_name Email-Sender
Summary: Library for sending email
License: Artistic-1.0 OR GPL-1.0-or-later
-Group: Development/Libraries/Perl
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.…
Source1: cpanspec.yml
BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Capture::Tiny) >= 0.08
BuildRequires: perl(Email::Abstract) >= 3.006
BuildRequires: perl(Email::Address)
BuildRequires: perl(Email::Simple) >= 1.998
+BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78
BuildRequires: perl(File::Path) >= 2.060000
BuildRequires: perl(List::Util) >= 1.45
BuildRequires: perl(Module::Runtime)
@@ -77,12 +76,12 @@
start with Email::Sender::Manual::QuickStart.
%prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup -n %{cpan_name}-%{version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
perl Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+%make_build
%check
make test
@@ -93,7 +92,6 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
%doc Changes README util
%license LICENSE
++++++ Email-Sender-1.300035.tar.gz -> Email-Sender-1.500.tar.gz ++++++
++++ 2248 lines of diff (skipped)
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Email-Abstract for openSUSE:Factory checked in at 2021-06-29 22:43:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Email-Abstract (Old)
and /work/SRC/openSUSE:Factory/.perl-Email-Abstract.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Email-Abstract"
Tue Jun 29 22:43:27 2021 rev:2 rq:903023 version:3.009
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Email-Abstract/perl-Email-Abstract.changes 2016-11-22 18:58:01.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Email-Abstract.new.2625/perl-Email-Abstract.changes 2021-06-29 22:44:06.498940838 +0200
@@ -1,0 +2,11 @@
+Mon Jun 21 03:08:51 UTC 2021 - Tina M��ller <timueller+perl(a)suse.de>
+
+- updated to 3.009
+ see /usr/share/doc/packages/perl-Email-Abstract/Changes
+
+ 3.009 2021-06-20 16:54:40-04:00 America/New_York
+ - MIME::Entity 5.508 is required for operation
+ - update author information
+ - add a perl support section to docs
+
+-------------------------------------------------------------------
Old:
----
Email-Abstract-3.008.tar.gz
New:
----
Email-Abstract-3.009.tar.gz
cpanspec.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Email-Abstract.spec ++++++
--- /var/tmp/diff_new_pack.eIf1vp/_old 2021-06-29 22:44:06.970941461 +0200
+++ /var/tmp/diff_new_pack.eIf1vp/_new 2021-06-29 22:44:06.970941461 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Email-Abstract
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,24 +12,24 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
+%define cpan_name Email-Abstract
Name: perl-Email-Abstract
-Version: 3.008
+Version: 3.009
Release: 0
-%define cpan_name Email-Abstract
-Summary: unified interface to mail representations
-License: Artistic-1.0 or GPL-1.0+
-Group: Development/Libraries/Perl
-Url: http://search.cpan.org/dist/Email-Abstract/
-Source: http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
+Summary: Unified interface to mail representations
+License: Artistic-1.0 OR GPL-1.0-or-later
+URL: https://metacpan.org/release/%{cpan_name}
+Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.…
+Source1: cpanspec.yml
BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Email::Simple) >= 1.998
+BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78
BuildRequires: perl(MRO::Compat)
BuildRequires: perl(Module::Pluggable) >= 1.5
BuildRequires: perl(Test::More) >= 0.96
@@ -55,14 +55,14 @@
used.
%prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup -n %{cpan_name}-%{version}
%build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+%make_build
%check
-%{__make} test
+make test
%install
%perl_make_install
@@ -70,7 +70,7 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc Changes README
+%license LICENSE
%changelog
++++++ Email-Abstract-3.008.tar.gz -> Email-Abstract-3.009.tar.gz ++++++
++++ 1754 lines of diff (skipped)
++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#description: |-
# override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
# baz.patch: PATCH-FIX-OPENSUSE
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module
#skip_doc: regexp_to_skip_for_doc.*
#add_doc: files to add to docs
#misc: |-
#anything else to be added to spec file
#follows directly after %files section, so it can contain new blocks or also
#changes to %files section
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Config-INI-Reader-Ordered for openSUSE:Factory checked in at 2021-06-29 22:43:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Config-INI-Reader-Ordered (Old)
and /work/SRC/openSUSE:Factory/.perl-Config-INI-Reader-Ordered.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Config-INI-Reader-Ordered"
Tue Jun 29 22:43:27 2021 rev:2 rq:903022 version:0.021
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Config-INI-Reader-Ordered/perl-Config-INI-Reader-Ordered.changes 2020-10-26 16:20:41.279146246 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Config-INI-Reader-Ordered.new.2625/perl-Config-INI-Reader-Ordered.changes 2021-06-29 22:44:05.738939835 +0200
@@ -1,0 +2,9 @@
+Mon Jun 21 03:07:25 UTC 2021 - Tina M��ller <timueller+perl(a)suse.de>
+
+- updated to 0.021
+ see /usr/share/doc/packages/perl-Config-INI-Reader-Ordered/Changes
+
+ 0.021 2021-06-20 17:18:35-04:00 America/New_York
+ add perl-support to docs
+
+-------------------------------------------------------------------
Old:
----
Config-INI-Reader-Ordered-0.020.tar.gz
New:
----
Config-INI-Reader-Ordered-0.021.tar.gz
cpanspec.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Config-INI-Reader-Ordered.spec ++++++
--- /var/tmp/diff_new_pack.D119TH/_old 2021-06-29 22:44:06.234940490 +0200
+++ /var/tmp/diff_new_pack.D119TH/_new 2021-06-29 22:44:06.238940495 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Config-INI-Reader-Ordered
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,20 +16,20 @@
#
+%define cpan_name Config-INI-Reader-Ordered
Name: perl-Config-INI-Reader-Ordered
-Version: 0.020
+Version: 0.021
Release: 0
-%define cpan_name Config-INI-Reader-Ordered
Summary: .ini-file parser that returns sections in order
License: Artistic-1.0 OR GPL-1.0-or-later
-Group: Development/Libraries/Perl
-Url: https://metacpan.org/release/%{cpan_name}
+URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.…
+Source1: cpanspec.yml
BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Config::INI::Reader)
+BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78
BuildRequires: perl(Test::More) >= 0.96
Requires: perl(Config::INI::Reader)
%{perl_requires}
@@ -40,11 +40,11 @@
only difference is as presented in the SYNOPSIS.
%prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup -n %{cpan_name}-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+%make_build
%check
make test
@@ -55,7 +55,6 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
%doc Changes README
%license LICENSE
++++++ Config-INI-Reader-Ordered-0.020.tar.gz -> Config-INI-Reader-Ordered-0.021.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Config-INI-Reader-Ordered-0.020/Changes new/Config-INI-Reader-Ordered-0.021/Changes
--- old/Config-INI-Reader-Ordered-0.020/Changes 2015-05-27 16:34:21.000000000 +0200
+++ new/Config-INI-Reader-Ordered-0.021/Changes 2021-06-20 23:18:37.000000000 +0200
@@ -1,5 +1,8 @@
Revision history for Config-INI-Reader-Ordered
+0.021 2021-06-20 17:18:35-04:00 America/New_York
+ add perl-support to docs
+
0.020 2015-05-27 10:34:19-04:00 America/New_York
fix descending version number because of tagging change
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Config-INI-Reader-Ordered-0.020/MANIFEST new/Config-INI-Reader-Ordered-0.021/MANIFEST
--- old/Config-INI-Reader-Ordered-0.020/MANIFEST 2015-05-27 16:34:21.000000000 +0200
+++ new/Config-INI-Reader-Ordered-0.021/MANIFEST 2021-06-20 23:18:37.000000000 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.036.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.020.
Changes
LICENSE
MANIFEST
@@ -11,5 +11,5 @@
t/00-report-prereqs.dd
t/00-report-prereqs.t
t/reader-ordered.t
+xt/author/pod-syntax.t
xt/release/changes_has_content.t
-xt/release/pod-syntax.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Config-INI-Reader-Ordered-0.020/META.json new/Config-INI-Reader-Ordered-0.021/META.json
--- old/Config-INI-Reader-Ordered-0.020/META.json 2015-05-27 16:34:21.000000000 +0200
+++ new/Config-INI-Reader-Ordered-0.021/META.json 2021-06-20 23:18:37.000000000 +0200
@@ -4,7 +4,7 @@
"Hans Dieter Pearcey <hdp(a)cpan.org>"
],
"dynamic_config" : 0,
- "generated_by" : "Dist::Zilla version 5.036, CPAN::Meta::Converter version 2.150001",
+ "generated_by" : "Dist::Zilla version 6.020, CPAN::Meta::Converter version 2.150010",
"license" : [
"perl_5"
],
@@ -16,17 +16,21 @@
"prereqs" : {
"configure" : {
"requires" : {
- "ExtUtils::MakeMaker" : "0"
+ "ExtUtils::MakeMaker" : "6.78"
}
},
"develop" : {
"requires" : {
- "Test::Pod" : "1.41"
+ "Encode" : "0",
+ "Test::More" : "0",
+ "Test::Pod" : "1.41",
+ "warnings" : "0"
}
},
"runtime" : {
"requires" : {
"Config::INI::Reader" : "0",
+ "perl" : "5.012",
"strict" : "0",
"vars" : "0"
}
@@ -55,10 +59,10 @@
"web" : "https://github.com/rjbs/Config-INI-Reader-Ordered"
}
},
- "version" : "0.020",
+ "version" : "0.021",
"x_Dist_Zilla" : {
"perl" : {
- "version" : "5.021010"
+ "version" : "5.035001"
},
"plugins" : [
{
@@ -67,28 +71,28 @@
"Dist::Zilla::Plugin::GatherDir" : {
"exclude_filename" : [],
"exclude_match" : [],
- "follow_symlinks" : "0",
- "include_dotfiles" : "0",
+ "follow_symlinks" : 0,
+ "include_dotfiles" : 0,
"prefix" : "",
"prune_directory" : [],
"root" : "."
},
"Dist::Zilla::Plugin::Git::GatherDir" : {
- "include_untracked" : "0"
+ "include_untracked" : 0
}
},
"name" : "@RJBS/Git::GatherDir",
- "version" : "2.034"
+ "version" : "2.047"
},
{
"class" : "Dist::Zilla::Plugin::CheckPrereqsIndexed",
"name" : "@RJBS/CheckPrereqsIndexed",
- "version" : "0.015"
+ "version" : "0.021"
},
{
"class" : "Dist::Zilla::Plugin::CheckExtraTests",
"name" : "@RJBS/CheckExtraTests",
- "version" : "0.027"
+ "version" : "0.029"
},
{
"class" : "Dist::Zilla::Plugin::PromptIfStale",
@@ -100,80 +104,84 @@
"Dist::Zilla::PluginBundle::RJBS"
],
"phase" : "build",
+ "run_under_travis" : 0,
"skip" : []
}
},
"name" : "@RJBS/RJBS-Outdated",
- "version" : "0.044"
+ "version" : "0.057"
},
{
"class" : "Dist::Zilla::Plugin::PromptIfStale",
"config" : {
"Dist::Zilla::Plugin::PromptIfStale" : {
- "check_all_plugins" : "1",
+ "check_all_plugins" : 1,
"check_all_prereqs" : 0,
"modules" : [],
"phase" : "release",
- "skip" : []
+ "run_under_travis" : 0,
+ "skip" : [
+ "Dist::Zilla::Plugin::RJBSMisc"
+ ]
}
},
"name" : "@RJBS/CPAN-Outdated",
- "version" : "0.044"
+ "version" : "0.057"
},
{
"class" : "Dist::Zilla::Plugin::PruneCruft",
"name" : "@RJBS/@Filter/PruneCruft",
- "version" : "5.036"
+ "version" : "6.020"
},
{
"class" : "Dist::Zilla::Plugin::ManifestSkip",
"name" : "@RJBS/@Filter/ManifestSkip",
- "version" : "5.036"
+ "version" : "6.020"
},
{
"class" : "Dist::Zilla::Plugin::MetaYAML",
"name" : "@RJBS/@Filter/MetaYAML",
- "version" : "5.036"
+ "version" : "6.020"
},
{
"class" : "Dist::Zilla::Plugin::License",
"name" : "@RJBS/@Filter/License",
- "version" : "5.036"
+ "version" : "6.020"
},
{
"class" : "Dist::Zilla::Plugin::Readme",
"name" : "@RJBS/@Filter/Readme",
- "version" : "5.036"
+ "version" : "6.020"
},
{
"class" : "Dist::Zilla::Plugin::ExecDir",
"name" : "@RJBS/@Filter/ExecDir",
- "version" : "5.036"
+ "version" : "6.020"
},
{
"class" : "Dist::Zilla::Plugin::ShareDir",
"name" : "@RJBS/@Filter/ShareDir",
- "version" : "5.036"
+ "version" : "6.020"
},
{
"class" : "Dist::Zilla::Plugin::Manifest",
"name" : "@RJBS/@Filter/Manifest",
- "version" : "5.036"
+ "version" : "6.020"
},
{
"class" : "Dist::Zilla::Plugin::TestRelease",
"name" : "@RJBS/@Filter/TestRelease",
- "version" : "5.036"
+ "version" : "6.020"
},
{
"class" : "Dist::Zilla::Plugin::ConfirmRelease",
"name" : "@RJBS/@Filter/ConfirmRelease",
- "version" : "5.036"
+ "version" : "6.020"
},
{
"class" : "Dist::Zilla::Plugin::UploadToCPAN",
"name" : "@RJBS/@Filter/UploadToCPAN",
- "version" : "5.036"
+ "version" : "6.020"
},
{
"class" : "Dist::Zilla::Plugin::MakeMaker",
@@ -183,62 +191,63 @@
}
},
"name" : "@RJBS/MakeMaker",
- "version" : "5.036"
+ "version" : "6.020"
},
{
"class" : "Dist::Zilla::Plugin::AutoPrereqs",
"name" : "@RJBS/AutoPrereqs",
- "version" : "5.036"
+ "version" : "6.020"
},
{
"class" : "Dist::Zilla::Plugin::Git::NextVersion",
"config" : {
"Dist::Zilla::Plugin::Git::NextVersion" : {
"first_version" : "0.001",
- "version_by_branch" : "0",
+ "version_by_branch" : 1,
"version_regexp" : "(?^:^([0-9]+\\.[0-9]+)$)"
},
"Dist::Zilla::Role::Git::Repo" : {
+ "git_version" : "2.30.1 (Apple Git-130)",
"repo_root" : "."
}
},
"name" : "@RJBS/Git::NextVersion",
- "version" : "2.034"
+ "version" : "2.047"
},
{
"class" : "Dist::Zilla::Plugin::PkgVersion",
"name" : "@RJBS/PkgVersion",
- "version" : "5.036"
+ "version" : "6.020"
},
{
"class" : "Dist::Zilla::Plugin::MetaConfig",
"name" : "@RJBS/MetaConfig",
- "version" : "5.036"
+ "version" : "6.020"
},
{
"class" : "Dist::Zilla::Plugin::MetaJSON",
"name" : "@RJBS/MetaJSON",
- "version" : "5.036"
+ "version" : "6.020"
},
{
"class" : "Dist::Zilla::Plugin::NextRelease",
"name" : "@RJBS/NextRelease",
- "version" : "5.036"
+ "version" : "6.020"
},
{
"class" : "Dist::Zilla::Plugin::Test::ChangesHasContent",
"name" : "@RJBS/Test::ChangesHasContent",
- "version" : "0.008"
+ "version" : "0.011"
},
{
"class" : "Dist::Zilla::Plugin::PodSyntaxTests",
"name" : "@RJBS/PodSyntaxTests",
- "version" : "5.036"
+ "version" : "6.020"
},
{
"class" : "Dist::Zilla::Plugin::Test::ReportPrereqs",
"name" : "@RJBS/Test::ReportPrereqs",
- "version" : "0.021"
+ "version" : "0.028"
},
{
"class" : "Dist::Zilla::Plugin::Prereqs",
@@ -249,7 +258,7 @@
}
},
"name" : "@RJBS/TestMoreWithSubtests",
- "version" : "5.036"
+ "version" : "6.020"
},
{
"class" : "Dist::Zilla::Plugin::PodWeaver",
@@ -266,82 +275,87 @@
{
"class" : "Pod::Weaver::Plugin::EnsurePod5",
"name" : "@CorePrep/EnsurePod5",
- "version" : "4.012"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Plugin::H1Nester",
"name" : "@CorePrep/H1Nester",
- "version" : "4.012"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Plugin::SingleEncoding",
"name" : "@RJBS/SingleEncoding",
- "version" : "4.012"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Name",
"name" : "@RJBS/Name",
- "version" : "4.012"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Version",
"name" : "@RJBS/Version",
- "version" : "4.012"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Region",
"name" : "@RJBS/Prelude",
- "version" : "4.012"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Generic",
"name" : "@RJBS/Synopsis",
- "version" : "4.012"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Generic",
"name" : "@RJBS/Description",
- "version" : "4.012"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Generic",
"name" : "@RJBS/Overview",
- "version" : "4.012"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Generic",
"name" : "@RJBS/Stability",
- "version" : "4.012"
+ "version" : "4.018"
+ },
+ {
+ "class" : "Pod::Weaver::Section::GenerateSection",
+ "name" : "@RJBS/PerlSupport",
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Collect",
"name" : "Attributes",
- "version" : "4.012"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Collect",
"name" : "Methods",
- "version" : "4.012"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Collect",
"name" : "Functions",
- "version" : "4.012"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Leftovers",
"name" : "@RJBS/Leftovers",
- "version" : "4.012"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Region",
"name" : "@RJBS/postlude",
- "version" : "4.012"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Authors",
"name" : "@RJBS/Authors",
- "version" : "4.012"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Section::Contributors",
@@ -351,23 +365,28 @@
{
"class" : "Pod::Weaver::Section::Legal",
"name" : "@RJBS/Legal",
- "version" : "4.012"
+ "version" : "4.018"
},
{
"class" : "Pod::Weaver::Plugin::Transformer",
"name" : "@RJBS/List",
- "version" : "4.012"
+ "version" : "4.018"
}
]
}
},
"name" : "@RJBS/PodWeaver",
- "version" : "4.006"
+ "version" : "4.009"
+ },
+ {
+ "class" : "Dist::Zilla::Plugin::RJBSMisc",
+ "name" : "@RJBS/RJBSMisc",
+ "version" : "5.019"
},
{
"class" : "Dist::Zilla::Plugin::GithubMeta",
"name" : "@RJBS/GithubMeta",
- "version" : "0.50"
+ "version" : "0.58"
},
{
"class" : "Dist::Zilla::Plugin::Git::Check",
@@ -377,141 +396,165 @@
},
"Dist::Zilla::Role::Git::DirtyFiles" : {
"allow_dirty" : [
- "dist.ini",
- "Changes"
+ "Changes",
+ "dist.ini"
],
"allow_dirty_match" : [],
"changelog" : "Changes"
},
"Dist::Zilla::Role::Git::Repo" : {
+ "git_version" : "2.30.1 (Apple Git-130)",
"repo_root" : "."
}
},
"name" : "@RJBS/@Git/Check",
- "version" : "2.034"
+ "version" : "2.047"
},
{
"class" : "Dist::Zilla::Plugin::Git::Commit",
"config" : {
"Dist::Zilla::Plugin::Git::Commit" : {
"add_files_in" : [],
- "commit_msg" : "v%v%n%n%c",
- "time_zone" : "local"
+ "commit_msg" : "v%V%n%n%c",
+ "signoff" : 0
},
"Dist::Zilla::Role::Git::DirtyFiles" : {
"allow_dirty" : [
- "dist.ini",
- "Changes"
+ "Changes",
+ "dist.ini"
],
"allow_dirty_match" : [],
"changelog" : "Changes"
},
"Dist::Zilla::Role::Git::Repo" : {
+ "git_version" : "2.30.1 (Apple Git-130)",
"repo_root" : "."
+ },
+ "Dist::Zilla::Role::Git::StringFormatter" : {
+ "time_zone" : "local"
}
},
"name" : "@RJBS/@Git/Commit",
- "version" : "2.034"
+ "version" : "2.047"
},
{
"class" : "Dist::Zilla::Plugin::Git::Tag",
"config" : {
"Dist::Zilla::Plugin::Git::Tag" : {
"branch" : null,
+ "changelog" : "Changes",
"signed" : 0,
- "tag" : "0.020",
+ "tag" : "0.021",
"tag_format" : "%v",
- "tag_message" : "v%v",
- "time_zone" : "local"
+ "tag_message" : "v%V"
},
"Dist::Zilla::Role::Git::Repo" : {
+ "git_version" : "2.30.1 (Apple Git-130)",
"repo_root" : "."
+ },
+ "Dist::Zilla::Role::Git::StringFormatter" : {
+ "time_zone" : "local"
}
},
"name" : "@RJBS/@Git/Tag",
- "version" : "2.034"
+ "version" : "2.047"
},
{
"class" : "Dist::Zilla::Plugin::Git::Push",
"config" : {
"Dist::Zilla::Plugin::Git::Push" : {
"push_to" : [
- "origin :",
"github :"
],
"remotes_must_exist" : 0
},
"Dist::Zilla::Role::Git::Repo" : {
+ "git_version" : "2.30.1 (Apple Git-130)",
"repo_root" : "."
}
},
"name" : "@RJBS/@Git/Push",
- "version" : "2.034"
+ "version" : "2.047"
},
{
"class" : "Dist::Zilla::Plugin::Git::Contributors",
"config" : {
"Dist::Zilla::Plugin::Git::Contributors" : {
- "include_authors" : "0",
- "include_releaser" : "1",
+ "git_version" : "2.30.1 (Apple Git-130)",
+ "include_authors" : 0,
+ "include_releaser" : 1,
"order_by" : "name",
"paths" : []
}
},
"name" : "@RJBS/Git::Contributors",
- "version" : "0.011"
+ "version" : "0.036"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":InstallModules",
- "version" : "5.036"
+ "version" : "6.020"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":IncModules",
- "version" : "5.036"
+ "version" : "6.020"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":TestFiles",
- "version" : "5.036"
+ "version" : "6.020"
+ },
+ {
+ "class" : "Dist::Zilla::Plugin::FinderCode",
+ "name" : ":ExtraTestFiles",
+ "version" : "6.020"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":ExecFiles",
- "version" : "5.036"
+ "version" : "6.020"
+ },
+ {
+ "class" : "Dist::Zilla::Plugin::FinderCode",
+ "name" : ":PerlExecFiles",
+ "version" : "6.020"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":ShareFiles",
- "version" : "5.036"
+ "version" : "6.020"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":MainModule",
- "version" : "5.036"
+ "version" : "6.020"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":AllFiles",
- "version" : "5.036"
+ "version" : "6.020"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":NoFiles",
- "version" : "5.036"
+ "version" : "6.020"
}
],
"zilla" : {
"class" : "Dist::Zilla::Dist::Builder",
"config" : {
- "is_trial" : ""
+ "is_trial" : 0
},
- "version" : "5.036"
+ "version" : "6.020"
}
},
"x_contributors" : [
- "Ricardo Signes <rjbs(a)cpan.org>"
- ]
+ "Ricardo Signes <rjbs(a)semiotic.systems>"
+ ],
+ "x_generated_by_perl" : "v5.35.1",
+ "x_rjbs_perl_support" : "long-term",
+ "x_serialization_backend" : "Cpanel::JSON::XS version 4.26",
+ "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Config-INI-Reader-Ordered-0.020/META.yml new/Config-INI-Reader-Ordered-0.021/META.yml
--- old/Config-INI-Reader-Ordered-0.020/META.yml 2015-05-27 16:34:21.000000000 +0200
+++ new/Config-INI-Reader-Ordered-0.021/META.yml 2021-06-20 23:18:37.000000000 +0200
@@ -8,9 +8,9 @@
Test::More: '0.96'
warnings: '0'
configure_requires:
- ExtUtils::MakeMaker: '0'
+ ExtUtils::MakeMaker: '6.78'
dynamic_config: 0
-generated_by: 'Dist::Zilla version 5.036, CPAN::Meta::Converter version 2.150001'
+generated_by: 'Dist::Zilla version 6.020, CPAN::Meta::Converter version 2.150010'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -18,16 +18,17 @@
name: Config-INI-Reader-Ordered
requires:
Config::INI::Reader: '0'
+ perl: '5.012'
strict: '0'
vars: '0'
resources:
bugtracker: https://github.com/rjbs/Config-INI-Reader-Ordered/issues
homepage: https://github.com/rjbs/Config-INI-Reader-Ordered
repository: https://github.com/rjbs/Config-INI-Reader-Ordered.git
-version: '0.020'
+version: '0.021'
x_Dist_Zilla:
perl:
- version: '5.021010'
+ version: '5.035001'
plugins:
-
class: Dist::Zilla::Plugin::Git::GatherDir
@@ -35,23 +36,23 @@
Dist::Zilla::Plugin::GatherDir:
exclude_filename: []
exclude_match: []
- follow_symlinks: '0'
- include_dotfiles: '0'
+ follow_symlinks: 0
+ include_dotfiles: 0
prefix: ''
prune_directory: []
root: .
Dist::Zilla::Plugin::Git::GatherDir:
- include_untracked: '0'
+ include_untracked: 0
name: '@RJBS/Git::GatherDir'
- version: '2.034'
+ version: '2.047'
-
class: Dist::Zilla::Plugin::CheckPrereqsIndexed
name: '@RJBS/CheckPrereqsIndexed'
- version: '0.015'
+ version: '0.021'
-
class: Dist::Zilla::Plugin::CheckExtraTests
name: '@RJBS/CheckExtraTests'
- version: '0.027'
+ version: '0.029'
-
class: Dist::Zilla::Plugin::PromptIfStale
config:
@@ -61,114 +62,118 @@
modules:
- Dist::Zilla::PluginBundle::RJBS
phase: build
+ run_under_travis: 0
skip: []
name: '@RJBS/RJBS-Outdated'
- version: '0.044'
+ version: '0.057'
-
class: Dist::Zilla::Plugin::PromptIfStale
config:
Dist::Zilla::Plugin::PromptIfStale:
- check_all_plugins: '1'
+ check_all_plugins: 1
check_all_prereqs: 0
modules: []
phase: release
- skip: []
+ run_under_travis: 0
+ skip:
+ - Dist::Zilla::Plugin::RJBSMisc
name: '@RJBS/CPAN-Outdated'
- version: '0.044'
+ version: '0.057'
-
class: Dist::Zilla::Plugin::PruneCruft
name: '@RJBS/@Filter/PruneCruft'
- version: '5.036'
+ version: '6.020'
-
class: Dist::Zilla::Plugin::ManifestSkip
name: '@RJBS/@Filter/ManifestSkip'
- version: '5.036'
+ version: '6.020'
-
class: Dist::Zilla::Plugin::MetaYAML
name: '@RJBS/@Filter/MetaYAML'
- version: '5.036'
+ version: '6.020'
-
class: Dist::Zilla::Plugin::License
name: '@RJBS/@Filter/License'
- version: '5.036'
+ version: '6.020'
-
class: Dist::Zilla::Plugin::Readme
name: '@RJBS/@Filter/Readme'
- version: '5.036'
+ version: '6.020'
-
class: Dist::Zilla::Plugin::ExecDir
name: '@RJBS/@Filter/ExecDir'
- version: '5.036'
+ version: '6.020'
-
class: Dist::Zilla::Plugin::ShareDir
name: '@RJBS/@Filter/ShareDir'
- version: '5.036'
+ version: '6.020'
-
class: Dist::Zilla::Plugin::Manifest
name: '@RJBS/@Filter/Manifest'
- version: '5.036'
+ version: '6.020'
-
class: Dist::Zilla::Plugin::TestRelease
name: '@RJBS/@Filter/TestRelease'
- version: '5.036'
+ version: '6.020'
-
class: Dist::Zilla::Plugin::ConfirmRelease
name: '@RJBS/@Filter/ConfirmRelease'
- version: '5.036'
+ version: '6.020'
-
class: Dist::Zilla::Plugin::UploadToCPAN
name: '@RJBS/@Filter/UploadToCPAN'
- version: '5.036'
+ version: '6.020'
-
class: Dist::Zilla::Plugin::MakeMaker
config:
Dist::Zilla::Role::TestRunner:
default_jobs: 9
name: '@RJBS/MakeMaker'
- version: '5.036'
+ version: '6.020'
-
class: Dist::Zilla::Plugin::AutoPrereqs
name: '@RJBS/AutoPrereqs'
- version: '5.036'
+ version: '6.020'
-
class: Dist::Zilla::Plugin::Git::NextVersion
config:
Dist::Zilla::Plugin::Git::NextVersion:
first_version: '0.001'
- version_by_branch: '0'
+ version_by_branch: 1
version_regexp: (?^:^([0-9]+\.[0-9]+)$)
Dist::Zilla::Role::Git::Repo:
+ git_version: '2.30.1 (Apple Git-130)'
repo_root: .
name: '@RJBS/Git::NextVersion'
- version: '2.034'
+ version: '2.047'
-
class: Dist::Zilla::Plugin::PkgVersion
name: '@RJBS/PkgVersion'
- version: '5.036'
+ version: '6.020'
-
class: Dist::Zilla::Plugin::MetaConfig
name: '@RJBS/MetaConfig'
- version: '5.036'
+ version: '6.020'
-
class: Dist::Zilla::Plugin::MetaJSON
name: '@RJBS/MetaJSON'
- version: '5.036'
+ version: '6.020'
-
class: Dist::Zilla::Plugin::NextRelease
name: '@RJBS/NextRelease'
- version: '5.036'
+ version: '6.020'
-
class: Dist::Zilla::Plugin::Test::ChangesHasContent
name: '@RJBS/Test::ChangesHasContent'
- version: '0.008'
+ version: '0.011'
-
class: Dist::Zilla::Plugin::PodSyntaxTests
name: '@RJBS/PodSyntaxTests'
- version: '5.036'
+ version: '6.020'
-
class: Dist::Zilla::Plugin::Test::ReportPrereqs
name: '@RJBS/Test::ReportPrereqs'
- version: '0.021'
+ version: '0.028'
-
class: Dist::Zilla::Plugin::Prereqs
config:
@@ -176,7 +181,7 @@
phase: test
type: requires
name: '@RJBS/TestMoreWithSubtests'
- version: '5.036'
+ version: '6.020'
-
class: Dist::Zilla::Plugin::PodWeaver
config:
@@ -190,67 +195,71 @@
-
class: Pod::Weaver::Plugin::EnsurePod5
name: '@CorePrep/EnsurePod5'
- version: '4.012'
+ version: '4.018'
-
class: Pod::Weaver::Plugin::H1Nester
name: '@CorePrep/H1Nester'
- version: '4.012'
+ version: '4.018'
-
class: Pod::Weaver::Plugin::SingleEncoding
name: '@RJBS/SingleEncoding'
- version: '4.012'
+ version: '4.018'
-
class: Pod::Weaver::Section::Name
name: '@RJBS/Name'
- version: '4.012'
+ version: '4.018'
-
class: Pod::Weaver::Section::Version
name: '@RJBS/Version'
- version: '4.012'
+ version: '4.018'
-
class: Pod::Weaver::Section::Region
name: '@RJBS/Prelude'
- version: '4.012'
+ version: '4.018'
-
class: Pod::Weaver::Section::Generic
name: '@RJBS/Synopsis'
- version: '4.012'
+ version: '4.018'
-
class: Pod::Weaver::Section::Generic
name: '@RJBS/Description'
- version: '4.012'
+ version: '4.018'
-
class: Pod::Weaver::Section::Generic
name: '@RJBS/Overview'
- version: '4.012'
+ version: '4.018'
-
class: Pod::Weaver::Section::Generic
name: '@RJBS/Stability'
- version: '4.012'
+ version: '4.018'
+ -
+ class: Pod::Weaver::Section::GenerateSection
+ name: '@RJBS/PerlSupport'
+ version: '4.018'
-
class: Pod::Weaver::Section::Collect
name: Attributes
- version: '4.012'
+ version: '4.018'
-
class: Pod::Weaver::Section::Collect
name: Methods
- version: '4.012'
+ version: '4.018'
-
class: Pod::Weaver::Section::Collect
name: Functions
- version: '4.012'
+ version: '4.018'
-
class: Pod::Weaver::Section::Leftovers
name: '@RJBS/Leftovers'
- version: '4.012'
+ version: '4.018'
-
class: Pod::Weaver::Section::Region
name: '@RJBS/postlude'
- version: '4.012'
+ version: '4.018'
-
class: Pod::Weaver::Section::Authors
name: '@RJBS/Authors'
- version: '4.012'
+ version: '4.018'
-
class: Pod::Weaver::Section::Contributors
name: '@RJBS/Contributors'
@@ -258,17 +267,21 @@
-
class: Pod::Weaver::Section::Legal
name: '@RJBS/Legal'
- version: '4.012'
+ version: '4.018'
-
class: Pod::Weaver::Plugin::Transformer
name: '@RJBS/List'
- version: '4.012'
+ version: '4.018'
name: '@RJBS/PodWeaver'
- version: '4.006'
+ version: '4.009'
+ -
+ class: Dist::Zilla::Plugin::RJBSMisc
+ name: '@RJBS/RJBSMisc'
+ version: '5.019'
-
class: Dist::Zilla::Plugin::GithubMeta
name: '@RJBS/GithubMeta'
- version: '0.50'
+ version: '0.58'
-
class: Dist::Zilla::Plugin::Git::Check
config:
@@ -276,103 +289,123 @@
untracked_files: die
Dist::Zilla::Role::Git::DirtyFiles:
allow_dirty:
- - dist.ini
- Changes
+ - dist.ini
allow_dirty_match: []
changelog: Changes
Dist::Zilla::Role::Git::Repo:
+ git_version: '2.30.1 (Apple Git-130)'
repo_root: .
name: '@RJBS/@Git/Check'
- version: '2.034'
+ version: '2.047'
-
class: Dist::Zilla::Plugin::Git::Commit
config:
Dist::Zilla::Plugin::Git::Commit:
add_files_in: []
- commit_msg: v%v%n%n%c
- time_zone: local
+ commit_msg: v%V%n%n%c
+ signoff: '0'
Dist::Zilla::Role::Git::DirtyFiles:
allow_dirty:
- - dist.ini
- Changes
+ - dist.ini
allow_dirty_match: []
changelog: Changes
Dist::Zilla::Role::Git::Repo:
+ git_version: '2.30.1 (Apple Git-130)'
repo_root: .
+ Dist::Zilla::Role::Git::StringFormatter:
+ time_zone: local
name: '@RJBS/@Git/Commit'
- version: '2.034'
+ version: '2.047'
-
class: Dist::Zilla::Plugin::Git::Tag
config:
Dist::Zilla::Plugin::Git::Tag:
branch: ~
+ changelog: Changes
signed: 0
- tag: '0.020'
+ tag: '0.021'
tag_format: '%v'
- tag_message: v%v
- time_zone: local
+ tag_message: v%V
Dist::Zilla::Role::Git::Repo:
+ git_version: '2.30.1 (Apple Git-130)'
repo_root: .
+ Dist::Zilla::Role::Git::StringFormatter:
+ time_zone: local
name: '@RJBS/@Git/Tag'
- version: '2.034'
+ version: '2.047'
-
class: Dist::Zilla::Plugin::Git::Push
config:
Dist::Zilla::Plugin::Git::Push:
push_to:
- - 'origin :'
- 'github :'
remotes_must_exist: 0
Dist::Zilla::Role::Git::Repo:
+ git_version: '2.30.1 (Apple Git-130)'
repo_root: .
name: '@RJBS/@Git/Push'
- version: '2.034'
+ version: '2.047'
-
class: Dist::Zilla::Plugin::Git::Contributors
config:
Dist::Zilla::Plugin::Git::Contributors:
- include_authors: '0'
- include_releaser: '1'
+ git_version: '2.30.1 (Apple Git-130)'
+ include_authors: 0
+ include_releaser: 1
order_by: name
paths: []
name: '@RJBS/Git::Contributors'
- version: '0.011'
+ version: '0.036'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':InstallModules'
- version: '5.036'
+ version: '6.020'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':IncModules'
- version: '5.036'
+ version: '6.020'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':TestFiles'
- version: '5.036'
+ version: '6.020'
+ -
+ class: Dist::Zilla::Plugin::FinderCode
+ name: ':ExtraTestFiles'
+ version: '6.020'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':ExecFiles'
- version: '5.036'
+ version: '6.020'
+ -
+ class: Dist::Zilla::Plugin::FinderCode
+ name: ':PerlExecFiles'
+ version: '6.020'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':ShareFiles'
- version: '5.036'
+ version: '6.020'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':MainModule'
- version: '5.036'
+ version: '6.020'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':AllFiles'
- version: '5.036'
+ version: '6.020'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':NoFiles'
- version: '5.036'
+ version: '6.020'
zilla:
class: Dist::Zilla::Dist::Builder
config:
- is_trial: ''
- version: '5.036'
+ is_trial: '0'
+ version: '6.020'
x_contributors:
- - 'Ricardo Signes <rjbs(a)cpan.org>'
+ - 'Ricardo Signes <rjbs(a)semiotic.systems>'
+x_generated_by_perl: v5.35.1
+x_rjbs_perl_support: long-term
+x_serialization_backend: 'YAML::Tiny version 1.73'
+x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Config-INI-Reader-Ordered-0.020/Makefile.PL new/Config-INI-Reader-Ordered-0.021/Makefile.PL
--- old/Config-INI-Reader-Ordered-0.020/Makefile.PL 2015-05-27 16:34:21.000000000 +0200
+++ new/Config-INI-Reader-Ordered-0.021/Makefile.PL 2021-06-20 23:18:37.000000000 +0200
@@ -1,20 +1,20 @@
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.036.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.020.
use strict;
use warnings;
+use 5.012;
-
-use ExtUtils::MakeMaker;
+use ExtUtils::MakeMaker 6.78;
my %WriteMakefileArgs = (
"ABSTRACT" => ".ini-file parser that returns sections in order",
"AUTHOR" => "Hans Dieter Pearcey <hdp\(a)cpan.org>",
"CONFIGURE_REQUIRES" => {
- "ExtUtils::MakeMaker" => 0
+ "ExtUtils::MakeMaker" => "6.78"
},
"DISTNAME" => "Config-INI-Reader-Ordered",
- "EXE_FILES" => [],
"LICENSE" => "perl",
+ "MIN_PERL_VERSION" => "5.012",
"NAME" => "Config::INI::Reader::Ordered",
"PREREQ_PM" => {
"Config::INI::Reader" => 0,
@@ -27,7 +27,7 @@
"Test::More" => "0.96",
"warnings" => 0
},
- "VERSION" => "0.020",
+ "VERSION" => "0.021",
"test" => {
"TESTS" => "t/*.t"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Config-INI-Reader-Ordered-0.020/README new/Config-INI-Reader-Ordered-0.021/README
--- old/Config-INI-Reader-Ordered-0.020/README 2015-05-27 16:34:21.000000000 +0200
+++ new/Config-INI-Reader-Ordered-0.021/README 2021-06-20 23:18:37.000000000 +0200
@@ -1,7 +1,5 @@
-
-
This archive contains the distribution Config-INI-Reader-Ordered,
-version 0.020:
+version 0.021:
.ini-file parser that returns sections in order
@@ -11,5 +9,4 @@
the same terms as the Perl 5 programming language system itself.
-This README file was generated by Dist::Zilla::Plugin::Readme v5.036.
-
+This README file was generated by Dist::Zilla::Plugin::Readme v6.020.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Config-INI-Reader-Ordered-0.020/dist.ini new/Config-INI-Reader-Ordered-0.021/dist.ini
--- old/Config-INI-Reader-Ordered-0.020/dist.ini 2015-05-27 16:34:21.000000000 +0200
+++ new/Config-INI-Reader-Ordered-0.021/dist.ini 2021-06-20 23:18:37.000000000 +0200
@@ -5,3 +5,4 @@
copyright_year = 2008
[@RJBS]
+perl-support = long-term
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Config-INI-Reader-Ordered-0.020/lib/Config/INI/Reader/Ordered.pm new/Config-INI-Reader-Ordered-0.021/lib/Config/INI/Reader/Ordered.pm
--- old/Config-INI-Reader-Ordered-0.020/lib/Config/INI/Reader/Ordered.pm 2015-05-27 16:34:21.000000000 +0200
+++ new/Config-INI-Reader-Ordered-0.021/lib/Config/INI/Reader/Ordered.pm 2021-06-20 23:18:37.000000000 +0200
@@ -1,7 +1,7 @@
use strict;
-package Config::INI::Reader::Ordered;
-$Config::INI::Reader::Ordered::VERSION = '0.020';
+package Config::INI::Reader::Ordered 0.021;
+
# ABSTRACT: .ini-file parser that returns sections in order
use Config::INI::Reader;
@@ -91,7 +91,7 @@
=head1 VERSION
-version 0.020
+version 0.021
=head1 SYNOPSIS
@@ -135,6 +135,16 @@
preserves section order. See L<Config::INI::Reader> for all documentation; the
only difference is as presented in the L</SYNOPSIS>.
+=head1 PERL VERSION SUPPORT
+
+This module has a long-term perl support period. That means it will not
+require a version of perl released fewer than five years ago.
+
+Although it may work on older versions of perl, no guarantee is made that the
+minimum required version will not be increased. The version may be increased
+for any reason, and there is no promise that patches will be accepted to lower
+the minimum required perl.
+
=head1 AUTHOR
Hans Dieter Pearcey <hdp(a)cpan.org>
@@ -143,7 +153,7 @@
=for stopwords Ricardo Signes
-Ricardo Signes <rjbs(a)cpan.org>
+Ricardo Signes <rjbs(a)semiotic.systems>
=head1 COPYRIGHT AND LICENSE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Config-INI-Reader-Ordered-0.020/t/00-report-prereqs.dd new/Config-INI-Reader-Ordered-0.021/t/00-report-prereqs.dd
--- old/Config-INI-Reader-Ordered-0.020/t/00-report-prereqs.dd 2015-05-27 16:34:21.000000000 +0200
+++ new/Config-INI-Reader-Ordered-0.021/t/00-report-prereqs.dd 2021-06-20 23:18:37.000000000 +0200
@@ -1,17 +1,21 @@
do { my $x = {
'configure' => {
'requires' => {
- 'ExtUtils::MakeMaker' => '0'
+ 'ExtUtils::MakeMaker' => '6.78'
}
},
'develop' => {
'requires' => {
- 'Test::Pod' => '1.41'
+ 'Encode' => '0',
+ 'Test::More' => '0',
+ 'Test::Pod' => '1.41',
+ 'warnings' => '0'
}
},
'runtime' => {
'requires' => {
'Config::INI::Reader' => '0',
+ 'perl' => '5.012',
'strict' => '0',
'vars' => '0'
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Config-INI-Reader-Ordered-0.020/t/00-report-prereqs.t new/Config-INI-Reader-Ordered-0.021/t/00-report-prereqs.t
--- old/Config-INI-Reader-Ordered-0.020/t/00-report-prereqs.t 2015-05-27 16:34:21.000000000 +0200
+++ new/Config-INI-Reader-Ordered-0.021/t/00-report-prereqs.t 2021-06-20 23:18:37.000000000 +0200
@@ -3,7 +3,7 @@
use strict;
use warnings;
-# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.021
+# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.028
use Test::More tests => 1;
@@ -68,7 +68,7 @@
);
# Add static prereqs to the included modules list
-my $static_prereqs = do 't/00-report-prereqs.dd';
+my $static_prereqs = do './t/00-report-prereqs.dd';
# Merge all prereqs (either with ::Prereqs or a hashref)
my $full_prereqs = _merge_prereqs(
@@ -78,12 +78,14 @@
# Add dynamic prereqs to the included modules list (if we can)
my ($source) = grep { -f } 'MYMETA.json', 'MYMETA.yml';
-if ( $source && $HAS_CPAN_META ) {
- if ( my $meta = eval { CPAN::Meta->load_file($source) } ) {
- $full_prereqs = _merge_prereqs($full_prereqs, $meta->prereqs);
- }
+my $cpan_meta_error;
+if ( $source && $HAS_CPAN_META
+ && (my $meta = eval { CPAN::Meta->load_file($source) } )
+) {
+ $full_prereqs = _merge_prereqs($full_prereqs, $meta->prereqs);
}
else {
+ $cpan_meta_error = $@; # capture error from CPAN::Meta->load_file($source)
$source = 'static metadata';
}
@@ -169,15 +171,23 @@
diag "\nVersions for all modules listed in $source (including optional ones):\n\n", @full_reports;
}
+if ( $cpan_meta_error || @dep_errors ) {
+ diag "\n*** WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING ***\n";
+}
+
+if ( $cpan_meta_error ) {
+ my ($orig_source) = grep { -f } 'MYMETA.json', 'MYMETA.yml';
+ diag "\nCPAN::Meta->load_file('$orig_source') failed with: $cpan_meta_error\n";
+}
+
if ( @dep_errors ) {
diag join("\n",
- "\n*** WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING ***\n",
- "The following REQUIRED prerequisites were not satisfied:\n",
+ "\nThe following REQUIRED prerequisites were not satisfied:\n",
@dep_errors,
"\n"
);
}
-pass;
+pass('Reported prereqs');
# vim: ts=4 sts=4 sw=4 et:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Config-INI-Reader-Ordered-0.020/xt/author/pod-syntax.t new/Config-INI-Reader-Ordered-0.021/xt/author/pod-syntax.t
--- old/Config-INI-Reader-Ordered-0.020/xt/author/pod-syntax.t 1970-01-01 01:00:00.000000000 +0100
+++ new/Config-INI-Reader-Ordered-0.021/xt/author/pod-syntax.t 2021-06-20 23:18:37.000000000 +0200
@@ -0,0 +1,7 @@
+#!perl
+# This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests.
+use strict; use warnings;
+use Test::More;
+use Test::Pod 1.41;
+
+all_pod_files_ok();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Config-INI-Reader-Ordered-0.020/xt/release/changes_has_content.t new/Config-INI-Reader-Ordered-0.021/xt/release/changes_has_content.t
--- old/Config-INI-Reader-Ordered-0.020/xt/release/changes_has_content.t 2015-05-27 16:34:21.000000000 +0200
+++ new/Config-INI-Reader-Ordered-0.021/xt/release/changes_has_content.t 2021-06-20 23:18:37.000000000 +0200
@@ -1,11 +1,10 @@
-#!perl
-
use Test::More tests => 2;
note 'Checking Changes';
my $changes_file = 'Changes';
-my $newver = '0.020';
+my $newver = '0.021';
my $trial_token = '-TRIAL';
+my $encoding = 'UTF-8';
SKIP: {
ok(-e $changes_file, "$changes_file file exists")
@@ -16,8 +15,6 @@
done_testing;
-# _get_changes copied and adapted from Dist::Zilla::Plugin::Git::Commit
-# by Jerome Quelin
sub _get_changes
{
my $newver = shift;
@@ -25,6 +22,10 @@
# parse changelog to find commit message
open(my $fh, '<', $changes_file) or die "cannot open $changes_file: $!";
my $changelog = join('', <$fh>);
+ if ($encoding) {
+ require Encode;
+ $changelog = Encode::decode($encoding, $changelog, Encode::FB_CROAK());
+ }
close $fh;
my @content =
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Config-INI-Reader-Ordered-0.020/xt/release/pod-syntax.t new/Config-INI-Reader-Ordered-0.021/xt/release/pod-syntax.t
--- old/Config-INI-Reader-Ordered-0.020/xt/release/pod-syntax.t 2015-05-27 16:34:21.000000000 +0200
+++ new/Config-INI-Reader-Ordered-0.021/xt/release/pod-syntax.t 1970-01-01 01:00:00.000000000 +0100
@@ -1,6 +0,0 @@
-#!perl
-# This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests.
-use Test::More;
-use Test::Pod 1.41;
-
-all_pod_files_ok();
++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#description: |-
# override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
# baz.patch: PATCH-FIX-OPENSUSE
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module
#skip_doc: regexp_to_skip_for_doc.*
#add_doc: files to add to docs
#misc: |-
#anything else to be added to spec file
#follows directly after %files section, so it can contain new blocks or also
#changes to %files section
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-CPAN-Perl-Releases for openSUSE:Factory checked in at 2021-06-29 22:43:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-CPAN-Perl-Releases (Old)
and /work/SRC/openSUSE:Factory/.perl-CPAN-Perl-Releases.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-CPAN-Perl-Releases"
Tue Jun 29 22:43:26 2021 rev:112 rq:903021 version:5.20210620
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-CPAN-Perl-Releases/perl-CPAN-Perl-Releases.changes 2021-06-02 22:11:50.876148503 +0200
+++ /work/SRC/openSUSE:Factory/.perl-CPAN-Perl-Releases.new.2625/perl-CPAN-Perl-Releases.changes 2021-06-29 22:44:04.962938810 +0200
@@ -1,0 +2,6 @@
+Mon Jun 21 03:06:05 UTC 2021 - Tina M��ller <timueller+perl(a)suse.de>
+
+- updated to 5.20210620
+ see /usr/share/doc/packages/perl-CPAN-Perl-Releases/Changes
+
+-------------------------------------------------------------------
Old:
----
CPAN-Perl-Releases-5.20210521.tar.gz
New:
----
CPAN-Perl-Releases-5.20210620.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-CPAN-Perl-Releases.spec ++++++
--- /var/tmp/diff_new_pack.qDyMr6/_old 2021-06-29 22:44:05.506939529 +0200
+++ /var/tmp/diff_new_pack.qDyMr6/_new 2021-06-29 22:44:05.510939534 +0200
@@ -18,7 +18,7 @@
%define cpan_name CPAN-Perl-Releases
Name: perl-CPAN-Perl-Releases
-Version: 5.20210521
+Version: 5.20210620
Release: 0
Summary: Mapping Perl releases on CPAN to the location of the tarballs
License: Artistic-1.0 OR GPL-1.0-or-later
++++++ CPAN-Perl-Releases-5.20210521.tar.gz -> CPAN-Perl-Releases-5.20210620.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CPAN-Perl-Releases-5.20210521/Changes new/CPAN-Perl-Releases-5.20210620/Changes
--- old/CPAN-Perl-Releases-5.20210521/Changes 2021-05-21 14:16:26.000000000 +0200
+++ new/CPAN-Perl-Releases-5.20210620/Changes 2021-06-20 14:57:18.000000000 +0200
@@ -1,8 +1,18 @@
==================================================
-Changes from 2016-05-22 00:00:00 +0000 to present.
+Changes from 2016-06-21 00:00:00 +0000 to present.
==================================================
-----------------------------------------------
+version 5.20210620 at 2021-06-20 11:21:22 +0000
+-----------------------------------------------
+
+ Change: 52e4d99fed80030d7264f41944a0448d8c2730fa
+ Author: Chris 'BinGOs' Williams <chris(a)bingosnet.co.uk>
+ Date : 2021-06-20 12:21:22 +0000
+
+ Updated for v5.35.1
+
+-----------------------------------------------
version 5.20210521 at 2021-05-21 12:15:39 +0000
-----------------------------------------------
@@ -1018,16 +1028,6 @@
Updated for v5.22.3-RC1 and v5.24.1-RC1
------------------------------------------
-version 2.80 at 2016-06-20 20:52:25 +0000
------------------------------------------
-
- Change: eb8b805edeb4683414b78f34eedb2f59d53e9a8c
- Author: Chris 'BinGOs' Williams <chris(a)bingosnet.co.uk>
- Date : 2016-06-20 21:52:25 +0000
-
- Updated for v5.25.2
-
==================================================
-Plus 137 releases after 2016-05-22 00:00:00 +0000.
+Plus 138 releases after 2016-06-21 00:00:00 +0000.
==================================================
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CPAN-Perl-Releases-5.20210521/META.json new/CPAN-Perl-Releases-5.20210620/META.json
--- old/CPAN-Perl-Releases-5.20210521/META.json 2021-05-21 14:16:26.000000000 +0200
+++ new/CPAN-Perl-Releases-5.20210620/META.json 2021-06-20 14:57:18.000000000 +0200
@@ -49,8 +49,8 @@
"web" : "https://github.com/bingos/cpan-perl-releases"
}
},
- "version" : "5.20210521",
- "x_generated_by_perl" : "v5.32.1",
+ "version" : "5.20210620",
+ "x_generated_by_perl" : "v5.34.0",
"x_serialization_backend" : "Cpanel::JSON::XS version 4.26",
"x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CPAN-Perl-Releases-5.20210521/META.yml new/CPAN-Perl-Releases-5.20210620/META.yml
--- old/CPAN-Perl-Releases-5.20210521/META.yml 2021-05-21 14:16:26.000000000 +0200
+++ new/CPAN-Perl-Releases-5.20210620/META.yml 2021-06-20 14:57:18.000000000 +0200
@@ -21,7 +21,7 @@
resources:
homepage: https://github.com/bingos/cpan-perl-releases
repository: https://github.com/bingos/cpan-perl-releases.git
-version: '5.20210521'
-x_generated_by_perl: v5.32.1
+version: '5.20210620'
+x_generated_by_perl: v5.34.0
x_serialization_backend: 'YAML::Tiny version 1.73'
x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CPAN-Perl-Releases-5.20210521/Makefile.PL new/CPAN-Perl-Releases-5.20210620/Makefile.PL
--- old/CPAN-Perl-Releases-5.20210521/Makefile.PL 2021-05-21 14:16:26.000000000 +0200
+++ new/CPAN-Perl-Releases-5.20210620/Makefile.PL 2021-06-20 14:57:18.000000000 +0200
@@ -23,7 +23,7 @@
"IPC::Open3" => 0,
"Test::More" => "0.47"
},
- "VERSION" => "5.20210521",
+ "VERSION" => "5.20210620",
"test" => {
"TESTS" => "t/*.t"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CPAN-Perl-Releases-5.20210521/README new/CPAN-Perl-Releases-5.20210620/README
--- old/CPAN-Perl-Releases-5.20210521/README 2021-05-21 14:16:26.000000000 +0200
+++ new/CPAN-Perl-Releases-5.20210620/README 2021-06-20 14:57:18.000000000 +0200
@@ -5,7 +5,7 @@
VERSION
- version 5.20210521
+ version 5.20210620
SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CPAN-Perl-Releases-5.20210521/dist.ini new/CPAN-Perl-Releases-5.20210620/dist.ini
--- old/CPAN-Perl-Releases-5.20210521/dist.ini 2021-05-21 14:16:26.000000000 +0200
+++ new/CPAN-Perl-Releases-5.20210620/dist.ini 2021-06-20 14:57:18.000000000 +0200
@@ -1,5 +1,5 @@
name = CPAN-Perl-Releases
-version = 5.20210521
+version = 5.20210620
author = Chris Williams <chris(a)bingosnet.co.uk>
license = Perl_5
copyright_holder = Chris Williams
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CPAN-Perl-Releases-5.20210521/lib/CPAN/Perl/Releases.pm new/CPAN-Perl-Releases-5.20210620/lib/CPAN/Perl/Releases.pm
--- old/CPAN-Perl-Releases-5.20210521/lib/CPAN/Perl/Releases.pm 2021-05-21 14:16:26.000000000 +0200
+++ new/CPAN-Perl-Releases-5.20210620/lib/CPAN/Perl/Releases.pm 2021-06-20 14:57:18.000000000 +0200
@@ -1,5 +1,5 @@
package CPAN::Perl::Releases;
-$CPAN::Perl::Releases::VERSION = '5.20210521';
+$CPAN::Perl::Releases::VERSION = '5.20210620';
#ABSTRACT: Mapping Perl releases on CPAN to the location of the tarballs
use strict;
@@ -279,6 +279,7 @@
"5.34.0-RC2" => { id => 'XSAWYERX' },
"5.34.0" => { id => 'XSAWYERX' },
"5.35.0" => { id => 'RJBS' },
+"5.35.1" => { id => 'CORION' },
};
sub perl_tarballs {
@@ -347,7 +348,7 @@
=head1 VERSION
-version 5.20210521
+version 5.20210620
=head1 SYNOPSIS
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-MooseX-SetOnce for openSUSE:Factory checked in at 2021-06-29 22:43:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-MooseX-SetOnce (Old)
and /work/SRC/openSUSE:Factory/.perl-MooseX-SetOnce.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-MooseX-SetOnce"
Tue Jun 29 22:43:25 2021 rev:7 rq:903018 version:0.201
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-MooseX-SetOnce/perl-MooseX-SetOnce.changes 2015-04-15 16:23:32.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-MooseX-SetOnce.new.2625/perl-MooseX-SetOnce.changes 2021-06-29 22:44:03.534936926 +0200
@@ -1,0 +2,9 @@
+Sat Jun 19 03:08:42 UTC 2021 - Tina M��ller <timueller+perl(a)suse.de>
+
+- updated to 0.201
+ see /usr/share/doc/packages/perl-MooseX-SetOnce/Changes
+
+ 0.201 2021-06-18 20:54:02-04:00 America/New_York
+ update author email contact info
+
+-------------------------------------------------------------------
Old:
----
MooseX-SetOnce-0.200002.tar.gz
New:
----
MooseX-SetOnce-0.201.tar.gz
cpanspec.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-MooseX-SetOnce.spec ++++++
--- /var/tmp/diff_new_pack.wiB5Ny/_old 2021-06-29 22:44:04.006937549 +0200
+++ /var/tmp/diff_new_pack.wiB5Ny/_new 2021-06-29 22:44:04.010937554 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-MooseX-SetOnce
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,23 +12,23 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
+%define cpan_name MooseX-SetOnce
Name: perl-MooseX-SetOnce
-Version: 0.200002
+Version: 0.201
Release: 0
-%define cpan_name MooseX-SetOnce
-Summary: write-once, read-many attributes for Moose
-License: Artistic-1.0 or GPL-1.0+
-Group: Development/Libraries/Perl
-Url: http://search.cpan.org/dist/MooseX-SetOnce/
-Source: http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
+Summary: Write-once, read-many attributes for Moose
+License: Artistic-1.0 OR GPL-1.0-or-later
+URL: https://metacpan.org/release/%{cpan_name}
+Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.…
+Source1: cpanspec.yml
BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
+BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78
BuildRequires: perl(Moose)
BuildRequires: perl(Moose::Role) >= 0.90
BuildRequires: perl(Test::Fatal)
@@ -49,14 +49,14 @@
again.
%prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup -n %{cpan_name}-%{version}
%build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+%make_build
%check
-%{__make} test
+make test
%install
%perl_make_install
@@ -64,7 +64,7 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc Changes README
+%license LICENSE
%changelog
++++++ MooseX-SetOnce-0.200002.tar.gz -> MooseX-SetOnce-0.201.tar.gz ++++++
++++ 1885 lines of diff (skipped)
++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#description: |-
# override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
# baz.patch: PATCH-FIX-OPENSUSE
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module
#skip_doc: regexp_to_skip_for_doc.*
#add_doc: files to add to docs
#misc: |-
#anything else to be added to spec file
#follows directly after %files section, so it can contain new blocks or also
#changes to %files section
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-App-Cmd for openSUSE:Factory checked in at 2021-06-29 22:43:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-App-Cmd (Old)
and /work/SRC/openSUSE:Factory/.perl-App-Cmd.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-App-Cmd"
Tue Jun 29 22:43:26 2021 rev:18 rq:903019 version:0.334
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-App-Cmd/perl-App-Cmd.changes 2021-03-18 22:54:43.543516910 +0100
+++ /work/SRC/openSUSE:Factory/.perl-App-Cmd.new.2625/perl-App-Cmd.changes 2021-06-29 22:44:04.234937850 +0200
@@ -1,0 +2,10 @@
+Sun Jun 20 03:06:01 UTC 2021 - Tina M��ller <timueller+perl(a)suse.de>
+
+- updated to 0.334
+ see /usr/share/doc/packages/perl-App-Cmd/Changes
+
+ 0.334 2021-06-18 22:14:14-04:00 America/New_York
+ - add a perl-support block to docs
+ - update author contact info
+
+-------------------------------------------------------------------
Old:
----
App-Cmd-0.333.tar.gz
New:
----
App-Cmd-0.334.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-App-Cmd.spec ++++++
--- /var/tmp/diff_new_pack.JtCRRm/_old 2021-06-29 22:44:04.690938452 +0200
+++ /var/tmp/diff_new_pack.JtCRRm/_new 2021-06-29 22:44:04.694938457 +0200
@@ -18,7 +18,7 @@
%define cpan_name App-Cmd
Name: perl-App-Cmd
-Version: 0.333
+Version: 0.334
Release: 0
Summary: Write command line apps with less suffering
License: Artistic-1.0 OR GPL-1.0-or-later
@@ -31,6 +31,7 @@
BuildRequires: perl(Capture::Tiny) >= 0.13
BuildRequires: perl(Class::Load) >= 0.06
BuildRequires: perl(Data::OptList)
+BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78
BuildRequires: perl(Getopt::Long) >= 2.39
BuildRequires: perl(Getopt::Long::Descriptive) >= 0.084
BuildRequires: perl(IO::TieCombine)
++++++ App-Cmd-0.333.tar.gz -> App-Cmd-0.334.tar.gz ++++++
++++ 1657 lines of diff (skipped)
1
0