Hello community,

here is the log from the commit of package os-prober for openSUSE:Factory 
checked in at 2020-09-21 17:04:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/os-prober (Old)
 and      /work/SRC/openSUSE:Factory/.os-prober.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "os-prober"

Mon Sep 21 17:04:32 2020 rev:54 rq:835224 version:1.77

Changes:
--------
--- /work/SRC/openSUSE:Factory/os-prober/os-prober.changes      2020-08-27 
14:42:05.777226284 +0200
+++ /work/SRC/openSUSE:Factory/.os-prober.new.4249/os-prober.changes    
2020-09-21 17:05:53.543055252 +0200
@@ -1,0 +2,10 @@
+Tue Sep 15 21:35:51 UTC 2020 - Dirk Mueller <dmuel...@suse.com>
+
+- update to 1.77:
+  * Update Vcs-{Browser,Git} to point to salsa (alioth's replacement).
+  * Add CI configuration for gitlab
+  * Change priority of os-prober binary package to optional, since
+    "Priority: extra" is now deprecated.
+  * Remove trailing whitespaces from changelog file, to fix lintian tag.
+
+-------------------------------------------------------------------

Old:
----
  os-prober-1.76.tar.bz2

New:
----
  os-prober-1.77.tar.bz2

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

Other differences:
------------------
++++++ os-prober.spec ++++++
--- /var/tmp/diff_new_pack.q1XmHV/_old  2020-09-21 17:05:58.679059869 +0200
+++ /var/tmp/diff_new_pack.q1XmHV/_new  2020-09-21 17:05:58.683059873 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           os-prober
-Version:        1.76
+Version:        1.77
 Release:        0
 Summary:        Probes disks on the system for installed operating systems
 License:        GPL-2.0-or-later

++++++ os-prober-1.76.tar.bz2 -> os-prober-1.77.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/os-prober-1.76/debian/.gitlab-ci.yml 
new/os-prober-1.77/debian/.gitlab-ci.yml
--- old/os-prober-1.76/debian/.gitlab-ci.yml    1970-01-01 01:00:00.000000000 
+0100
+++ new/os-prober-1.77/debian/.gitlab-ci.yml    2018-12-23 19:57:19.000000000 
+0100
@@ -0,0 +1,17 @@
+build:
+  stage: build
+
+  before_script:
+    - apt update && apt -y install devscripts git-buildpackage
+    - mk-build-deps --tool "apt -y -o Debug::pkgProblemResolver=yes 
--no-install-recommends" --install -r debian/control
+
+  script:
+    - git checkout $CI_COMMIT_REF_NAME
+    - git pull
+    - gbp buildpackage -uc -us --git-ignore-branch
+    - mkdir build
+    - mv ../*.udeb build/
+
+  artifacts:
+    paths:
+      - build/*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/os-prober-1.76/debian/changelog 
new/os-prober-1.77/debian/changelog
--- old/os-prober-1.76/debian/changelog 2017-06-28 07:28:03.000000000 +0200
+++ new/os-prober-1.77/debian/changelog 2018-12-23 19:57:19.000000000 +0100
@@ -1,3 +1,20 @@
+os-prober (1.77) unstable; urgency=medium
+
+  [ Cyril Brulebois ]
+  * Update Vcs-{Browser,Git} to point to salsa (alioth's replacement).
+
+  [ Philip Hands ]
+  * Add CI configuration for gitlab
+
+  [ Colin Watson ]
+  * Change priority of os-prober binary package to optional, since
+    "Priority: extra" is now deprecated.
+
+  [ Holger Wansing ]
+  * Remove trailing whitespaces from changelog file, to fix lintian tag.
+
+ -- Holger Wansing <hwans...@mailbox.org>  Sun, 23 Dec 2018 19:52:58 +0100
+
 os-prober (1.76) unstable; urgency=medium
 
   [ Cyril Brulebois ]
@@ -281,7 +298,7 @@
 
   [ Joey Hess ]
   * Avoid false positives in MS-DOS detection by also looking for
-    autoexec.bat. Closes: #663540 
+    autoexec.bat. Closes: #663540
 
   [ Colin Watson ]
   * When using grub-mount, pass the GRUB filesystem type to individual tests
@@ -395,7 +412,7 @@
   * Fix Windows Vista and Windows Recovery Environment partitions
     recognition. (Thanks, Bouke Bunnik)
     Closes: #589676, LP: #476625
-  * Allow recognition of recent MINIX installations. 
+  * Allow recognition of recent MINIX installations.
     Thanks to Feiran Zheng
     Closes: #592924
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/os-prober-1.76/debian/control 
new/os-prober-1.77/debian/control
--- old/os-prober-1.76/debian/control   2017-06-28 07:28:03.000000000 +0200
+++ new/os-prober-1.77/debian/control   2018-12-23 19:57:19.000000000 +0100
@@ -5,8 +5,8 @@
 Uploaders: Colin Watson <cjwat...@debian.org>, Christian Perrier 
<bubu...@debian.org>, Steve McIntyre <93...@debian.org>
 Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.15.7)
 Standards-Version: 3.9.4
-Vcs-Browser: https://anonscm.debian.org/cgit/d-i/os-prober.git
-Vcs-Git: https://anonscm.debian.org/git/d-i/os-prober.git
+Vcs-Browser: https://salsa.debian.org/installer-team/os-prober
+Vcs-Git: https://salsa.debian.org/installer-team/os-prober.git
 
 Package: os-prober-udeb
 Package-Type: udeb
@@ -21,7 +21,6 @@
 Package: os-prober
 Architecture: any
 Section: utils
-Priority: extra
 Depends: ${shlibs:Depends}, ${misc:Depends}, grub-common [linux-any 
kfreebsd-any]
 Description: utility to detect other OSes on a set of drives
  This package detects other OSes available on a system and outputs the


Reply via email to