Author: wrobell Date: Sun Sep 4 20:44:46 2011 GMT Module: packages Tag: HEAD ---- Log message: - ver. 0.11.0
---- Files affected: packages/shotwell: shotwell-cflags.patch (1.2 -> 1.3) , shotwell.spec (1.20 -> 1.21) ---- Diffs: ================================================================ Index: packages/shotwell/shotwell-cflags.patch diff -u packages/shotwell/shotwell-cflags.patch:1.2 packages/shotwell/shotwell-cflags.patch:1.3 --- packages/shotwell/shotwell-cflags.patch:1.2 Tue Apr 5 09:05:57 2011 +++ packages/shotwell/shotwell-cflags.patch Sun Sep 4 22:44:41 2011 @@ -1,5 +1,6 @@ ---- shotwell-0.9.1/plugins/Makefile.plugin.mk.orig 2011-04-04 19:54:27.000000000 +0200 -+++ shotwell-0.9.1/plugins/Makefile.plugin.mk 2011-04-05 08:52:34.000000000 +0200 +diff -Nur shotwell-0.11.0.orig/plugins/Makefile.plugin.mk shotwell-0.11.0/plugins/Makefile.plugin.mk +--- shotwell-0.11.0.orig/plugins/Makefile.plugin.mk 2011-08-23 19:19:18.000000000 +0100 ++++ shotwell-0.11.0/plugins/Makefile.plugin.mk 2011-09-04 21:31:10.000000000 +0100 @@ -32,8 +32,8 @@ CFILES := $(notdir $(SRC_FILES:.vala=.c)) OFILES := $(notdir $(SRC_FILES:.vala=.o)) @@ -19,8 +20,8 @@ + $(CC) -c $(LOCAL_CFLAGS) $(DEFINES) -I../.. $(CFILES) $(PLUGIN).so: $(OFILES) -- $(CC) $(CFLAGS) $(LDFLAGS) $(OFILES) -I../.. -shared -o $@ -+ $(CC) $(LOCAL_CFLAGS) $(LOCAL_LDFLAGS) $(OFILES) -I../.. -shared -o $@ +- $(CC) $(CFLAGS) -Wl,--no-as-needed $(LDFLAGS) $(OFILES) -I../.. -shared -o $@ ++ $(CC) $(LOCAL_CFLAGS) -Wl,--no-as-needed $(LOCAL_LDFLAGS) $(OFILES) -I../.. -shared -o $@ .PHONY: cleantemps cleantemps: ================================================================ Index: packages/shotwell/shotwell.spec diff -u packages/shotwell/shotwell.spec:1.20 packages/shotwell/shotwell.spec:1.21 --- packages/shotwell/shotwell.spec:1.20 Sun Jul 24 20:52:09 2011 +++ packages/shotwell/shotwell.spec Sun Sep 4 22:44:41 2011 @@ -1,12 +1,12 @@ # $Revision$, $Date$ Summary: Photo manager for GNOME Name: shotwell -Version: 0.10.1 +Version: 0.11.0 Release: 1 License: LGPL v2+ and CC-BY-SA Group: X11/Applications -Source0: http://yorba.org/download/shotwell/0.10/%{name}-%{version}.tar.bz2 -# Source0-md5: ef75923257e8554d14a6545c83406700 +Source0: http://yorba.org/download/shotwell/0.11/%{name}-%{version}.tar.bz2 +# Source0-md5: f0e942b639d899a91c3cf343f6f553bb Patch0: %{name}-cflags.patch URL: http://yorba.org/shotwell/ BuildRequires: GConf2-devel >= 2.22.0 @@ -95,6 +95,8 @@ %{_desktopdir}/%{name}-viewer.desktop %{_desktopdir}/%{name}.desktop %{_datadir}/%{name} +%{_datadir}/GConf/gsettings/*.convert +%{_datadir}/glib-2.0/schemas/*.gschema.xml %dir %{_libdir}/%{name} %dir %{_libdir}/%{name}/plugins %dir %{_libdir}/%{name}/plugins/builtin @@ -110,6 +112,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.21 2011/09/04 20:44:41 wrobell +- ver. 0.11.0 + Revision 1.20 2011/07/24 18:52:09 megabajt - fixed BR (changed gexiv2-devel to vala-gexiv2) - package all translations ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/shotwell/shotwell-cflags.patch?r1=1.2&r2=1.3&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/shotwell/shotwell.spec?r1=1.20&r2=1.21&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
