Hello community,

here is the log from the commit of package lua-lgi for openSUSE:Factory checked 
in at 2015-05-06 11:19:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lua-lgi (Old)
 and      /work/SRC/openSUSE:Factory/.lua-lgi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lua-lgi"

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

--- /dev/null   2015-04-29 01:05:10.436023256 +0200
+++ /work/SRC/openSUSE:Factory/.lua-lgi.new/lua-lgi.changes     2015-05-06 
11:19:13.000000000 +0200
@@ -0,0 +1,21 @@
+-------------------------------------------------------------------
+Wed Apr 29 09:21:46 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 0.9.0:
+  * Allow defining new properties on custom GObject subclasses
+    implemented using lgi.
+  * Improve compatibility with locales (turkish).
+  * Fix GPtrArray handling.
+  * Improve behavior when running in assorted multiple-embedded and
+    concurrent scenarios.
+
+-------------------------------------------------------------------
+Fri Aug 15 13:05:56 UTC 2014 - fre...@suse.com
+
+- new upstream package; version 0.8.0
+
+-------------------------------------------------------------------
+Tue Jan  8 18:48:57 UTC 2013 - a...@mizerski.pl
+
+- new package; version 0.6.2
+

New:
----
  lgi-0.9.0.tar.gz
  lua-lgi.changes
  lua-lgi.spec

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

Other differences:
------------------
++++++ lua-lgi.spec ++++++
#
# spec file for package lua-lgi
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2012 Adam Mizerski <a...@mizerski.pl>
#
# 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/
#


%define _name lgi
Name:           lua-%{_name}
Version:        0.9.0
Release:        0
Summary:        Lua bindings to GObject libraries
License:        MIT
Group:          System/Libraries
Url:            https://github.com/pavouk/lgi
Source0:        
https://github.com/pavouk/%{_name}/archive/%{version}.tar.gz#/%{_name}-%{version}.tar.gz
BuildRequires:  pkg-config
BuildRequires:  pkgconfig(gmodule-2.0)
BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 0.10.8
BuildRequires:  pkgconfig(libffi)
BuildRequires:  pkgconfig(lua)
Requires:       lua

%description
Dynamic Lua binding to any library which is introspectable
using gobject-introspection. Allows using GObject-based libraries
directly from Lua.

%package doc
Summary:        Lua bindings to GObject libraries - documentation and samples
Group:          Development/Libraries/Other
Requires:       %{name} = %{version}

%description doc
Dynamic Lua binding to any library which is introspectable
using gobject-introspection. Allows using GObject-based libraries
directly from Lua.

%prep
%setup -q -n %{_name}-%{version}

%build
make %{?_smp_mflags} \
  COPTFLAGS="%{optflags}" \

%install
%make_install \
  PREFIX=%{_prefix}             \
  LUA_LIBDIR=%{lua_archdir}     \
  LUA_SHAREDIR=%{lua_noarchdir}

%files
%defattr(-,root,root)
%doc LICENSE README.md
%{lua_archdir}/%{_name}/
%{lua_noarchdir}/%{_name}.lua
%{lua_noarchdir}/%{_name}/

%files doc
%defattr(-,root,root)
%doc docs samples tools

%changelog

Reply via email to