Accepting request 719859 from X11:xfce
Update to 0.6.4 OBS-URL: https://build.opensuse.org/request/show/719859 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgarcon?expand=0&rev=31
This commit is contained in:
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 27 15:23:04 UTC 2019 - Marcel Kuehlhorn <tux93@opensuse.org>
|
||||
|
||||
- Update to version 0.6.4
|
||||
* Update gitignore
|
||||
* Fix use after free crash (bxo#15679)
|
||||
* Translation updates
|
||||
- Removed %defattr macros
|
||||
- Use %make_build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 30 22:42:45 UTC 2019 - Marcel Kuehlhorn <tux93@opensuse.org>
|
||||
|
||||
- Update to version 0.6.3
|
||||
* Fix g_type_class_add_private deprecation in recent GLib
|
||||
* Translation Updates
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 16 13:46:13 UTC 2019 - Maurizio Galli <maurizio.galli@gmail.com>
|
||||
|
||||
|
||||
+2
-9
@@ -18,7 +18,7 @@
|
||||
|
||||
%define libname libgarcon-1-0
|
||||
Name: libgarcon
|
||||
Version: 0.6.2
|
||||
Version: 0.6.4
|
||||
Release: 0
|
||||
Summary: Library Implementing the freedesktop.org Desktop Menu Specification
|
||||
License: GPL-2.0-or-later
|
||||
@@ -37,7 +37,6 @@ BuildRequires: pkgconfig(gtk+-2.0)
|
||||
BuildRequires: pkgconfig(gtk-doc)
|
||||
BuildRequires: pkgconfig(libxfce4ui-1)
|
||||
BuildRequires: pkgconfig(libxfce4util-1.0)
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
Garcon is a library based on GLib and GIO which implements the freedesktop.org
|
||||
@@ -123,7 +122,7 @@ Provides translations to the package %{name}
|
||||
%configure \
|
||||
--disable-static \
|
||||
--enable-gtk-doc
|
||||
make %{?_smp_mflags} V=1
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
@@ -139,22 +138,18 @@ rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
|
||||
%postun -n %{libname} -p /sbin/ldconfig
|
||||
|
||||
%files -n %{libname}
|
||||
%defattr(-,root,root)
|
||||
%license COPYING
|
||||
%{_libdir}/libgarcon-1.so.*
|
||||
%{_libdir}/libgarcon-gtk2-1.so.*
|
||||
%{_libdir}/libgarcon-gtk3-1.so.*
|
||||
|
||||
%files data
|
||||
%defattr(-,root,root)
|
||||
%dir %{_datadir}/desktop-directories
|
||||
%{_datadir}/desktop-directories/*.directory
|
||||
|
||||
%files lang -f garcon.lang
|
||||
%defattr(-,root,root)
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/garcon-1/
|
||||
%{_includedir}/garcon-gtk2-1/
|
||||
%{_includedir}/garcon-gtk3-1/
|
||||
@@ -166,7 +161,6 @@ rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
|
||||
%{_libdir}/libgarcon-gtk3-1.so
|
||||
|
||||
%files doc
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS HACKING NEWS README STATUS TODO
|
||||
%license COPYING
|
||||
%dir %{_datadir}/gtk-doc
|
||||
@@ -174,7 +168,6 @@ rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
|
||||
%doc %{_datadir}/gtk-doc/html/garcon/
|
||||
|
||||
%files branding-upstream
|
||||
%defattr(-,root,root)
|
||||
%dir %{_sysconfdir}/xdg/menus
|
||||
%{_sysconfdir}/xdg/menus/xfce-applications.menu
|
||||
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a87f09648ff10d45c524b3bfe618f18622bdd8b205589d35fed2f12d9c79c47c
|
||||
size 539745
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d75e4753037a74733c07b71b8db7a656d869869f0f107f6411a306bbc87a762d
|
||||
size 519744
|
||||
Reference in New Issue
Block a user