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.changes        2018-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 <margamanter...@gmail.com>
-    Marek Michalkiewicz <mar...@amelek.gda.pl>
-    Theodore A. Roth <tr...@openavr.org>
-    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


Reply via email to