forked from pool/xfce4-screenshooter
Accepting request 512208 from X11:xfce
1 OBS-URL: https://build.opensuse.org/request/show/512208 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xfce4-screenshooter?expand=0&rev=27
This commit is contained in:
commit
5b3b185e9d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9dce2ddfaa87f703e870e29bae13f3fc82a1b3f06b44f8386640e45a135f5f69
|
|
||||||
size 492524
|
|
3
xfce4-screenshooter-1.9.1.tar.bz2
Normal file
3
xfce4-screenshooter-1.9.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e62b31d9cf06a7414a26400c2ebe7a2ae7c2b22aa60f997f25145ea9ebe6e0db
|
||||||
|
size 514979
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 19 07:46:21 UTC 2017 - seife+obs@b1-systems.com
|
||||||
|
|
||||||
|
- update to version 1.9.1
|
||||||
|
- Fix crash on program exit after image upload (bug #13415)
|
||||||
|
- version 1.9.0
|
||||||
|
- Use HTTPS for imgur (bxo#13415)
|
||||||
|
- version 1.8.99
|
||||||
|
- Port to GTK+3
|
||||||
|
- Fix appdata description
|
||||||
|
- Fix crash in GValueArray handling (bxo#11879)
|
||||||
|
- Use while instead of when in strings (bxo#12157)
|
||||||
|
- Fix gray overlay in region mode screenshots (bxo#11922)
|
||||||
|
- Fix crash when uploading to zimagez (bxo#11879)
|
||||||
|
- Updated translations
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 27 08:46:53 UTC 2015 - gber@opensuse.org
|
Tue Jan 27 08:46:53 UTC 2015 - gber@opensuse.org
|
||||||
|
|
||||||
|
@ -17,29 +17,29 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define panel_version 4.7.0
|
%define panel_version 4.12.0
|
||||||
|
|
||||||
Name: xfce4-screenshooter
|
Name: xfce4-screenshooter
|
||||||
Version: 1.8.2
|
Version: 1.9.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Screenshot Tool for the Xfce Desktop
|
Summary: Screenshot Tool for the Xfce Desktop
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Productivity/Graphics/Other
|
Group: Productivity/Graphics/Other
|
||||||
Url: http://goodies.xfce.org/projects/applications/xfce4-screenshooter
|
Url: http://goodies.xfce.org/projects/applications/xfce4-screenshooter
|
||||||
Source: http://archive.xfce.org/src/apps/xfce4-screenshooter/1.8/%{name}-%{version}.tar.bz2
|
Source: http://archive.xfce.org/src/apps/xfce4-screenshooter/1.9/%{name}-%{version}.tar.bz2
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: xfce4-dev-tools
|
BuildRequires: xfce4-dev-tools
|
||||||
BuildRequires: pkgconfig(exo-1)
|
BuildRequires: pkgconfig(exo-2) >= 0.11.0
|
||||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
||||||
BuildRequires: pkgconfig(glib-2.0)
|
BuildRequires: pkgconfig(glib-2.0)
|
||||||
BuildRequires: pkgconfig(gthread-2.0)
|
BuildRequires: pkgconfig(gthread-2.0)
|
||||||
BuildRequires: pkgconfig(gtk+-2.0)
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.20.0
|
||||||
BuildRequires: pkgconfig(libsoup-2.4)
|
BuildRequires: pkgconfig(libsoup-2.4)
|
||||||
BuildRequires: pkgconfig(libxfce4panel-1.0)
|
BuildRequires: pkgconfig(libxfce4panel-2.0) >= 4.12.0
|
||||||
BuildRequires: pkgconfig(libxfce4ui-1)
|
BuildRequires: pkgconfig(libxfce4ui-2) >= 4.12.0
|
||||||
BuildRequires: pkgconfig(libxfce4util-1.0)
|
BuildRequires: pkgconfig(libxfce4util-1.0) >= 4.10.0
|
||||||
BuildRequires: pkgconfig(xext)
|
BuildRequires: pkgconfig(xext)
|
||||||
BuildRequires: pkgconfig(xfixes)
|
BuildRequires: pkgconfig(xfixes)
|
||||||
Recommends: %{name}-lang = %{version}
|
Recommends: %{name}-lang = %{version}
|
||||||
|
Loading…
Reference in New Issue
Block a user