From b0000fd188df18de693b9ba901c085ba56794b327750045ed33be38e43800b89 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 26 Mar 2009 16:52:38 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-common?expand=0&rev=7 --- gnome-common-2.24.0.tar.bz2 | 3 --- gnome-common-2.26.0.tar.bz2 | 3 +++ gnome-common.changes | 7 +++++++ gnome-common.spec | 11 +++++++---- 4 files changed, 17 insertions(+), 7 deletions(-) delete mode 100644 gnome-common-2.24.0.tar.bz2 create mode 100644 gnome-common-2.26.0.tar.bz2 diff --git a/gnome-common-2.24.0.tar.bz2 b/gnome-common-2.24.0.tar.bz2 deleted file mode 100644 index f266529..0000000 --- a/gnome-common-2.24.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e36fc07118e9d3cc0a4808cfbc6bfbd03ab5ba1ce0a311df9573dbbc0d189bac -size 64560 diff --git a/gnome-common-2.26.0.tar.bz2 b/gnome-common-2.26.0.tar.bz2 new file mode 100644 index 0000000..c7e7668 --- /dev/null +++ b/gnome-common-2.26.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6233ee73886c5ac31890c1a9b9f216e5f14558467dea7b0a61ef3c4cf51d84d +size 69278 diff --git a/gnome-common.changes b/gnome-common.changes index 8a3bb2d..ef0ea99 100644 --- a/gnome-common.changes +++ b/gnome-common.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Mar 20 02:08:19 CET 2009 - vuntz@novell.com + +- Update to version 2.26.0: + + Add more flags to DISABLE_DEPRECATED. +- Remove AutoReqProv: it's default now. + ------------------------------------------------------------------- Sun Jan 25 05:13:56 CET 2009 - vuntz@novell.com diff --git a/gnome-common.spec b/gnome-common.spec index 278cc6b..6926731 100644 --- a/gnome-common.spec +++ b/gnome-common.spec @@ -1,5 +1,5 @@ # -# spec file for package gnome-common (Version 2.24.0) +# spec file for package gnome-common (Version 2.26.0) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -31,11 +31,10 @@ Requires: intltool Requires: libtool Requires: pkg-config Summary: Commonly Used Files for the GNOME 2.x Desktop Platform -Version: 2.24.0 -Release: 2 +Version: 2.26.0 +Release: 1 License: GPL v2 or later Group: System/GUI/GNOME -AutoReqProv: on Source: %{name}-%{version}.tar.bz2 Url: http://www.gnome.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -73,6 +72,10 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gnome-common %changelog +* Fri Mar 20 2009 vuntz@novell.com +- Update to version 2.26.0: + + Add more flags to DISABLE_DEPRECATED. +- Remove AutoReqProv: it's default now. * Sun Jan 25 2009 vuntz@novell.com - Add various Requires to make gnome-common work out of the box. Fix bnc#463104.