[libtime-moment-perl] 01/04: Merge tag 'upstream/0.41'

2016-12-19 Thread Angel Abad
This is an automated email from the git hooks/post-receive script.

angel pushed a commit to branch master
in repository libtime-moment-perl.

commit eb3aa2c94f7b47372edac876cf81d478d5f2b243
Merge: 5c5d911 5617889
Author: Angel Abad 
Date:   Mon Dec 19 19:38:50 2016 +0100

Merge tag 'upstream/0.41'

Upstream version 0.41

# gpg: Firmado el lun 19 dic 2016 19:38:47 CET
# gpg:usando RSA clave 
4A0897191621CCF7FBEEF752A6D58816010A1096
# gpg:issuer "angela...@gmail.com"
# gpg: Firma correcta de "Angel Abad " [desconocido]
# gpg: alias "Angel Abad " [desconocido]
# gpg: alias "Angel Abad " 
[desconocido]
# gpg: ATENCIÓN: ¡Esta clave no está certificada por una firma de confianza!
# gpg:   No hay indicios de que la firma pertenezca al propietario.
# Huellas dactilares de la clave primaria: 4A08 9719 1621 CCF7 FBEE  F752 
A6D5 8816 010A 1096

 .travis.yml   |  3 +++
 Changes   |  8 
 META.yml  |  2 +-
 README| 10 ++
 eg/clocks.pl  |  6 +++---
 lib/Time/Moment.pm|  2 +-
 lib/Time/Moment.pod   | 14 +-
 lib/Time/Moment/Adjusters.pm  |  6 +++---
 lib/Time/Moment/Adjusters.pod | 15 +++
 9 files changed, 49 insertions(+), 17 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtime-moment-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

[libtime-moment-perl] branch pristine-tar updated (bfa8a8e -> 08020b0)

2016-12-19 Thread Angel Abad
This is an automated email from the git hooks/post-receive script.

angel pushed a change to branch pristine-tar
in repository libtime-moment-perl.

  from  bfa8a8e   pristine-tar data for libtime-moment-perl_0.40.orig.tar.gz
   new  08020b0   pristine-tar data for libtime-moment-perl_0.41.orig.tar.gz

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 libtime-moment-perl_0.41.orig.tar.gz.delta | Bin 0 -> 4471 bytes
 libtime-moment-perl_0.41.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libtime-moment-perl_0.41.orig.tar.gz.delta
 create mode 100644 libtime-moment-perl_0.41.orig.tar.gz.id

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtime-moment-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libtime-moment-perl] branch master updated (5c5d911 -> fd5e70b)

2016-12-19 Thread Angel Abad
This is an automated email from the git hooks/post-receive script.

angel pushed a change to branch master
in repository libtime-moment-perl.

  from  5c5d911   Releasing package libtime-moment-perl version 0.40-1
  adds  bf529fe   Initial import
  adds  f065af3   Fixed formatting of fractional seconds
  adds  faf3dc4   Increase buffer allocation in strftime
  adds  44b48c6   Documented this is an early preview release
  adds  746e6fb   added Module::Install::ReadmeFromPod
  adds  0b5821f   Added Changes
  adds  56ead87   Implement Time::Moment->now in XS/C on systems that 
provides gettimeofday(2)
  adds  9b90343   Added Time::Piece to benchmark
  adds  7d899ce   Added sizeof.pl which compares memory usage
  adds  21d0d83   Sort clocks using offset instead of local date and time
  adds  bc14e78   Implemented from_string in C
  adds  70fea8d   Implemented from_string in C
  adds  e1c0a5a   added sizeof localtime() for comparison
  adds  b459e95   use offset instead of local_rd_as_seconds to compute diff
  adds  67682f6   Updated Changes
  adds  86c9755   Bumped version
  adds  d45d7f5   Rename variable 'sun' to 'sunday' to prevent conflict on 
Solaris (leont++)
  adds  fd72244   Bumped version
  adds  accecff   Updated Changes
  adds  d99b27f   Implemented support for parsing of any ISO 8601 date and 
