Skip to content

Commit

Permalink
Release 0.04
Browse files Browse the repository at this point in the history
  • Loading branch information
jelu committed Jan 21, 2019
1 parent fbde6ef commit 3e8269a
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 22 deletions.
12 changes: 12 additions & 0 deletions Changes
@@ -1,5 +1,17 @@
Revision history for App::DSC::DataTool

0.04 2019-01-21
Release 0.04

Package dependency fix and update of example Grafana dashboards.

d3babc9 Copyright years
9955c88 Travis Perl versions
134a8b3 Debian dependency
2d2114d Fix #23: Rework Grafana dashboards to hopefully show more
correct numbers and also split them up.
9bca0d3 Prepare SPEC for OSB/COPR

0.03 2016-12-16
Release 0.03

Expand Down
15 changes: 15 additions & 0 deletions debian/changelog
@@ -1,3 +1,18 @@
dsc-datatool (0.04-1~unstable+1) unstable; urgency=low

* Release 0.04

Package dependency fix and update of example Grafana dashboards.

d3babc9 Copyright years
9955c88 Travis Perl versions
134a8b3 Debian dependency
2d2114d Fix #23: Rework Grafana dashboards to hopefully show more
correct numbers and also split them up.
9bca0d3 Prepare SPEC for OSB/COPR

-- Jerry Lundström <lundstrom.jerry@gmail.com> Mon, 21 Jan 2019 11:27:43 +0100

dsc-datatool (0.03-1~unstable+1) unstable; urgency=low

* Release 0.03
Expand Down
14 changes: 8 additions & 6 deletions debian/control
Expand Up @@ -2,25 +2,27 @@ Source: dsc-datatool
Section: perl
Priority: optional
Maintainer: Jerry Lundström <lundstrom.jerry@gmail.com>
Build-Depends: debhelper (>= 8.0.0), libmodule-find-perl,
libxml-libxml-simple-perl, libyaml-tiny-perl, libcommon-sense-perl
Build-Depends: debhelper (>= 8.0.0), libtest-checkmanifest-perl,
libcommon-sense-perl, libxml-libxml-simple-perl, libyaml-tiny-perl,
libmodule-find-perl, libnetaddr-ip-perl, libip-country-perl
Standards-Version: 3.9.4
Homepage: https://www.dns-oarc.net/oarc/data/dsc
Vcs-Git: https://github.com/DNS-OARC/dsc-datatool.git
Vcs-Browser: https://github.com/DNS-OARC/dsc-datatool

Package: dsc-datatool
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libyaml-tiny-perl,
libdsc-datatool-perl
Depends: ${perl:Depends}, ${misc:Depends}, libcommon-sense-perl,
libyaml-tiny-perl, libdsc-datatool-perl
Suggests: dsc
Description: Export DSC data to other formats and/or databases
Tool for converting, exporting, merging and transforming DSC data.

Package: libdsc-datatool-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libmodule-find-perl,
libxml-libxml-simple-perl, libcommon-sense-perl
Depends: ${perl:Depends}, ${misc:Depends}, libcommon-sense-perl,
libxml-libxml-simple-perl, libyaml-tiny-perl, libmodule-find-perl,
libnetaddr-ip-perl, libip-country-perl
Recommends: dsc-datatool
Description: Perl library for dsc-datatool
Perl library for dsc-datatool; A tool for converting, exporting, merging
Expand Down
4 changes: 2 additions & 2 deletions lib/App/DSC/DataTool.pm
Expand Up @@ -10,11 +10,11 @@ App::DSC::DataTool - Export DSC data to other formats and/or databases
=head1 VERSION
Version 0.03
Version 0.04
=cut

our $VERSION = '0.03';
our $VERSION = '0.04';

=head1 SYNOPSIS
Expand Down
36 changes: 22 additions & 14 deletions rpm/dsc-datatool.spec
@@ -1,5 +1,5 @@
Name: dsc-datatool
Version: 0.03
Version: 0.04
Release: 1%{?dist}
Summary: Export DSC data to other formats and/or databases
Group: Productivity/Networking/DNS/Utilities
Expand Down Expand Up @@ -28,7 +28,6 @@ BuildRequires: perl(Module::Find)
BuildRequires: perl(NetAddr::IP)
BuildRequires: perl(IP::Authority)
BuildRequires: perl(IP::Country::Fast)
%{perl_requires}

Provides: perl(App::DSC::DataTool)

Expand Down Expand Up @@ -62,19 +61,28 @@ rm -rf $RPM_BUILD_ROOT


%changelog
* Mon Jan 21 2019 Jerry Lundström <lundstrom.jerry@gmail.com> 0.04-1
- Release 0.04
* Package dependency fix and update of example Grafana dashboards.
* Commits:
d3babc9 Copyright years
9955c88 Travis Perl versions
134a8b3 Debian dependency
2d2114d Fix #23: Rework Grafana dashboards to hopefully show more
correct numbers and also split them up.
9bca0d3 Prepare SPEC for OSB/COPR
* Fri Dec 16 2016 Jerry Lundström <lundstrom.jerry@gmail.com> 0.03-1
- Release 0.03

Support processing of 25 of the 37 DAT files that the Extractor
can produce, the others can not be converted into time series data
since they lack timestamps. Processing of XML is the recommended
approach to secure all information.

72e829c Implement processing of DAT directories
45294d0 RPM spec
4e8ff69 Fix 5.24 forbidden keys usage
7589ad2 Use perl 5.24 also
cfac110 Fix #16: Handle directories in --xml and warn that --dat is
not implemented yet
* Support processing of 25 of the 37 DAT files that the Extractor
can produce, the others can not be converted into time series data
since they lack timestamps. Processing of XML is the recommended
approach to secure all information.
* Commits:
72e829c Implement processing of DAT directories
45294d0 RPM spec
4e8ff69 Fix 5.24 forbidden keys usage
7589ad2 Use perl 5.24 also
cfac110 Fix #16: Handle directories in --xml and warn that --dat is
not implemented yet
* Thu Dec 15 2016 Jerry Lundström <lundstrom.jerry@gmail.com> 0.02-1
- Initial package

0 comments on commit 3e8269a

Please sign in to comment.