Hello community,

here is the log from the commit of package ebiso for openSUSE:Factory checked 
in at 2016-09-01 14:03:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ebiso (Old)
 and      /work/SRC/openSUSE:Factory/.ebiso.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ebiso"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ebiso/ebiso.changes      2016-04-11 
10:26:29.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ebiso.new/ebiso.changes 2016-09-01 
14:03:13.000000000 +0200
@@ -1,0 +2,12 @@
+Sun Aug 28 15:52:24 UTC 2016 - [email protected]
+
+- Update to version 0.2.4:
+  * Debian related package scripts added.
+- Use url for source.
+- Enable parallel building and installation.
+- Enable building on all platform that support UEFI.
+- Use macro for manpage extension.
+- Do not strip installed binaries, this prevents debuginfo packages
+  from being built.
+
+-------------------------------------------------------------------

Old:
----
  ebiso-0.2.3.1.tar.gz

New:
----
  ebiso-0.2.4.tar.gz

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

Other differences:
------------------
++++++ ebiso.spec ++++++
--- /var/tmp/diff_new_pack.FrTD0m/_old  2016-09-01 14:03:14.000000000 +0200
+++ /var/tmp/diff_new_pack.FrTD0m/_new  2016-09-01 14:03:14.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           ebiso
-Version:        0.2.3.1
+Version:        0.2.4
 Release:        0
 Summary:        UEFI bootable ISO image creator for Relax-and-Recover
 License:        GPL-2.0+
@@ -27,15 +27,7 @@
 # ebiso is only used by rear to make UEFI bootable ISO images
 # accordingly ebiso is in the same RPM group as rear:
 Url:            https://github.com/gozora/ebiso
-# How to make Source0:
-#   wget --no-check-certificate 
https://github.com/gozora/ebiso/archive/v0.2.3.tar.gz
-#   mv v0.2.3 ebiso-0.2.3.tar.gz
-Source0:        %{name}-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-# ebiso is only used by rear to make UEFI bootable ISO images
-# on SLE12 systems so that no other architecture except x86_64 is needed
-# (if also needed for 32-bit it could be "ExclusiveArch: %ix86 x86_64"):
-ExclusiveArch:  x86_64
+Source0:        
https://github.com/gozora/ebiso/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 # Supplements is a reverse "Recommends" which means
 # (cf. https://tr.opensuse.org/Libzypp/Dependencies):
 # ebiso should be be installed if rear is is provided by an installed package.
@@ -47,6 +39,9 @@
 # so that a "Recommends: ebiso" in rear.spec could be often uninstallable.
 # In contrast "Supplements: rear" in ebiso.spec can be usually fulfilled:
 Supplements:    rear
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+# Enable building only on architectures which support UEFI
+ExclusiveArch:  %ix86 x86_64 aarch64
 
 %description
 ebiso is needed by Relax-and-Recover (abbreviated rear)
@@ -63,15 +58,18 @@
 
 %build
 # Setting our preferred architecture-specific flags for the compiler and 
linker:
-export CFLAGS="$RPM_OPT_FLAGS"
-make
+export CFLAGS="%{optflags}"
+# Do not strip installed binaries as this would prevent -debuginfo package
+# from being created
+sed -i "s|strip|/bin/true|g" Makefile
+make %{?_smp_mflags}
 
 %install
-make install DESTDIR="%{buildroot}"
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
 
 %files
 %defattr(-,root,root)
 %{_bindir}/ebiso
-%{_mandir}/man1/ebiso.1.gz
+%{_mandir}/man1/ebiso.1%{ext_man}
 
 %changelog

