Hello community,

here is the log from the commit of package hourglass for openSUSE:Factory 
checked in at 2017-08-08 11:58:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hourglass (Old)
 and      /work/SRC/openSUSE:Factory/.hourglass.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hourglass"

Tue Aug  8 11:58:46 2017 rev:1 rq:510401 version:1.0.1

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

--- /dev/null   2017-07-20 07:30:00.335470106 +0200
+++ /work/SRC/openSUSE:Factory/.hourglass.new/hourglass.changes 2017-08-08 
11:58:49.643507124 +0200
@@ -0,0 +1,16 @@
+-------------------------------------------------------------------
+Tue Jun 13 14:41:50 UTC 2017 - jeng...@inai.de
+
+- Ensure neutrality of description.
+
+-------------------------------------------------------------------
+Wed May 10 07:57:45 UTC 2017 - avvi...@yandex.by
+
+- Update to stable release 1.0.1 
+- Specfile cleanup
+
+-------------------------------------------------------------------
+Sun Mar  6 17:47:10 UTC 2016 - and.novem...@opensuse.org
+
+- initial package (version 1.0.1) for openSUSE
+

New:
----
  hourglass-1.0.1.tar.gz
  hourglass.changes
  hourglass.spec

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

Other differences:
------------------
++++++ hourglass.spec ++++++
#
# spec file for package hourglass
#
# 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
# 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 http://bugs.opensuse.org/
#


Name:           hourglass
Version:        1.0.1
Release:        0
Summary:        Clock gadget for Elementary OS
License:        GPL-3.0
Group:          System/X11/Utilities
Url:            https://launchpad.net/hourglass
Source:         
https://launchpad.net/hourglass/1.x/1.0/+download/%{name}-%{version}.tar.gz
BuildRequires:  cmake
BuildRequires:  fdupes
BuildRequires:  gcc-c++
BuildRequires:  pkgconfig
BuildRequires:  update-desktop-files
BuildRequires:  vala >= 0.28
BuildRequires:  pkgconfig(gee-0.8)
BuildRequires:  pkgconfig(gio-2.0)
BuildRequires:  pkgconfig(glib-2.0)
BuildRequires:  pkgconfig(granite)
BuildRequires:  pkgconfig(gtk+-3.0)
BuildRequires:  pkgconfig(libcanberra)
BuildRequires:  pkgconfig(libnotify)
Recommends:     %{name}-lang
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%glib2_gsettings_schema_requires

%description
A clock application that is designed to fit perfectly into
Elementary's design scheme.

%lang_package

%prep
%setup -q

%build
%cmake \
      -DGSETTINGS_COMPILE=OFF
make %{?_smp_mflags}

%install
%cmake_install %{?_smp_mflags}
%suse_update_desktop_file -r %{name} GNOME GTK Utility Clock
sed -i 's/^\(Version=\).*/\11.0/' 
%{buildroot}%{_datadir}/applications/%{name}.desktop
sed -i '/Keywords/s/$/;/' %{buildroot}%{_datadir}/applications/%{name}.desktop
%fdupes %{buildroot}%{_datadir}/
%find_lang %{name}

%post
%glib2_gsettings_schema_post
%icon_theme_cache_post
%desktop_database_post

%postun
%glib2_gsettings_schema_postun
%icon_theme_cache_postun
%desktop_database_postun

%files
%defattr(-,root,root)
%doc AUTHORS COPYING README.md
%{_bindir}/%{name}*
%{_datadir}/%{name}/
%{_datadir}/applications/%{name}.desktop
%{_datadir}/glib-2.0/schemas/org.pantheon.%{name}.gschema.xml
%{_datadir}/icons/hicolor/*/apps/%{name}.??g
%{_datadir}/pixmaps/%{name}.??g
%{_sysconfdir}/xdg/autostart/%{name}-daemon.desktop

%files lang -f %{name}.lang
%defattr(-,root,root)

%changelog

Reply via email to