Hello community,

here is the log from the commit of package yast2-bootloader for 
openSUSE:Factory checked in at 2014-10-05 20:27:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-bootloader (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-bootloader.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-bootloader"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-bootloader/yast2-bootloader.changes        
2014-09-07 11:09:47.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-bootloader.new/yast2-bootloader.changes   
2014-10-05 20:27:28.000000000 +0200
@@ -1,0 +2,71 @@
+Tue Sep 30 09:30:52 UTC 2014 - [email protected]
+
+- use short product name to avoid truncated text on small
+  resolution (bnc#873675)
+- Avoid crash in clone_system on s390 (bnc#897399)
+- propose missing attributes also during automatic upgrade which
+  propose grub2 configuratin (bnc#897058)
+- 3.1.100
+
+-------------------------------------------------------------------
+Tue Sep 30 09:15:52 UTC 2014 - [email protected]
+
+- move boot record backup functionality to own class to make code
+  easier to understand and better tested
+- 3.1.99
+
+-------------------------------------------------------------------
+Mon Sep 29 07:42:06 UTC 2014 - [email protected]
+
+- fix crash in lib_iface caused by typo (found by openQA and
+  bnc#898878)
+- fix crash when using tmpfs
+- fix crash when device have explicit mount by device name
+- 3.1.98
+
+-------------------------------------------------------------------
+Thu Sep 18 07:28:13 UTC 2014 - [email protected]
+
+- move udev mapping functionality to own class to make code easier
+  to understand and better tested
+- 3.1.97
+
+-------------------------------------------------------------------
+Wed Sep 17 07:42:12 UTC 2014 - [email protected]
+
+- pass vga mode if specified during installation
+  (bnc#896300,bnc#891060)
+
+-------------------------------------------------------------------
+Mon Sep 15 14:18:20 UTC 2014 - [email protected]
+
+- Fix API to remove or add kernel parameter for bootloader
+  (bnc#894603)
+
+-------------------------------------------------------------------
+Tue Sep  9 15:38:15 UTC 2014 - [email protected]
+
+- cleaning of section related code because we no longer support
+  any bootloader which allows direct write of sections
+
+-------------------------------------------------------------------
+Mon Sep  8 14:03:36 UTC 2014 - [email protected]
+
+- switch build tool from autotools to rake
+- 3.1.96
+
+-------------------------------------------------------------------
+Mon Sep  8 13:26:45 UTC 2014 - [email protected]
+
+- Drop remaining support for GRUB1 (fate#317700)
+- 3.1.95
+
+-------------------------------------------------------------------
+Mon Sep  8 07:56:29 UTC 2014 - [email protected]
+
+- Avoid configuration where to MBR we want grub2 and also
+  generic_mbr which can lead to unbootable configuration
+  (bnc#893626)
+- 3.1.94
+
+-------------------------------------------------------------------

Old:
----
  yast2-bootloader-3.1.93.tar.bz2

New:
----
  yast2-bootloader-3.1.100.tar.bz2

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

Other differences:
------------------
++++++ yast2-bootloader.spec ++++++
--- /var/tmp/diff_new_pack.SKUHvZ/_old  2014-10-05 20:27:28.000000000 +0200
+++ /var/tmp/diff_new_pack.SKUHvZ/_new  2014-10-05 20:27:28.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-bootloader
-Version:        3.1.93
+Version:        3.1.100
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -29,6 +29,7 @@
 BuildRequires:  yast2-devtools >= 3.1.10
 BuildRequires:  yast2-storage
 BuildRequires:  rubygem(rspec)
+BuildRequires:  rubygem(yast-rake)
 PreReq:         /bin/sed %fillup_prereq
 # Installation::*version variables
 # Wizard::SetDialogTitleAndIcon
@@ -91,14 +92,14 @@
 %prep
 %setup -n %{name}-%{version}
 
-%build
-%yast_build
-
 %check
-make check VERBOSE=1
+rake test:unit
+
+%build
+yardoc
 
 %install
-%yast_install
+rake install DESTDIR="%{buildroot}"
 
 %post
 %{fillup_only -n bootloader}
@@ -132,6 +133,8 @@
 
 %dir %{yast_docdir}
 %doc %{yast_docdir}/COPYING
+%doc %{yast_docdir}/README
+%doc %{yast_docdir}/CONTRIBUTING.md
 
 %files devel-doc
 %defattr(-,root,root)

++++++ yast2-bootloader-3.1.93.tar.bz2 -> yast2-bootloader-3.1.100.tar.bz2 
++++++
++++ 14378 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to