Hello community,

here is the log from the commit of package imx-usb-loader for openSUSE:Factory 
checked in at 2016-01-23 01:16:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/imx-usb-loader (Old)
 and      /work/SRC/openSUSE:Factory/.imx-usb-loader.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "imx-usb-loader"

Changes:
--------
--- /work/SRC/openSUSE:Factory/imx-usb-loader/imx-usb-loader.changes    
2015-08-21 07:41:51.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.imx-usb-loader.new/imx-usb-loader.changes       
2016-01-23 01:16:31.000000000 +0100
@@ -1,0 +2,11 @@
+Wed Jan 20 13:38:49 UTC 2016 - guilla...@opensuse.org
+
+- Update to git20151126:
+  * add i.MX6UL id
+  * mx7_usb_work.conf initial addition
+  * mx53_usbarmory_work.conf addition
+  * mx50_usb_work.conf addition
+  * Add i.MX6 Solo X product id
+  * Various code fixes (uninitialized pointer, and others)
+
+-------------------------------------------------------------------

Old:
----
  imx_usb_loader-1411759336.tar.bz2

New:
----
  imx_usb_loader-1448568817.349286e.tar.bz2

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

Other differences:
------------------
++++++ imx-usb-loader.spec ++++++
--- /var/tmp/diff_new_pack.L5FU4h/_old  2016-01-23 01:16:31.000000000 +0100
+++ /var/tmp/diff_new_pack.L5FU4h/_new  2016-01-23 01:16:31.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package imx-usb-loader
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Guillaume GARDET <guilla...@opensuse.org>
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,10 +17,10 @@
 #
 
 
-%define git_version 1411759336
+%define git_version 1448568817.349286e
 
 Name:           imx-usb-loader
-Version:        0.0~git20140926
+Version:        0.0~git20151126
 Release:        0
 Summary:        Vybrid/i.MX recovery utility
 License:        LGPL-2.1+
@@ -48,10 +48,7 @@
 make
 
 %install
-make install DESTDIR=%{buildroot}
-# Fix conf file path (use /etc and not /usr/etc)
-mkdir -p %{buildroot}/%{_sysconfdir}
-mv %{buildroot}/usr/etc/imx-loader.d/ %{buildroot}/%{_sysconfdir}/imx-loader.d/
+make install DESTDIR=%{buildroot} sysconfdir=%{_sysconfdir}
 
 %files
 %defattr(-,root,root)
@@ -59,9 +56,12 @@
 %{_bindir}/imx_usb
 %dir %{_sysconfdir}/imx-loader.d
 %config %{_sysconfdir}/imx-loader.d/imx_usb.conf
+%config %{_sysconfdir}/imx-loader.d/mx50_usb_work.conf
 %config %{_sysconfdir}/imx-loader.d/mx51_usb_work.conf
 %config %{_sysconfdir}/imx-loader.d/mx53_usb_work.conf
+%config %{_sysconfdir}/imx-loader.d/mx53_usbarmory_work.conf
 %config %{_sysconfdir}/imx-loader.d/mx6_usb_work.conf
+%config %{_sysconfdir}/imx-loader.d/mx7_usb_work.conf
 %config %{_sysconfdir}/imx-loader.d/vybrid_usb_work.conf
 %doc COPYING
 %doc README.md


Reply via email to