time of day
  adds  a6d9893   Added a few tests
  adds  8d78de3   Added DateTime::Format::ISO8601 to benchmark
  adds  fb1de34   Added localtime() and POSIX::strftime() to benchmark
  adds  564273e   Added accessor for week of the year
  adds  0f7b5c6   Bumped version
  adds  734c6c4   Updated Changes
  adds  d4179b5   Added moment_week() to header file
  adds  fefb820   Added Travis config
  adds  eb00689   renamed pow10 variable to prevent symbol clashes
  adds  c3eea60   Bumped version
  adds  4a393e8   Updated Changes
  adds  96c4df5   test the ->week accessor
  adds  13bd333   minor refactor of parsing function
  adds  ad54840   added ->week accessor to synopsis
  adds  8c76bc9   Reject negative zero time-zone offsets: -00, - and 
-00:00
  adds  3ce609e   Added support for parsing of 24:00 midnight
  adds  8996769   Implemented support for %s conversion specifier
  adds  cfb090a   added more conversion specifiers to tests
  adds  4cb659c   consistent validdation messages
  adds  4cd1189   minor refactor
  adds  bbde7cc   prefer %f over %N
  adds  e566f6e   started to document strftime conversion specifiers
  adds  74d9c6f   correct typo, Time::Moment->now is ~ 70% fater than 
localtime() not 700%
  adds  9c7fe1d   Reformatted Changes to please metacpan
  adds  7b37147   removed coercion between Time::Moment to Time::Piece as 
Time::Piece can only represent local or utc time
  adds  7440239   Added more docs
  adds  1830a69   Corrcted method docs
  adds  b030067   corrected offset accessor
  adds  6f79ac8   Bumped version
  adds  748d481   Updated Changes
  adds  337c77f   More documentation
  adds  0d20bd4   Preserve the SvUTF8 flag in the resulting strftime string
  adds  b2216d0   Implemented ->to_string method
  adds  01f38f9   Only output fractional seconds if non-zero
  adds  8c5b9c9   Documented more methods
  adds  576f4a5   use die() instead of croak() when reporting eval error
  adds  a145c0a   Bumped version
  adds  15e5d93   Updated Changes
  adds  61d733d   Increased the supported resolution from microseconds to 
nano seconds
  adds  2c33b39   Implemented ->with_nanosecond()
  adds  661247d   Changed and documented the behavior of the %f
  adds  76b91e6   Overhauled strftime() conversion specifications IEEE Std 
1003.1 Extension conversion specifications is now documented as such.
  adds  da29dce   Add comment to p conversion specification
  adds  b27728d   add .gitignore
  adds  ab0cf47   (utc|local)_rd_values()
  adds  ff8f235   Added the year to the %c conversion specification
  adds  b072196   Add MANIFEST.SKIP
  adds  cfe1c8c   Bumped version
  adds  a8a2510   Updated Changes
  adds  86728c8   Corrected indentation
  adds  af51939   Document that the %s conversion specification is an 
extension
  adds  e2d5615   use the expanded conversion specifications in %x and %X
  adds  3a5cc60   add a comment to the %s format specifier
  adds  ded28db   Documented ->from_object
  adds  5e6f181   Documented the API/Scheme for coercion
  adds  51fe29e   renamed variable names in function declarations to match 
source
  adds  5959bcf   remove unnecessary parentheses
  adds  140d035   Documented overloaded operators
  adds  6394d10   Moved constructors to it's own section
  adds  04305bf   Added more messages to DIAGNOSTICS
  adds  5624f2b   doc tweaks
  adds  499badc   

[libtime-moment-perl] annotated tag debian/0.41-1 created (now a2dbf50)

2016-12-19 Thread Angel Abad
This is an automated email from the git hooks/post-receive script.

angel pushed a change to annotated tag debian/0.41-1
in repository libtime-moment-perl.

at  a2dbf50   (tag)
   tagging  fd5e70b8945b6ff24bba1a4bd241d6051c90996e (commit)
  replaces  upstream/0.41
 tagged by  Angel Abad
on  Mon Dec 19 19:43:50 2016 +0100

- Log -
libtime-moment-perl Debian release 0.41-1
-BEGIN PGP SIGNATURE-

