commit uisp for openSUSE:Factory

2018-08-02 Thread root
Hello community,

here is the log from the commit of package uisp for openSUSE:Factory checked in 
at 2018-08-02 14:58:33

Comparing /work/SRC/openSUSE:Factory/uisp (Old)
 and  /work/SRC/openSUSE:Factory/.uisp.new (New)


Package is "uisp"

Thu Aug  2 14:58:33 2018 rev:23 rq:626683 version:20050207suse

Changes:

--- /work/SRC/openSUSE:Factory/uisp/uisp.changes2018-07-06 
10:42:43.859202235 +0200
+++ /work/SRC/openSUSE:Factory/.uisp.new/uisp.changes   2018-08-02 
14:58:40.304330853 +0200
@@ -1,0 +2,7 @@
+Fri Jul 27 13:45:46 UTC 2018 - jeng...@inai.de
+
+- Replace old $RPM_* shell vars by macros.
+- Drop author list from package description.
+- Reword description to work with any computer.
+
+---



Other differences:
--
++ uisp.spec ++
--- /var/tmp/diff_new_pack.ScXMbS/_old  2018-08-02 14:58:40.884331830 +0200
+++ /var/tmp/diff_new_pack.ScXMbS/_new  2018-08-02 14:58:40.884331830 +0200
@@ -45,18 +45,9 @@
 Patch8: uisp-20050207-reproducible.patch
 
 %description
-Uisp is a tool for avr microcontrollers and drives many hardware
-in-system programmers. Uisp allows you to programm your microcontroller
-through the parallel port of your computer.
-
-
-
-Authors:
-
-Margarita Manterola 
-Marek Michalkiewicz 
-Theodore A. Roth 
-Uros Platise
+Uisp is a tool for AVR microcontrollers and drives many hardware
+in-system programmers. Uisp allows programming a microcontroller
+through the parallel port.
 
 %prep
 %setup -n %{name}-%{upstream_version}
@@ -82,17 +73,17 @@
 make
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
-mkdir -p $RPM_BUILD_ROOT/usr/share/doc/packages
-mv $RPM_BUILD_ROOT%prefix/share/doc/%{name}-%{upstream_version} \
-   $RPM_BUILD_ROOT/usr/share/doc/packages/uisp
-rmdir $RPM_BUILD_ROOT%prefix/share/doc
-rmdir $RPM_BUILD_ROOT%prefix/share
-mkdir -p   $RPM_BUILD_ROOT/etc/resmgr.conf.d
+%make_install
+mkdir -p %{buildroot}/usr/share/doc/packages
+mv %{buildroot}/%prefix/share/doc/%{name}-%{upstream_version} \
+   %{buildroot}/usr/share/doc/packages/uisp
+rmdir %{buildroot}/%prefix/share/doc
+rmdir %{buildroot}/%prefix/share
+mkdir -p   %{buildroot}/etc/resmgr.conf.d
 # no longer works for 10.2 see bugzilla #235059
-# install -m 644 %{SOURCE1} 
$RPM_BUILD_ROOT/etc/resmgr.conf.d/99-uisp_parport.conf
-mkdir -p   $RPM_BUILD_ROOT/etc/modprobe.d
-install -m 644 %{SOURCE2} $RPM_BUILD_ROOT/etc/modprobe.d/uisp_parport.conf
+# install -m 644 %{SOURCE1} %{buildroot}/etc/resmgr.conf.d/99-uisp_parport.conf
+mkdir -p   %{buildroot}/etc/modprobe.d
+install -m 644 %{SOURCE2} %{buildroot}/etc/modprobe.d/uisp_parport.conf
 
 %post
 %if %suse_version >= 1000




commit uisp for openSUSE:Factory

2018-07-06 Thread root
Hello community,

here is the log from the commit of package uisp for openSUSE:Factory checked in 
at 2018-07-06 10:42:43

Comparing /work/SRC/openSUSE:Factory/uisp (Old)
 and  /work/SRC/openSUSE:Factory/.uisp.new (New)


Package is "uisp"

Fri Jul  6 10:42:43 2018 rev:22 rq:620734 version:20050207suse

Changes:

