Hello community,

here is the log from the commit of package dub for openSUSE:Factory checked in 
at 2018-05-13 16:05:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dub (Old)
 and      /work/SRC/openSUSE:Factory/.dub.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dub"

Sun May 13 16:05:00 2018 rev:9 rq:605187 version:1.9.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/dub/dub.changes  2018-04-17 11:19:07.565887094 
+0200
+++ /work/SRC/openSUSE:Factory/.dub.new/dub.changes     2018-05-13 
16:05:02.394386937 +0200
@@ -1,0 +2,7 @@
+Mon May  7 21:55:40 UTC 2018 - [email protected]
+
+- Update to 1.9.0
+  * No changelog was made available.
+- Rename LICENCE.txt to LICENCE
+
+-------------------------------------------------------------------

Old:
----
  dub-1.8.1.tar.gz

New:
----
  dub-1.9.0.tar.gz

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

Other differences:
------------------
++++++ dub.spec ++++++
--- /var/tmp/diff_new_pack.LujLSs/_old  2018-05-13 16:05:02.958366362 +0200
+++ /var/tmp/diff_new_pack.LujLSs/_new  2018-05-13 16:05:02.962366216 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           dub
-Version:        1.8.1
+Version:        1.9.0
 Release:        0
 Summary:        Package manager and meta build tool for the D programming 
language
 License:        MIT
@@ -56,7 +56,7 @@
 
 %files
 %doc CHANGELOG.md README.md
-%license LICENSE.txt
+%license LICENSE
 %{_bindir}/%{name}
 
 %changelog

++++++ dub-1.8.1.tar.gz -> dub-1.9.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dub-1.8.1/.travis.yml new/dub-1.9.0/.travis.yml
--- old/dub-1.8.1/.travis.yml   2018-04-14 18:12:05.000000000 +0200
+++ new/dub-1.9.0/.travis.yml   2018-05-01 15:43:29.000000000 +0200
@@ -7,6 +7,12 @@
     packages:
       - libevent-dev
 
+before_install:
+  # Use the dub-updating fork of the installer script until 
https://github.com/dlang/installer/pull/301 is merged
+  - wget 
https://raw.githubusercontent.com/wilzbach/installer-dub/master/script/install.sh
 -O ~/dlang/install.dub.sh
+  - . $(bash ~/dlang/install.dub.sh -a dub)
+  - dub --version
+
 script:
   - ./travis-ci.sh
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dub-1.8.1/CHANGELOG.md new/dub-1.9.0/CHANGELOG.md
--- old/dub-1.8.1/CHANGELOG.md  2018-04-14 18:12:05.000000000 +0200
+++ new/dub-1.9.0/CHANGELOG.md  2018-05-01 15:43:29.000000000 +0200
@@ -1,6 +1,9 @@
 Changelog
 =========
 
+v1.9.0 - 2018-05-01
+-------------------
+
 v1.8.1 - 2018-04-14
 -------------------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dub-1.8.1/LICENSE new/dub-1.9.0/LICENSE
