Accepting request 77778 from GNOME:Factory
Pushing G:F OBS-URL: https://build.opensuse.org/request/show/77778 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/eog-plugins?expand=0&rev=10
This commit is contained in:
commit
84d0ff5ed1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3612e5f2a085c7bfbe1914cb8c529e5f714064ea2979700d84838854a81be886
|
||||
size 365531
|
3
eog-plugins-3.1.2.tar.bz2
Normal file
3
eog-plugins-3.1.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c0c5268a270c3bea13cadc408ab133c4f2d2a993ed118beba880514ef1ce7fda
|
||||
size 368037
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 26 00:13:28 CEST 2011 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 3.1.2:
|
||||
+ Map
|
||||
- bgo#654650: Wrong location of photos with map plugin
|
||||
+ Exif Display
|
||||
- Move GtkBuilder files out of /usr/lib into /usr/share
|
||||
+ PicasaWeb Uploader
|
||||
- bgo#654302: postasa plugin doesn't build with libgdata 0.9.x
|
||||
- Move GtkBuilder files out of /usr/lib into /usr/share
|
||||
- Various small code and UI improvements
|
||||
+ Updated translatons.
|
||||
- Re-enable pkgconfig(libgdata) BuildRequires as the postasa plugin
|
||||
is buildable again.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 9 18:38:23 CEST 2011 - vuntz@opensuse.org
|
||||
|
||||
|
@ -18,9 +18,8 @@
|
||||
|
||||
|
||||
Name: eog-plugins
|
||||
Version: 3.1.1
|
||||
Version: 3.1.2
|
||||
Release: 1
|
||||
#FIXME: on update to new version (last checked: 3.1.1), re-enable libgdata BuildRequires (see bgo#654302)
|
||||
#FIXME: add postr BuildRequires when we have a package
|
||||
License: GPLv2+
|
||||
Summary: A collection of plugins for Eye of GNOME
|
||||
@ -35,7 +34,7 @@ BuildRequires: pkgconfig(clutter-gtk-1.0)
|
||||
BuildRequires: pkgconfig(eog)
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(libexif)
|
||||
#BuildRequires: pkgconfig(libgdata)
|
||||
BuildRequires: pkgconfig(libgdata)
|
||||
BuildRequires: pkgconfig(libpeas-1.0)
|
||||
BuildRequires: pkgconfig(pygobject-2.0)
|
||||
Requires: %{name}-lang = %{version}
|
||||
@ -77,17 +76,18 @@ rm -rf %{buildroot}
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/eog/plugins/*.py*
|
||||
%{_libdir}/eog/plugins/*.so
|
||||
%{_libdir}/eog/plugins/exif-display/
|
||||
#%{_libdir}/eog/plugins/postasa/
|
||||
%{_libdir}/eog/plugins/pythonconsole/
|
||||
# Explicit list of plugins
|
||||
%{_libdir}/eog/plugins/exif-display.plugin
|
||||
%{_libdir}/eog/plugins/fit-to-width.plugin
|
||||
%{_libdir}/eog/plugins/map.plugin
|
||||
#%{_libdir}/eog/plugins/postasa.plugin
|
||||
%{_libdir}/eog/plugins/postasa.plugin
|
||||
%{_libdir}/eog/plugins/pythonconsole.plugin
|
||||
%{_libdir}/eog/plugins/send-by-mail.plugin
|
||||
%{_libdir}/eog/plugins/slideshowshuffle.plugin
|
||||
%dir %{_datadir}/eog/plugins
|
||||
%{_datadir}/eog/plugins/exif-display/
|
||||
%{_datadir}/eog/plugins/postasa/
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.eog.plugins.exif-display.gschema.xml
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
Loading…
Reference in New Issue
Block a user