--- /work/SRC/openSUSE:Factory/uisp/uisp.changes2018-03-19 
23:37:47.814611553 +0100
+++ /work/SRC/openSUSE:Factory/.uisp.new/uisp.changes   2018-07-06 
10:42:43.859202235 +0200
@@ -1,0 +2,5 @@
+Tue May 29 10:40:35 UTC 2018 - kkae...@suse.com
+
+- move from /opt/cross to /usr/avr
+
+---



Other differences:
--
++ uisp.spec ++
--- /var/tmp/diff_new_pack.5VLgrm/_old  2018-07-06 10:42:44.435201550 +0200
+++ /var/tmp/diff_new_pack.5VLgrm/_new  2018-07-06 10:42:44.439201545 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package uisp
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,6 +16,8 @@
 #
 
 
+%define prefix /usr/avr
+
 Name:   uisp
 BuildRequires:  automake
 BuildRequires:  gcc-c++
@@ -25,7 +27,7 @@
 Release:0
 Url:http://savannah.nongnu.org/projects/uisp
 Summary:An upload tool for AVR microcontrollers
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Development/Tools/Other
 Source: 
http://savannah.nongnu.org/download/%{name}/%{name}-%{upstream_version}.tar.gz
 Source1:resmgr.uisp_parport.conf
@@ -76,16 +78,16 @@
 autoreconf -fiv
 export CFLAGS="$RPM_OPT_FLAGS"
 export CXXFLAGS="$RPM_OPT_FLAGS"
-./configure --prefix=/opt/cross --mandir=/usr/share/man
+./configure --prefix=%prefix --mandir=/usr/share/man
 make
 
 %install
 make DESTDIR=$RPM_BUILD_ROOT install
 mkdir -p $RPM_BUILD_ROOT/usr/share/doc/packages
-mv $RPM_BUILD_ROOT/opt/cross/share/doc/%{name}-%{upstream_version} \
+mv $RPM_BUILD_ROOT%prefix/share/doc/%{name}-%{upstream_version} \
$RPM_BUILD_ROOT/usr/share/doc/packages/uisp
-rmdir $RPM_BUILD_ROOT/opt/cross/share/doc
-rmdir $RPM_BUILD_ROOT/opt/cross/share
+rmdir $RPM_BUILD_ROOT%prefix/share/doc
+rmdir $RPM_BUILD_ROOT%prefix/share
 mkdir -p   $RPM_BUILD_ROOT/etc/resmgr.conf.d
 # no longer works for 10.2 see bugzilla #235059
 # install -m 644 %{SOURCE1} 
