commit dfu-programmer for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package dfu-programmer for openSUSE:Factory 
checked in at 2016-03-26 15:28:10

Comparing /work/SRC/openSUSE:Factory/dfu-programmer (Old)
 and  /work/SRC/openSUSE:Factory/.dfu-programmer.new (New)


Package is "dfu-programmer"

Changes:

--- /work/SRC/openSUSE:Factory/dfu-programmer/dfu-programmer.changes
2015-01-05 04:43:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.dfu-programmer.new/dfu-programmer.changes   
2016-03-26 17:25:32.0 +0100
@@ -1,0 +2,7 @@
+Tue Mar 22 11:52:41 UTC 2016 - w...@ire.pw.edu.pl
+
+- Update to version 0.7.2
+  + Use the correct memory ranges for XMega. 
+Bootloader space is additional to listed device size.
+
+---

Old:

  dfu-programmer-0.7.1.tar.gz

New:

  dfu-programmer-0.7.2.tar.gz



Other differences:
--
++ dfu-programmer.spec ++
--- /var/tmp/diff_new_pack.vExJGH/_old  2016-03-26 17:25:33.0 +0100
+++ /var/tmp/diff_new_pack.vExJGH/_new  2016-03-26 17:25:33.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dfu-programmer
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   dfu-programmer
-Version:0.7.1
+Version:0.7.2
 Release:0
 Summary:A Device Firmware Update based USB programmer for Atmel chips
 License:GPL-2.0+

++ dfu-programmer-0.7.1.tar.gz -> dfu-programmer-0.7.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dfu-programmer-0.7.1/AUTHORS 
new/dfu-programmer-0.7.2/AUTHORS
--- old/dfu-programmer-0.7.1/AUTHORS2015-01-03 20:25:03.0 +0100
+++ new/dfu-programmer-0.7.2/AUTHORS2015-02-04 23:53:44.0 +0100
@@ -71,6 +71,7 @@
 - better support for Windows users
 - improve layout of help text
 - add security fuse support for AVR32
+- fix memory bounds for xmega devices
 - Johannes Carlsson
 - patch to fix use of libusb in configure.ac
 - Grégory S.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dfu-programmer-0.7.1/NEWS 
new/dfu-programmer-0.7.2/NEWS
--- old/dfu-programmer-0.7.1/NEWS   2015-01-03 20:38:03.0 +0100
+++ new/dfu-programmer-0.7.2/NEWS   2015-02-04 23:53:00.0 +0100
@@ -1,4 +1,7 @@
-== Release 0.7.1 [2015-01-03]
+== Release 0.7.2 [2015-02-04]
+ * Fix memory bounds used for XMega targets.
+
+ == Release 0.7.1 [2015-01-03]
  * Fix use of mandatory filename ChangeLog in distribution tarball
  * Fix infinite loop in rpl_malloc
  * Add experimental support for autocomplete on Ubuntu
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dfu-programmer-0.7.1/README 
new/dfu-programmer-0.7.2/README
--- old/dfu-programmer-0.7.1/README 2014-10-05 17:32:18.0 +0200
+++ new/dfu-programmer-0.7.2/README 2015-01-10 15:49:11.0 +0100
@@ -93,8 +93,8 @@
 
   [ If the source was checked-out from GitHub, run the following command ]
   $ ./bootstrap.sh
-
-  $ ./configure
+
+  $ ./configure --disable-libusb_1_0
 
   $ make
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dfu-programmer-0.7.1/configure 
new/dfu-programmer-0.7.2/configure
--- old/dfu-programmer-0.7.1/configure  2015-01-03 20:33:49.0 +0100
+++ new/dfu-programmer-0.7.2/configure  2015-02-05 00:05:00.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for dfu-programmer 0.7.1.
+# Generated by GNU Autoconf 2.68 for dfu-programmer 0.7.2.
 #
 #
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -557,8 +557,8 @@
 # Identity of this package.
 PACKAGE_NAME='dfu-programmer'
 PACKAGE_TARNAME='dfu-programmer'
-PACKAGE_VERSION='0.7.1'
-PACKAGE_STRING='dfu-programmer 0.7.1'
+PACKAGE_VERSION='0.7.2'
+PACKAGE_STRING='dfu-programmer 0.7.2'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL='https://github.com/dfu-programmer/dfu-programmer'
 
@@ -1254,7 +1254,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures dfu-programmer 0.7.1 to adapt to many kinds of systems.
+\`configure' configures dfu-programmer 0.7.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [V

commit dfu-programmer for openSUSE:Factory

2015-01-04 Thread h_root
Hello community,

here is the log from the commit of package dfu-programmer for openSUSE:Factory 
checked in at 2015-01-05 04:43:15

Comparing /work/SRC/openSUSE:Factory/dfu-programmer (Old)
 and  /work/SRC/openSUSE:Factory/.dfu-programmer.new (New)


Package is "dfu-programmer"

Changes:

--- /work/SRC/openSUSE:Factory/dfu-programmer/dfu-programmer.changes
2014-08-05 13:00:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.dfu-programmer.new/dfu-programmer.changes   
2015-01-05 04:43:21.0 +0100
@@ -1,0 +2,21 @@
+Sun Jan  4 18:43:08 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 0.7.1
+  + Fix use of mandatory filename ChangeLog in distribution tarball
+  + Fix infinite loop in rpl_malloc
+  + Add experimental support for autocomplete on Ubuntu
+  + Fix exit status of help-related options and improve start sequence
+- Changes from version 0.7.0
+  + Add support for atmega16c4 and atmega32c4
+  + Fix device erase for bootloaders which return busy status
+  + Better include file defaults for libusb when run bootstrap is run
+without pkgconfig.
+  + Improved status output
+  + Add hex dump commands
+  + Add blank memory check
+  + Major rework of the flash/user/eeprom code
+  + Replace start and reset commands with launch
+  + Repository and website migrated to GitHub
+- Add pkg-config build require; needed to find libusb.h
+
+---

Old:

  dfu-programmer-0.6.2.tar.gz

New:

  dfu-programmer-0.7.1.tar.gz



Other differences:
--
++ dfu-programmer.spec ++
--- /var/tmp/diff_new_pack.XyEnQN/_old  2015-01-05 04:43:21.0 +0100
+++ /var/tmp/diff_new_pack.XyEnQN/_new  2015-01-05 04:43:21.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dfu-programmer
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,14 @@
 
 
 Name:   dfu-programmer
-Version:0.6.2
+Version:0.7.1
 Release:0
 Summary:A Device Firmware Update based USB programmer for Atmel chips
 License:GPL-2.0+
 Group:  Development/Tools/Other
 Url:http://dfu-programmer.sourceforge.net
 Source: 
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(libusb-1.0)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ dfu-programmer-0.6.2.tar.gz -> dfu-programmer-0.7.1.tar.gz ++
 7096 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org