Hello community, here is the log from the commit of package opi for openSUSE:Factory checked in at 2019-11-08 15:28:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/opi (Old) and /work/SRC/openSUSE:Factory/.opi.new.2990 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "opi" Fri Nov 8 15:28:27 2019 rev:9 rq:746561 version:0.7.1 Changes: -------- --- /work/SRC/openSUSE:Factory/opi/opi.changes 2019-08-30 14:41:50.689418246 +0200 +++ /work/SRC/openSUSE:Factory/.opi.new.2990/opi.changes 2019-11-08 15:28:31.127178158 +0100 @@ -1,0 +2,7 @@ +Fri Nov 8 11:17:23 UTC 2019 - Yunhe Guo <[email protected]> + +- Version 0.7.1 + * Fixed + - Missing use File::Temp; + +------------------------------------------------------------------- Old: ---- opi-0.7.0.tar.gz New: ---- opi-0.7.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ opi.spec ++++++ --- /var/tmp/diff_new_pack.TXg8Qi/_old 2019-11-08 15:28:31.611178703 +0100 +++ /var/tmp/diff_new_pack.TXg8Qi/_new 2019-11-08 15:28:31.611178703 +0100 @@ -17,7 +17,7 @@ Name: opi -Version: 0.7.0 +Version: 0.7.1 Release: 0 Summary: OBS Package Installer (CLI) License: GPL-3.0-only ++++++ opi-0.7.0.tar.gz -> opi-0.7.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/opi-0.7.0/CHANGELOG.md new/opi-0.7.1/CHANGELOG.md --- old/opi-0.7.0/CHANGELOG.md 2019-08-29 19:29:21.000000000 +0200 +++ new/opi-0.7.1/CHANGELOG.md 2019-11-08 12:13:54.000000000 +0100 @@ -7,6 +7,12 @@ ## [Unreleased] +## [0.7.1] + +### Fixed + +- Missing `use File::Temp;` [#24](https://github.com/openSUSE-zh/opi/issues/24) + ## [0.7.0] ### Changed @@ -105,7 +111,8 @@ - Choose package and install - Keep or remove repository after installation -[Unreleased]: https://github.com/openSUSE-zh/opi/compare/v0.7.0...HEAD +[Unreleased]: https://github.com/openSUSE-zh/opi/compare/v0.7.1...HEAD +[0.7.1]: https://github.com/openSUSE-zh/opi/compare/v0.7.0...v0.7.1 [0.7.0]: https://github.com/openSUSE-zh/opi/compare/v0.6.0...v0.7.0 [0.6.0]: https://github.com/openSUSE-zh/opi/compare/v0.5.2...v0.6.0 [0.5.2]: https://github.com/openSUSE-zh/opi/compare/v0.5.1...v0.5.2 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/opi-0.7.0/opi new/opi-0.7.1/opi --- old/opi-0.7.0/opi 2019-08-29 19:29:21.000000000 +0200 +++ new/opi-0.7.1/opi 2019-11-08 12:13:54.000000000 +0100 @@ -2,7 +2,6 @@ # # OPI - openSUSE Build Service Package Installer # -# Version: 0.1.0 # Author: Guo Yunhe # Website: https://github.com/openSUSE-zh/opi # License: GPL-3.0 @@ -15,7 +14,7 @@ use Config; use Config::Tiny; use Term::ANSIColor; - +use File::Temp; # # Check command line arguments