--- old/dub-1.8.1/LICENSE       1970-01-01 01:00:00.000000000 +0100
+++ new/dub-1.9.0/LICENSE       2018-05-01 15:43:29.000000000 +0200
@@ -0,0 +1,22 @@
+MIT License
+
+Copyright (c) 2012-2016 RejectedSoftware e.K.
+Copyright (c) 2016-2018 D Language Foundation
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dub-1.8.1/LICENSE.txt new/dub-1.9.0/LICENSE.txt
--- old/dub-1.8.1/LICENSE.txt   2018-04-14 18:12:05.000000000 +0200
+++ new/dub-1.9.0/LICENSE.txt   1970-01-01 01:00:00.000000000 +0100
@@ -1,7 +0,0 @@
-Copyright (c) 2012-2016 RejectedSoftware e.K.
-
-Permission is hereby granted, free of charge, to any person obtaining a copy 
of this software and associated documentation files (the "Software"), to deal 
in the Software without restriction, including without limitation the rights to 
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 
of the Software, and to permit persons to whom the Software is furnished to do 
so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all 
copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
SOFTWARE.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dub-1.8.1/LICENSE_DE.txt new/dub-1.9.0/LICENSE_DE.txt
--- old/dub-1.8.1/LICENSE_DE.txt        2018-04-14 18:12:05.000000000 +0200
+++ new/dub-1.9.0/LICENSE_DE.txt        1970-01-01 01:00:00.000000000 +0100
@@ -1,7 +0,0 @@
-Copyright (c) 2012-2016 RejectedSoftware e.K.
-
-Hiermit wird unentgeltlich, jeder Person, die eine Kopie der Software und der 
zugeh�rigen Dokumentationen (die "Software") erh�lt, die Erlaubnis erteilt, 
uneingeschr�nkt zu benutzen, inklusive und ohne Ausnahme, dem Recht, sie zu 
verwenden, kopieren, �ndern, fusionieren, verlegen, verbreiten, 
unterlizenzieren und/oder zu verkaufen, und Personen, die diese Software 
erhalten, diese Rechte zu geben, unter den folgenden Bedingungen:
-
-Der obige Urheberrechtsvermerk und dieser Erlaubnisvermerk sind in allen 
Kopien oder Teilkopien der Software beizulegen.
-
-DIE SOFTWARE WIRD OHNE JEDE AUSDR�CKLICHE ODER IMPLIZIERTE GARANTIE 
BEREITGESTELLT, EINSCHLIESSLICH DER GARANTIE ZUR BENUTZUNG F�R DEN VORGESEHENEN 
ODER EINEM BESTIMMTEN ZWECK SOWIE JEGLICHER RECHTSVERLETZUNG, JEDOCH NICHT 
DARAUF BESCHR�NKT. IN KEINEM FALL SIND DIE AUTOREN ODER COPYRIGHTINHABER F�R 
JEGLICHEN SCHADEN ODER SONSTIGE ANSPR�CHE HAFTBAR ZU MACHEN, OB INFOLGE DER 
ERF�LLUNG EINES VERTRAGES, EINES DELIKTES ODER ANDERS IM ZUSAMMENHANG MIT DER 
SOFTWARE ODER SONSTIGER VERWENDUNG DER SOFTWARE ENTSTANDEN.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dub-1.8.1/scripts/man/gen_man.d 
new/dub-1.9.0/scripts/man/gen_man.d
--- old/dub-1.8.1/scripts/man/gen_man.d 2018-04-14 18:12:05.000000000 +0200
+++ new/dub-1.9.0/scripts/man/gen_man.d 2018-05-01 15:43:29.000000000 +0200
@@ -106,8 +106,8 @@
 string highlightArguments(string args)
 {
        import std.regex : regex, replaceAll;
-       static immutable re = regex("<([^>]*)>");
-       static immutable reReplacement = "<%s>".format(`$1`.italic);
+       static auto re = regex("<([^>]*)>");
+       static const reReplacement = "<%s>".format(`$1`.italic);
        return args.replaceAll(re, reReplacement);
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dub-1.8.1/source/dub/commandline.d 
new/dub-1.9.0/source/dub/commandline.d
--- old/dub-1.8.1/source/dub/commandline.d      2018-04-14 18:12:05.000000000 
+0200
+++ new/dub-1.9.0/source/dub/commandline.d      2018-05-01 15:43:29.000000000 
+0200
@@ -463,7 +463,7 @@
                this.argumentsPattern = "[<directory> [<dependency>...]]";
                this.description = "Initializes an empty package skeleton";
                this.helpText = [
-                       "Initializes an empty package of the specified type in 
the given directory. By default, the current working dirctory is used."
+                       "Initializes an empty package of the specified type in 
the given directory. By default, the current working directory is used."
                ];
        }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dub-1.8.1/source/dub/recipe/packagerecipe.d 
new/dub-1.9.0/source/dub/recipe/packagerecipe.d
--- old/dub-1.8.1/source/dub/recipe/packagerecipe.d     2018-04-14 
18:12:05.000000000 +0200
+++ new/dub-1.9.0/source/dub/recipe/packagerecipe.d     2018-05-01 
15:43:29.000000000 +0200
@@ -29,7 +29,7 @@
        example, "packa:packb:packc" references a package named "packc" that is 
a
        sub package of "packb", which in turn is a sub package of "packa".
 */
-string[] getSubPackagePath(string package_name)
+string[] getSubPackagePath(string package_name) @safe pure
 {
        return package_name.split(":");
 }
@@ -39,7 +39,7 @@
 
        In case of a top level package, the qualified name is returned 
unmodified.
 */
-string getBasePackageName(string package_name)
+string getBasePackageName(string package_name) @safe pure
 {
        return package_name.findSplit(":")[0];
 }
@@ -50,12 +50,12 @@
        This is the part of the package name excluding the base package
        name. See also $(D getBasePackageName).
 */
-string getSubPackageName(string package_name)
+string getSubPackageName(string package_name) @safe pure
 {
        return package_name.findSplit(":")[2];
 }
 
-unittest
+@safe unittest
 {
        assert(getSubPackagePath("packa:packb:packc") == ["packa", "packb", 
"packc"]);
        assert(getSubPackagePath("pack") == ["pack"]);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dub-1.8.1/source/dub/version_.d 
new/dub-1.9.0/source/dub/version_.d
--- old/dub-1.8.1/source/dub/version_.d 2018-04-14 18:12:05.000000000 +0200
+++ new/dub-1.9.0/source/dub/version_.d 2018-05-01 15:43:29.000000000 +0200
@@ -1,2 +1,2 @@
 module dub.version_;
-enum dubVersion = "v1.8.1";
+enum dubVersion = "v1.9.0";


Reply via email to