Hello community,

here is the log from the commit of package sunwait for openSUSE:Leap:15.2 
checked in at 2020-02-21 10:51:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/sunwait (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.sunwait.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sunwait"

Fri Feb 21 10:51:29 2020 rev:1 rq:775979 version:20190321

Changes:
--------
New Changes file:

--- /dev/null   2019-12-19 10:12:34.003146842 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.sunwait.new.26092/sunwait.changes     
2020-02-21 10:51:43.759213041 +0100
@@ -0,0 +1,11 @@
+-------------------------------------------------------------------
+Mon Jan  6 11:58:56 UTC 2020 - Jan Baier <[email protected]>
+
+- update to version 20190322
+       - sunwait-no-return-in-nonvoid-function.patch no longer needed
+       - sunwait-implicit-declaration.patch no longer needed
+
+-------------------------------------------------------------------
+Thu Mar  7 16:35:32 UTC 2019 - Jan Baier <[email protected]>
+
+- add new package sunwait version 20041208 

New:
----
  _service
  debian.changelog
  debian.compat
  debian.control
  debian.rules
  debian.series
  sunwait-20190321.tar.xz
  sunwait-no-rpm-opt-flags.patch
  sunwait.changes
  sunwait.dsc
  sunwait.spec

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

Other differences:
------------------
++++++ sunwait.spec ++++++
#
# spec file for package sunwait
#
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via https://bugs.opensuse.org/
#


Name:           sunwait
Version:        20190321
Release:        0
Summary:        Sunrise, sunset and twilight calculator
License:        GPL-2.0-or-later
Group:          Productivity/Scientific/Astronomy
URL:            https://github.com/risacher/sunwait
Source:         %{name}-%{version}.tar.xz
Patch0:         sunwait-no-rpm-opt-flags.patch
BuildRequires:  gcc-c++

%description
Sunwait is a small C program for calculating sunrise and sunset, as well as
civil, nautical, and astronomical twilights. It has features that make it
useful for home automation tasks.

%prep
%setup -q
%patch0 -p1

%build
%make_build

%install
install -m 755 -d %{buildroot}%{_bindir}
install -m 755 sunwait %{buildroot}%{_bindir}

%files
%license LICENSE
%{_bindir}/sunwait

%changelog
++++++ _service ++++++
<services>
        <service mode="disabled" name="tar_scm">
                <param 
name="url">https://github.com/risacher/sunwait.git</param>
                <param name="scm">git</param>
                <param name="filename">sunwait</param>
                <param name="revision">master</param>
                <param name="versionformat">%cd</param>
        </service>
        <service mode="disabled" name="recompress">
                <param name="file">*.tar</param>
                <param name="compression">xz</param>
        </service>
        <service mode="disabled" name="set_version"/>
</services>
++++++ debian.changelog ++++++
sunwait (20190322) stable; urgency=medium

  * update to version 20190322

 -- Jan Baier <[email protected]>  Mon, 06 Jan 2020 13:00:47 +0100

sunwait (20190321) stable; urgency=low

  * add new package sunwait version 20041208 

 -- Jan Baier <[email protected]>  Thu, 15 Aug 2019 13:57:54 +0200
++++++ debian.compat ++++++
10
++++++ debian.control ++++++
Source: sunwait
Section: science
Priority: optional
Maintainer: Jan Baier <[email protected]>
Build-Depends: debhelper (>= 10), build-essential

Package: sunwait
Architecture: any
Depends: ${shlibs:Depends}
Description: Sunrise, sunset and twilight calculator
 Sunwait is a small C program for calculating sunrise and sunset, as well as
 civil, nautical, and astronomical twilights. It has features that make it
 useful for home automation tasks.
 .
 For more, see http://www.risacher.org/sunwait
++++++ debian.rules ++++++
#!/usr/bin/make -f

%:
        dh $@
++++++ debian.series ++++++
sunwait-no-rpm-opt-flags.patch -p1
++++++ sunwait-no-rpm-opt-flags.patch ++++++
--- sunwait/makefile    2020-01-06 12:34:43.516253962 +0100
+++ sunwait/makefile    2020-01-06 13:07:41.381297590 +0100
@@ -6,7 +6,7 @@
 
 
 C=gcc
-CFLAGS=-c -Wall 
+CFLAGS=-c -Wall $(RPM_OPT_FLAGS)
 LDFLAGS= -lm -lstdc++
 SOURCES=sunwait.cpp sunriset.cpp print.cpp sunwait.h sunriset.h print.h
 OBJECTS=$(SOURCES:.cpp=.o)
@@ -21,6 +21,6 @@
        $(C) $(CFLAGS) $< -o $@
 
 clean:
-       rm *.o sunwait
+       $(RM) *.o sunwait
 
 
++++++ sunwait.dsc ++++++
Format: 1.0
Source: sunwait
Version: 20190321
Binary: sunwait
Maintainer: Jan Baier <[email protected]>
Architecture: any
Build-Depends: debhelper (>= 4.1.16), build-essential
Files:

Reply via email to