$RPM_BUILD_ROOT/etc/resmgr.conf.d/99-uisp_parport.conf
@@ -110,7 +112,8 @@
 %defattr (-, root, root)
 %doc AUTHORS CHANGES COPYING ChangeLog* CHANGES.old INSTALL NEWS TODO
 %doc /usr/share/man/man?/*.*
-/opt/*
+%dir %prefix
+%prefix/*
 %config /etc/*
 
 %changelog




commit uisp for openSUSE:Factory

2018-03-19 Thread root
Hello community,

here is the log from the commit of package uisp for openSUSE:Factory checked in 
at 2018-03-19 23:37:47

Comparing /work/SRC/openSUSE:Factory/uisp (Old)
 and  /work/SRC/openSUSE:Factory/.uisp.new (New)


Package is "uisp"

Mon Mar 19 23:37:47 2018 rev:21 rq:587836 version:20050207suse

Changes:

--- /work/SRC/openSUSE:Factory/uisp/uisp.changes2017-04-11 
09:36:44.384476337 +0200
+++ /work/SRC/openSUSE:Factory/.uisp.new/uisp.changes   2018-03-19 
23:37:47.814611553 +0100
@@ -1,0 +2,5 @@
+Mon Mar 12 17:09:25 UTC 2018 - bwiedem...@suse.com
+
+- Add uisp-20050207-reproducible.patch to override build date (boo#1047218)
+
+---

New:

  uisp-20050207-reproducible.patch



Other differences:
--
++ uisp.spec ++
--- /var/tmp/diff_new_pack.QZzaK1/_old  2018-03-19 23:37:48.558584716 +0100
+++ /var/tmp/diff_new_pack.QZzaK1/_new  2018-03-19 23:37:48.558584716 +0100
@@ -40,6 +40,7 @@
 Patch5: uisp-20050207suse.diff
 Patch6: uisp-20050207-m168-stk500-extendedFuseSupport.patch
 Patch7: stk500_pgzs_shift.diff
+Patch8: uisp-20050207-reproducible.patch
 
 %description
 Uisp is a tool for avr microcontrollers and drives many hardware
@@ -67,6 +68,7 @@
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 
 %build
 touch README

++ uisp-20050207-reproducible.patch ++
Author: Bernhard M. Wiedemann 
Date: 2018-03-12

make package build bit-reproducible

Index: uisp-20050207/configure.ac
===
--- uisp-20050207.orig/configure.ac
+++ uisp-20050207/configure.ac
@@ -53,7 +53,7 @@ AC_FUNC_VPRINTF
 AC_CHECK_FUNCS([gettimeofday memset select strcasecmp strncasecmp strstr 
strtol])
 
 # Set the DATE variable for the man page
-DATE=`date "+%B, %Y"`
+DATE=`date -u -d@${SOURCE_DATE_EPOCH:-$(date +%s)} "+%B, %Y"`
 AC_SUBST(DATE)
 
 AC_CONFIG_FILES([Makefile



commit uisp for openSUSE:Factory

2017-04-11 Thread root
Hello community,

here is the log from the commit of package uisp for openSUSE:Factory checked in 
at 2017-04-11 09:36:43

Comparing /work/SRC/openSUSE:Factory/uisp (Old)
 and  /work/SRC/openSUSE:Factory/.uisp.new (New)


Package is "uisp"

Tue Apr 11 09:36:43 2017 rev:20 rq:483763 version:20050207suse

Changes:

--- /work/SRC/openSUSE:Factory/uisp/uisp.changes2011-12-08 
11:54:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.uisp.new/uisp.changes   2017-04-11 
09:36:44.384476337 +0200
@@ -1,0 +2,5 @@
+Thu Mar 30 08:25:06 UTC 2017 - meiss...@suse.com
+
+- add missing doc items
+
+---



Other differences:
--
++ uisp.spec ++
--- /var/tmp/diff_new_pack.ekZAGp/_old  2017-04-11 09:36:45.148368427 +0200
+++ /var/tmp/diff_new_pack.ekZAGp/_new  2017-04-11 09:36:45.152367862 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package uisp
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   uisp
 BuildRequires:  automake
 BuildRequires:  gcc-c++
@@ -23,9 +24,9 @@
 Version:20050207suse
 Release:0
 Url:http://savannah.nongnu.org/projects/uisp
-Group:  Development/Tools/Other
-License:GPL-2.0+
 Summary:An upload tool for AVR microcontrollers
+License:GPL-2.0+
+Group:  Development/Tools/Other
 Source: 
http://savannah.nongnu.org/download/%{name}/%{name}-%{upstream_version}.tar.gz
 Source1:resmgr.uisp_parport.conf
 Source2:modprobe.uisp_parport
@@ -103,12 +104,9 @@
 fi
 %endif
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr (-, root, root)
-%doc AUTHORS CHANGES COPYING ChangeLog INSTALL NEWS TODO
+%doc AUTHORS CHANGES COPYING ChangeLog* CHANGES.old INSTALL NEWS TODO
 %doc /usr/share/man/man?/*.*
 /opt/*
 %config /etc/*




commit uisp for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package uisp for openSUSE:Factory checked in 
at 2011-12-08 11:52:24

Comparing /work/SRC/openSUSE:Factory/uisp (Old)
 and  /work/SRC/openSUSE:Factory/.uisp.new (New)


Package is "uisp", Maintainer is "j...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/uisp/uisp.changes2011-09-26 
10:50:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.uisp.new/uisp.changes   2011-12-08 
11:54:22.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  2 13:20:02 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ uisp.spec ++
--- /var/tmp/diff_new_pack.j7jJfA/_old  2011-12-08 11:54:23.0 +0100
+++ /var/tmp/diff_new_pack.j7jJfA/_new  2011-12-08 11:54:23.0 +0100
@@ -15,23 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:   uisp
+BuildRequires:  automake
 BuildRequires:  gcc-c++
 %define use_fastpoll   1
 %define upstream_version   20050207
 Version:20050207suse
-Release:150
+Release:0
 Url:http://savannah.nongnu.org/projects/uisp
 Group:  Development/Tools/Other
-License:GPL v2 or later
+License:GPL-2.0+
 Summary:An upload tool for AVR microcontrollers
 Source: 
http://savannah.nongnu.org/download/%{name}/%{name}-%{upstream_version}.tar.gz
 Source1:resmgr.uisp_parport.conf
 Source2:modprobe.uisp_parport
-AutoReqProv:on
 Provides:   avr-programmer
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: /bin/cat /sbin/modprobe

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



commit uisp for openSUSE:Factory

2011-09-26 Thread h_root

Hello community,

here is the log from the commit of package uisp for openSUSE:Factory
checked in at Mon Sep 26 10:50:50 CEST 2011.




--- uisp/uisp.changes   2011-05-01 04:55:04.0 +0200
+++ /mounts/work_src_done/STABLE/uisp/uisp.changes  2011-09-17 
16:58:21.0 +0200
@@ -1,0 +2,5 @@
+Sat Sep 17 14:57:38 UTC 2011 - seife+...@b1-systems.com
+
+- rename modprobe.conf file to avoid errors from newer modprobe
+
+---

calling whatdependson for head-i586




Other differences:
--
++ uisp.spec ++
--- /var/tmp/diff_new_pack.SJdVzx/_old  2011-09-26 10:50:46.0 +0200
+++ /var/tmp/diff_new_pack.SJdVzx/_new  2011-09-26 10:50:46.0 +0200
@@ -90,7 +90,7 @@
 # no longer works for 10.2 see bugzilla #235059
 # install -m 644 %{SOURCE1} 
$RPM_BUILD_ROOT/etc/resmgr.conf.d/99-uisp_parport.conf
 mkdir -p   $RPM_BUILD_ROOT/etc/modprobe.d
-install -m 644 %{SOURCE2} $RPM_BUILD_ROOT/etc/modprobe.d/uisp_parport
+install -m 644 %{SOURCE2} $RPM_BUILD_ROOT/etc/modprobe.d/uisp_parport.conf
 
 %post
 %if %suse_version >= 1000






Remember to have fun...

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



commit uisp for openSUSE:Factory

2011-09-02 Thread h_root

Hello community,

here is the log from the commit of package uisp for openSUSE:Factory
checked in at Fri Sep 2 13:17:58 CEST 2011.




--- uisp/uisp.changes   2007-10-01 12:41:39.0 +0200
+++ /mounts/work_src_done/STABLE/uisp/uisp.changes  2011-05-01 
04:55:04.0 +0200
@@ -1,0 +2,5 @@
+Sun May  1 02:54:46 UTC 2011 - crrodrig...@opensuse.org
+
+- fix build with GCC 4.6 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ uisp.spec ++
--- /var/tmp/diff_new_pack.o9NUdE/_old  2011-09-02 13:17:34.0 +0200
+++ /var/tmp/diff_new_pack.o9NUdE/_new  2011-09-02 13:17:34.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package uisp (Version 20050207suse)
+# spec file for package uisp
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -23,7 +23,7 @@
 %define use_fastpoll   1
 %define upstream_version   20050207
 Version:20050207suse
-Release:139
+Release:150
 Url:http://savannah.nongnu.org/projects/uisp
 Group:  Development/Tools/Other
 License:GPL v2 or later
@@ -71,6 +71,9 @@
 %patch7 -p1
 
 %build
+touch README
+sed -i -e "s@\-Werror@@g" src/Makefile.am
+autoreconf -fiv
 export CFLAGS="$RPM_OPT_FLAGS"
 export CXXFLAGS="$RPM_OPT_FLAGS"
 ./configure --prefix=/opt/cross --mandir=/usr/share/man
@@ -79,7 +82,7 @@
 %install
 make DESTDIR=$RPM_BUILD_ROOT install
 mkdir -p $RPM_BUILD_ROOT/usr/share/doc/packages
-mv $RPM_BUILD_ROOT/opt/cross/share/doc/%{name}-%{version} \
+mv $RPM_BUILD_ROOT/opt/cross/share/doc/%{name}-%{upstream_version} \
$RPM_BUILD_ROOT/usr/share/doc/packages/uisp
 rmdir $RPM_BUILD_ROOT/opt/cross/share/doc
 rmdir $RPM_BUILD_ROOT/opt/cross/share






Remember to have fun...

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