++++++ ebiso-0.2.3.1.tar.gz -> ebiso-0.2.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ebiso-0.2.3.1/.gitignore new/ebiso-0.2.4/.gitignore
--- old/ebiso-0.2.3.1/.gitignore        1970-01-01 01:00:00.000000000 +0100
+++ new/ebiso-0.2.4/.gitignore  2016-06-09 15:41:07.000000000 +0200
@@ -0,0 +1,4 @@
+ebiso
+*.o
+*.a
+.d/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ebiso-0.2.3.1/debian/changelog 
new/ebiso-0.2.4/debian/changelog
--- old/ebiso-0.2.3.1/debian/changelog  1970-01-01 01:00:00.000000000 +0100
+++ new/ebiso-0.2.4/debian/changelog    2016-06-09 15:41:07.000000000 +0200
@@ -0,0 +1,5 @@
+ebiso (0.2.3-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Michael Ablassmeier <[email protected]>  Thu, 09 Jun 2016 10:08:29 +0200
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ebiso-0.2.3.1/debian/compat 
new/ebiso-0.2.4/debian/compat
--- old/ebiso-0.2.3.1/debian/compat     1970-01-01 01:00:00.000000000 +0100
+++ new/ebiso-0.2.4/debian/compat       2016-06-09 15:41:07.000000000 +0200
@@ -0,0 +1 @@
+9
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ebiso-0.2.3.1/debian/control 
new/ebiso-0.2.4/debian/control
--- old/ebiso-0.2.3.1/debian/control    1970-01-01 01:00:00.000000000 +0100
+++ new/ebiso-0.2.4/debian/control      2016-06-09 15:41:07.000000000 +0200
@@ -0,0 +1,16 @@
+Source: ebiso
+Section: otherosfs
+Priority: optional
+Maintainer: Vladimir (sodoma) Gozora <[email protected]>
+Build-Depends: debhelper (>= 9)
+Standards-Version: 3.9.5
+Homepage: https://github.com/gozora/ebiso/wiki
+Vcs-Git: git://github.com/gozora/ebiso
+Vcs-Browser: https://github.com/gozora/ebiso
+
+Package: ebiso
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: create UEFI bootable ISO images
+ Ebiso is a small program written in C, that creates UEFI bootable ISO image
+ no additional dependencies. 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ebiso-0.2.3.1/debian/copyright 
new/ebiso-0.2.4/debian/copyright
--- old/ebiso-0.2.3.1/debian/copyright  1970-01-01 01:00:00.000000000 +0100
+++ new/ebiso-0.2.4/debian/copyright    2016-06-09 15:41:07.000000000 +0200
@@ -0,0 +1,22 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: ebiso
+Source: https://github.com/gozora/ebiso/
+
+Files: *
+Copyright: 2015 Vladimir (sodoma) Gozora <[email protected]>
+License: GPL-2
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ebiso-0.2.3.1/debian/docs new/ebiso-0.2.4/debian/docs
--- old/ebiso-0.2.3.1/debian/docs       1970-01-01 01:00:00.000000000 +0100
+++ new/ebiso-0.2.4/debian/docs 2016-06-09 15:41:07.000000000 +0200
@@ -0,0 +1 @@
+README.md
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ebiso-0.2.3.1/debian/rules 
new/ebiso-0.2.4/debian/rules
--- old/ebiso-0.2.3.1/debian/rules      1970-01-01 01:00:00.000000000 +0100
+++ new/ebiso-0.2.4/debian/rules        2016-06-09 15:41:07.000000000 +0200
@@ -0,0 +1,32 @@
+#!/usr/bin/make -f
+# See debhelper(7) (uncomment to enable)
+# output every command that modifies files on the build system.
+#DH_VERBOSE = 1
+
+# see EXAMPLES in dpkg-buildflags(1) and read /usr/share/dpkg/*
+DPKG_EXPORT_BUILDFLAGS = 1
+include /usr/share/dpkg/default.mk
+
+# see FEATURE AREAS in dpkg-buildflags(1)
+#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
+# see ENVIRONMENT in dpkg-buildflags(1)
+# package maintainers to append CFLAGS
+#export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic
+# package maintainers to append LDFLAGS
+#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+
+
+# main packaging script based on dh7 syntax
+%:
+       dh $@ 
+
+# debmake generated override targets
+# This is example for Cmake (See http://bugs.debian.org/641051 )
+#override_dh_auto_configure:
+#      dh_auto_configure -- \
+#      -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
+
+
+
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ebiso-0.2.3.1/debian/source/format 
new/ebiso-0.2.4/debian/source/format
--- old/ebiso-0.2.3.1/debian/source/format      1970-01-01 01:00:00.000000000 
+0100
+++ new/ebiso-0.2.4/debian/source/format        2016-06-09 15:41:07.000000000 
+0200
@@ -0,0 +1 @@
+3.0 (quilt)


Reply via email to