From 2e1d319377a9387a06739514b29ac8046c369262fe573ebc0d74d61c14a8d09b Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Fri, 2 Sep 2011 16:08:53 +0000 Subject: [PATCH] Accepting request 80644 from home:vuntz:branches:GNOME:Factory Update to 3.1.90 OBS-URL: https://build.opensuse.org/request/show/80644 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-color-manager?expand=0&rev=39 --- gnome-color-manager-3.1.2.tar.bz2 | 3 --- gnome-color-manager-3.1.90.tar.bz2 | 3 +++ gnome-color-manager-as_needed.patch | 15 -------------- gnome-color-manager.changes | 31 +++++++++++++++++++++++++++++ gnome-color-manager.spec | 22 +++----------------- 5 files changed, 37 insertions(+), 37 deletions(-) delete mode 100644 gnome-color-manager-3.1.2.tar.bz2 create mode 100644 gnome-color-manager-3.1.90.tar.bz2 delete mode 100644 gnome-color-manager-as_needed.patch diff --git a/gnome-color-manager-3.1.2.tar.bz2 b/gnome-color-manager-3.1.2.tar.bz2 deleted file mode 100644 index 42cbda0..0000000 --- a/gnome-color-manager-3.1.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7131ac66e071a7e13b3a3b2c1856eeba9a5814dd38f7ad2f843e4504d0ae5ead -size 3625550 diff --git a/gnome-color-manager-3.1.90.tar.bz2 b/gnome-color-manager-3.1.90.tar.bz2 new file mode 100644 index 0000000..35f18b5 --- /dev/null +++ b/gnome-color-manager-3.1.90.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f890b30a26e24321c63feaca62a46a9c37219edd4ca2705cd01d31631a5d8a8 +size 2852117 diff --git a/gnome-color-manager-as_needed.patch b/gnome-color-manager-as_needed.patch deleted file mode 100644 index c819487..0000000 --- a/gnome-color-manager-as_needed.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -ur gnome-color-manager-3.1.2.orig/tools/Makefile.am gnome-color-manager-3.1.2/tools/Makefile.am ---- gnome-color-manager-3.1.2.orig/tools/Makefile.am 2011-05-26 11:44:24.000000000 +0200 -+++ gnome-color-manager-3.1.2/tools/Makefile.am 2011-06-16 13:24:46.160221608 +0200 -@@ -28,10 +28,10 @@ - gcm-dump-profile.c - - gcm_dump_profile_LDADD = \ -+ $(top_builddir)/src/libgcmshared.a \ - $(GLIB_LIBS) \ - $(COLORD_LIBS) \ - $(LCMS_LIBS) \ -- $(top_builddir)/src/libgcmshared.a \ - -lm - - gcm_dump_profile_CFLAGS = \ diff --git a/gnome-color-manager.changes b/gnome-color-manager.changes index 3a6241b..d38815f 100644 --- a/gnome-color-manager.changes +++ b/gnome-color-manager.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Thu Sep 1 14:15:31 UTC 2011 - vuntz@opensuse.org + +- Update to version 3.1.90: + + New Features: + - Add a --file argument to gcm-viewer to show files + - Allow the profile title to be changed in gcm-calibrate + - Ask the user for the target whitepoint when creating a + profile + - Make importing color profiles sexy + - Move the help files to gnome-user-docs + - Remove gcm-session, it's not required anymore + - Use cd_client_import_profile_sync() when generating profiles + + Bugfix: + - Allow writing dictionary items of longer then 512 bytes + - Correctly use plural forms in the calibration wizard. + (bgo#654247) + - Do not build with G_DISABLE_DEPRECATED for our future sanity + - Fix a crash in gcm-picker when a color sensor is plugged in + - Fix a critical warning in gcm-picker when CUPS printers are + installed + - Fix linking with -Wl,--as-needed + - Fix the profile list sorting when the user has virtual + profiles from CUPS + - Make the clutter and mash dependency non-automagic + - Remove the GetProfilesForDevice() DBus method call + + Updated translations. +- Drop gnome-color-manager-as_needed.patch: fixed upstream. +- Remove gnome-common BuildRequires, and call to gnome-autogen.sh: + those were needed for the above patch. + ------------------------------------------------------------------- Fri Jun 17 00:08:29 CEST 2011 - vuntz@opensuse.org diff --git a/gnome-color-manager.spec b/gnome-color-manager.spec index c29cfa2..89947a8 100644 --- a/gnome-color-manager.spec +++ b/gnome-color-manager.spec @@ -20,7 +20,7 @@ Name: gnome-color-manager -Version: 3.1.2 +Version: 3.1.90 Release: 1 # FIXME: possibly add mash BuildRequires for 3D support. Check first if mash is still alive upstream. # (https://github.com/clutter-project/mash / packaged as libmash in Fedora) @@ -28,19 +28,15 @@ Summary: Color management tools for GNOME License: GPLv2+ Group: System/GUI/GNOME Url: http://projects.gnome.org/gnome-color-manager -Source: %{name}-%{version}.tar.bz2 -# PATCH-FIX-UPSTREAM gnome-color-manager-as_needed.patch bgo#652722 dimstar@opensuse.org -- Fix build with -Wl,--as-needed -Patch0: gnome-color-manager-as_needed.patch +Source: http://download.gnome.org/sources/gnome-color-manager/3.1/%{name}-%{version}.tar.bz2 BuildRequires: docbook-utils BuildRequires: gcc-c++ -# Needed for patch0 -BuildRequires: gnome-common BuildRequires: gnome-doc-utils-devel BuildRequires: intltool BuildRequires: libtiff-devel BuildRequires: translation-update-upstream BuildRequires: update-desktop-files -BuildRequires: pkgconfig(colord) +BuildRequires: pkgconfig(colord) >= 0.1.12 BuildRequires: pkgconfig(exiv2) BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gtk+-3.0) @@ -66,10 +62,8 @@ install and generate color profiles in the GNOME desktop. %prep %setup -q translation-update-upstream -%patch0 -p1 %build -NOCONFIGURE=1 gnome-autogen.sh %configure --disable-static \ --disable-scrollkeeper %{__make} %{?jobs:-j %jobs} V=1 @@ -80,7 +74,6 @@ find %{buildroot} -type f -name "*.la" -delete -print %suse_update_desktop_file gcm-calibrate %suse_update_desktop_file gcm-import %suse_update_desktop_file gcm-picker -%suse_update_desktop_file gcm-session %suse_update_desktop_file gcm-viewer %find_lang %{name} %{?no_lang_C} @@ -98,22 +91,13 @@ rm -rf %{buildroot} %files %defattr(-, root, root) %doc AUTHORS ChangeLog COPYING MAINTAINERS NEWS README -%dir %{_datadir}/gnome/ -%dir %{_datadir}/gnome/help/ -%dir %{_datadir}/gnome/help/%{name}/ -%doc %{_datadir}/gnome/help/%{name}/C/ -%dir %{_datadir}/omf/ -%dir %{_datadir}/omf/%{name}/ -%doc %{_datadir}/omf/%{name}/%{name}-C.omf %{_bindir}/gcm-* %{_datadir}/applications/*.desktop -%{_datadir}/dbus-1/interfaces/org.gnome.ColorManager.xml %{_datadir}/dbus-1/services/org.gnome.ColorManager.service %{_datadir}/gnome-color-manager/ %{_datadir}/icons/hicolor/*/apps/gnome-color-manager.* %{_datadir}/icons/hicolor/*/mimetypes/application-vnd.iccprofile.* %{_mandir}/man?/*.* -%{_sysconfdir}/xdg/autostart/*.desktop %{_libexecdir}/gcm-helper-exiv %files lang -f %{name}.lang