iQJIBAABCAAyFiEESgiXGRYhzPf77vdSptWIFgEKEJYFAlhYKmYUHGFuZ2VsYWJh
ZEBnbWFpbC5jb20ACgkQptWIFgEKEJYStBAAxhOPjmcz3cNlmXxj9GLoGsWuFiAq
VHVibauIDg0I7XZ+nMCv7pbKIGq8OvWeL+FF70SvzsxzBSSiSjY48zKLSdrwzStW
6ymYsSZ17DJih97pJE9ccQMRSBBF6oik7GhEXUCatoALx1U8qzvyC5ThWZOFT7pc
nh5rzDsZBDylk9cNagRvfcT0cori+82Y0Qvm57dSZyNHuOoEtltYwfjarIhq+H+w
V+BMrZyGP0FOPYhngpH4/WUArFZ/rf7jqZfQZTZ+zE7D34jdf7kg0+C/SN8LAv+V
qN22b30MOc6+oxwg81Ratk0qc0L5HnJ0cTKgQ8gaxP7up2zAdsggJZ4XoPHILY1q
EJEcxICkkxw2c2wYAsbJlvwr4vRqU+LFWCn/hHeoQzkY8u22agbz2VoFbtOLLlKF
lMxlhrddRo5wR+zF3G/KuQUmaRz7fCivNMkYj1iPCkYWJyfui9+FKlE0tWaZzV2B
6PDSXg/JiKIxvVxEAO/7W5QogQxH/7sPN92k8+U+r+rTwnGMq08N9SAkcY9jNRWw
R90xCU4/KCjcGHxsEHXgioAVMVqY8k1CLtgeQ2jDm9lQGJh4NWkLwwtwH9YevJH7
RAnxmp/qOEMWDqTffE7shIvnFKUsIOcNAIB3wCX2N0bJK/vJXJS3cg1usHcNv/sK
Q1TpWzbfyWGJQPQ=
=m5MZ
-END PGP SIGNATURE-

Angel Abad (4):
  Merge tag 'upstream/0.41'
  Update debian/changelog
  debian/copyright: Update years.
  Update changelog

