Hello community, here is the log from the commit of package yast2-packager for openSUSE:Factory checked in at 2016-10-10 16:17:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-packager (Old) and /work/SRC/openSUSE:Factory/.yast2-packager.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-packager" Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-packager/yast2-packager.changes 2016-09-05 21:13:10.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-packager.new/yast2-packager.changes 2016-10-10 16:17:48.000000000 +0200 @@ -1,0 +2,21 @@ +Thu Oct 6 08:01:38 UTC 2016 - [email protected] + +- Disable autorefresh for newly added local repositories ("cd", + "dvd", "dir", "hd" (including USB flash), "iso" and "file" URL + protocols) (bsc#948982) +- 3.2.1 + +------------------------------------------------------------------- +Wed Oct 5 14:35:07 UTC 2016 - [email protected] + +- remove workaround that creates fake mtab to prevent collision + with real one (bsc#1002978) +- 3.2.0 + +------------------------------------------------------------------- +Mon Oct 3 16:38:36 UTC 2016 - [email protected] + +- prevent double URL encoding for ISO (bsc#954813) +- 3.1.118 + +------------------------------------------------------------------- Old: ---- yast2-packager-3.1.117.tar.bz2 New: ---- yast2-packager-3.2.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-packager.spec ++++++ --- /var/tmp/diff_new_pack.NwwYUu/_old 2016-10-10 16:17:50.000000000 +0200 +++ /var/tmp/diff_new_pack.NwwYUu/_new 2016-10-10 16:17:50.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-packager -Version: 3.1.117 +Version: 3.2.1 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -25,25 +25,27 @@ Url: https://github.com/kobliha/yast-packager BuildRequires: update-desktop-files -BuildRequires: yast2-country-data BuildRequires: yast2-devtools >= 3.1.10 -BuildRequires: yast2-storage -BuildRequires: yast2-testsuite BuildRequires: yast2-xml -BuildRequires: yast2_theme +# needed for space calculator to parse and convert sizes +BuildRequires: yast2-storage BuildRequires: rubygem(rspec) +BuildRequires: rubygem(yast-rake) # Packages::Repository and Packages::Product classes BuildRequires: yast2 >= 3.1.187 -# Pkg::SourceRawURL() and Pkg:ExpandedUrl() -BuildRequires: yast2-pkg-bindings >= 3.1.30 +# needed for icon for desktop file, it is verified at the end of build +BuildRequires: yast2_theme + +# Pkg::UrlSchemeIs*() +BuildRequires: yast2-pkg-bindings >= 3.2.0 # Newly added RPM Requires: yast2-country-data >= 2.16.3 -# Pkg::SourceRawURL() and Pkg:ExpandedUrl() -Requires: yast2-pkg-bindings >= 3.1.30 +# Pkg::UrlSchemeIs*() +Requires: yast2-pkg-bindings >= 3.2.0 # Packages::Repository and Packages::Product classes Requires: yast2 >= 3.1.187 @@ -96,11 +98,13 @@ %prep %setup -n %{name}-%{version} +%check +rake test:unit + %build -%yast_build %install -%yast_install +rake install DESTDIR="%{buildroot}" %suse_update_desktop_file yast2-packager @@ -126,5 +130,7 @@ %{yast_execcompdir}/servers_non_y2/ag_* %dir %{yast_docdir} %doc %{yast_docdir}/COPYING +%doc %{yast_docdir}/README.md +%doc %{yast_docdir}/CONTRIBUTING.md %changelog ++++++ yast2-packager-3.1.117.tar.bz2 -> yast2-packager-3.2.1.tar.bz2 ++++++ ++++ 2773 lines of diff (skipped)