Nick Morrott (21):
  Initial packaging by dh-make-perl 0.84
  d/copyright
  d/u/metadata
  d/control
  d/rules
  d/changelog
  d/copyright
  d/control
  d/libtime-moment-perl.lintian-overrides
  d/changelog
  d/control
  Revert "d/libtime-moment-perl.lintian-overrides"
  Revert "d/rules"
  d/changelog
  Merge tag 'upstream/0.40'
  debian/control: Declare compliance with Debian policy 3.9.8
  debian/rules: enable hardening=+bindnow
  debian/upstream/metadata: refresh metadata
  Releasing package libtime-moment-perl version 0.40-1
  debian/copyright: update years for ppport.h and src/*
  Releasing package libtime-moment-perl version 0.40-1

gregor herrmann (3):
  back to UNRELEASED, TODO added to d/changelog
  debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  update changelog

---

This annotated tag includes the following new commits:

   new  eb3aa2c   Merge tag 'upstream/0.41'
   new  0ad1d7d   Update debian/changelog
   new  543e181   debian/copyright: Update years.
   new  fd5e70b   Update changelog

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtime-moment-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libtime-moment-perl] annotated tag upstream/0.41 created (now 867f45d)

2016-12-19 Thread Angel Abad
This is an automated email from the git hooks/post-receive script.

angel pushed a change to annotated tag upstream/0.41
in repository libtime-moment-perl.

at  867f45d   (tag)
   tagging  561788941c135fabdf9be42a38f8d0d3bd0c3e71 (commit)
  replaces  upstream/0.40
 tagged by  Angel Abad
on  Mon Dec 19 19:38:47 2016 +0100

- Log -
Upstream version 0.41
-BEGIN PGP SIGNATURE-

iQJIBAABCAAyFiEESgiXGRYhzPf77vdSptWIFgEKEJYFAlhYKTcUHGFuZ2VsYWJh
ZEBnbWFpbC5jb20ACgkQptWIFgEKEJZZWg//TJF6dFSoJ67iGymQNjcu2utmAZnQ
imZ19i+zau0t9+/ftupEf9EDiVjocNBUgpoUdireKqgommkolcmJu4T8TAduESnP
JHWuBVFw2YWy8W+kTTOnBS/w9ewzg1Xby53WzTRVVjT0O6xqnckehYWSC49jQHo+
r5OVeEcktPyRorHauNCwgmijFpcmA8ElAXthPPfr8WzwjVgffpz6BCXyiFc4rr88
ND+wbrNOUO8ryulFB08ghB4zpjeVzlOntEpRbpfvRgifhJK3UfxkSC6sIYBVMKWc
DDmxUzNO4IIMBxsCbMVCM93L4TpDukcGOf+Fqn7Klw65GHW6Kn+fpR7M10snEfmi
21l/B/CF27NbfPZR2M9QE+I8+O0ry/waS0uyGBLGXS7Olr6g4gMsu+R2Kml5qh/J
WuonmQF/3yL7bRY3c5who/gCZKpUQsILWYNfsTr4HW+qbPNl7a4Ldh9Wr1BgQ77Z
iGgnZ0ykIuxih/WY4Jvf+nrfJXoxm9+DjRLI47QL1JwKueaw7sccIH2MBfgsZrjm
4rzcRrLEe1xfG230nN6pNy8xnI5sqa3tiZThHMVVGRH1vMc+xXJnC8/+o5ALCQcD
bmwyYnKbI9ApkXKZJhnuR7lZTt+GS4neQRrwrcM7xOinLGIho0awCyEBM8RESWHY
FjyRIFdbxPAtV4E=
=RrLq
-END PGP SIGNATURE-

Angel Abad (1):
  New upstream version 0.41

Christian Hansen (2):
  Added Time Zone example
  Merge pull request #17 from spansh/bug_as_string

Gareth Harper (1):
  fixed test so it stringifies both sides

chansen (414):
  Initial import
  Fixed formatting of fractional seconds
  Increase buffer allocation in strftime
  Documented this is an early preview release
  added Module::Install::ReadmeFromPod
  Added Changes
  Implement Time::Moment->now in XS/C on systems that provides 
gettimeofday(2)
  Added Time::Piece to benchmark
  Added sizeof.pl which compares memory usage
  Sort clocks using offset instead of local date and time
  Implemented from_string in C
  Implemented from_string in C
  added sizeof localtime() for comparison
  use offset instead of local_rd_as_seconds to compute diff
  Updated Changes
  Bumped version
  Rename variable 'sun' to 'sunday' to prevent conflict on Solaris (leont++)
  Bumped version
  Updated Changes
  Implemented support for parsing of any ISO 8601 date and time of day
  Added a few tests
  Added DateTime::Format::ISO8601 to benchmark
  Added localtime() and POSIX::strftime() to benchmark
  Added accessor for week of the year
  Bumped version
  Updated Changes
  Added moment_week() to header file
  Added Travis config
  renamed pow10 variable to prevent symbol clashes
  Bumped version
  Updated Changes
  test the ->week accessor
  minor refactor of parsing function
  added ->week accessor to synopsis
  Reject negative zero time-zone offsets: -00, - and -00:00
  Added support for parsing of 24:00 midnight
  Implemented support for %s conversion specifier
  added more conversion specifiers to tests
  consistent validdation messages
  minor refactor
  prefer %f over %N
  started to document strftime conversion specifiers
  correct typo, Time::Moment->now is ~ 70% fater than localtime() not 700%
  Reformatted Changes to please metacpan
  removed coercion between Time::Moment to Time::Piece as Time::Piece can 
only represent local or utc time
  Added more docs
  Corrcted method docs
  corrected offset accessor
  Bumped version
  Updated Changes
  More documentation
  Preserve the SvUTF8 flag in the resulting strftime string
  Implemented ->to_string method
  Only output fractional seconds if non-zero
  Documented more methods
  use die() instead of croak() when reporting eval error
  Bumped version
  Updated Changes
  Increased the supported resolution from microseconds to nano seconds
  Implemented ->with_nanosecond()
  Changed and documented the behavior of the %f
  Overhauled strftime() conversion specifications IEEE Std 1003.1
  Add comment to p conversion specification
  add .gitignore
  (utc|local)_rd_values()
  Added the year to the %c conversion specification
  Add MANIFEST.SKIP
  Bumped version
  Updated Changes
  Corrected indentation
  Document that the %s conversion specification is an extension
  use the expanded conversion specifications in %x and %X
  add a comment to the %s format specifier
  Documented ->from_object
  Documented the API/Scheme for coercion
  renamed variable names in function declarations to match source
  remove unnecessary parentheses
  Documented overloaded operators
  Moved constructors to it's own section
  Added more messages to DIAGNOSTICS
  doc tweaks
  Document the %G conversion specifier
  Changed the %f 

[libtime-moment-perl] 01/01: pristine-tar data for libtime-moment-perl_0.41.orig.tar.gz

2016-12-19 Thread Angel Abad
This is an automated email from the git hooks/post-receive script.

angel pushed a commit to branch pristine-tar
in repository libtime-moment-perl.

commit 08020b0bb1d97560e6708a3d16c9171a1ffde8c1
Author: Angel Abad 
Date:   Mon Dec 19 19:38:47 2016 +0100

pristine-tar data for libtime-moment-perl_0.41.orig.tar.gz
---
 libtime-moment-perl_0.41.orig.tar.gz.delta | Bin 0 -> 4471 bytes
 libtime-moment-perl_0.41.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libtime-moment-perl_0.41.orig.tar.gz.delta 
b/libtime-moment-perl_0.41.orig.tar.gz.delta
new file mode 100644
index 000..09583e7
Binary files /dev/null and b/libtime-moment-perl_0.41.orig.tar.gz.delta differ
diff --git a/libtime-moment-perl_0.41.orig.tar.gz.id 
b/libtime-moment-perl_0.41.orig.tar.gz.id
new file mode 100644
index 000..e8a000a
--- /dev/null
+++ b/libtime-moment-perl_0.41.orig.tar.gz.id
@@ -0,0 +1 @@
+d9d2e1df3f98accb653d64be6c19879421bcc661

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtime-moment-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libtime-moment-perl] 02/04: Update debian/changelog

2016-12-19 Thread Angel Abad
This is an automated email from the git hooks/post-receive script.

angel pushed a commit to branch master
in repository libtime-moment-perl.

commit 0ad1d7d170ea06fe0fd6b69e90fdb1344368cb7b
Author: Angel Abad 
Date:   Mon Dec 19 19:38:50 2016 +0100

Update debian/changelog

Gbp-Dch: Ignore
---
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 060ae9c..13dfcd8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libtime-moment-perl (0.41-1) UNRELEASED; urgency=medium
+
+  * Import upstream version 0.41
+
+ -- Angel Abad   Mon, 19 Dec 2016 19:38:50 +0100
+
 libtime-moment-perl (0.40-1) unstable; urgency=medium
 
   [ gregor herrmann ]

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtime-moment-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libtime-moment-perl] 03/04: debian/copyright: Update years.

2016-12-19 Thread Angel Abad
This is an automated email from the git hooks/post-receive script.

angel pushed a commit to branch master
in repository libtime-moment-perl.

commit 543e1814c61f7c7d01fb66bcb10ae6b40c7e0aa2
Author: Angel Abad 
Date:   Mon Dec 19 19:41:40 2016 +0100

debian/copyright: Update years.
---
 debian/copyright | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/copyright b/debian/copyright
index 3244769..125b637 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -9,6 +9,7 @@ License: Artistic or GPL-1+
 
 Files: debian/*
 Copyright: 2016, Nick Morrott 
+ 2016, Angel Abad 
 License: Artistic or GPL-1+
 
 Files: inc/Module/*

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtime-moment-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libtime-moment-perl] 04/04: Update changelog

2016-12-19 Thread Angel Abad
This is an automated email from the git hooks/post-receive script.

angel pushed a commit to branch master
in repository libtime-moment-perl.

commit fd5e70b8945b6ff24bba1a4bd241d6051c90996e
Author: Angel Abad 
Date:   Mon Dec 19 19:43:40 2016 +0100

Update changelog

Gbp-Dch: Ignore
---
 debian/changelog | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 13dfcd8..02d04d5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
-libtime-moment-perl (0.41-1) UNRELEASED; urgency=medium
+libtime-moment-perl (0.41-1) unstable; urgency=medium
 
+  * Team upload.
   * Import upstream version 0.41
+  * debian/copyright: Update years.
 
- -- Angel Abad   Mon, 19 Dec 2016 19:38:50 +0100
+ -- Angel Abad   Mon, 19 Dec 2016 19:42:23 +0100
 
 libtime-moment-perl (0.40-1) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtime-moment-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits