From 867a2fb3ba2feeb84f3cde0934b5a9697f5ee36f Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Thu, 3 Sep 2009 22:22:33 +0000 Subject: [PATCH] Accepting request 19687 from GNOME:Factory Copy from GNOME:Factory/anjuta based on submit request 19687 from user vuntz OBS-URL: https://build.opensuse.org/request/show/19687 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/anjuta?expand=0&rev=32 --- anjuta-2.27.5.0.tar.bz2 | 3 -- anjuta-2.27.91.0.tar.bz2 | 3 ++ anjuta.changes | 39 ++++++++++++++++++++++ anjuta.spec | 71 +++++++++++----------------------------- 4 files changed, 61 insertions(+), 55 deletions(-) delete mode 100644 anjuta-2.27.5.0.tar.bz2 create mode 100644 anjuta-2.27.91.0.tar.bz2 diff --git a/anjuta-2.27.5.0.tar.bz2 b/anjuta-2.27.5.0.tar.bz2 deleted file mode 100644 index aeef545..0000000 --- a/anjuta-2.27.5.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f13013f73d9cd2eadc24be4e0e4be4b1171e82909bb000ddf5e445e392ddce4f -size 7322973 diff --git a/anjuta-2.27.91.0.tar.bz2 b/anjuta-2.27.91.0.tar.bz2 new file mode 100644 index 0000000..693e692 --- /dev/null +++ b/anjuta-2.27.91.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:456d923146f3f1d3579cf6ef85946bd8219cdad58d7777e20e05905d2663f379 +size 7352705 diff --git a/anjuta.changes b/anjuta.changes index 5eefcc3..e98fafc 100644 --- a/anjuta.changes +++ b/anjuta.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Thu Aug 27 12:50:26 CEST 2009 - vuntz@novell.com + +- Update to version 2.27.91.0: + + Some git fixes (file-status, etc.) + + Stability fixes on symbol-db + + bgo#593236: Typo in Anjuta pot file + + bgo#592941 – Fixed errors in Anjuta IDE Manual (Greek + translation) + + bgo#591758 - Fix language mistakes + + bgo#591887 - Bad strings for translation + + bgo#590117 – Build failure: local scandir() function collides + with system's + + bgo#589828 – Can't open GtkBuilder files with the glade plugin + + bgo#590708 – Some untranslated strings + + bgo#591359 – Need an easier and intuitive way to create a + shared library project + + bgo#590337 – Compile failure: not allowed to link against a + module + + bgo#590720 – glade plugin FTBFS on mips(el) and alpha, + LANGUAGE_C built-in + + bgo#575926 – 'Maintain past indentation' disables itself + + bgo#578690 – Several components underlinked + + bgo#585428 – Context needed to translate + + bgo#590334 – Fix -I ordering + + bgo#590338 – Missing plugins flags + + bgo#566698 - git: Add init support + + bgo#588112 - language-support-cpp-java: fixed infinite loop / + freeze + + bgo#587248 – Encoding key in desktop file is deprecated + + bgo#588485 – fixes from running anjuta with + G_DEBUG="fatal_warnings" + + bgo#589699 – When ~/.cache isn't exists, session data isn't + saved + + bgo#588506 – Wrong value of PACKAGE_DOC_DIR + + bgo#589601 – "gtk-execute" and "gtk-cancel" marked for + translation +- Use spec-cleaner script to reorder lines in preamble. + ------------------------------------------------------------------- Wed Jul 29 06:07:51 CEST 2009 - vuntz@novell.com diff --git a/anjuta.spec b/anjuta.spec index 23d1a6f..7fdbdbf 100644 --- a/anjuta.spec +++ b/anjuta.spec @@ -1,5 +1,5 @@ # -# spec file for package anjuta (Version 2.27.5.0) +# spec file for package anjuta (Version 2.27.91.0) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -15,10 +15,17 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: anjuta +Version: 2.27.91.0 +Release: 1 +License: GPL v2 or later +Summary: GNOME IDE for C and C++ +Url: http://anjuta.sourceforge.net/ +Group: Development/Tools/IDE +Source: anjuta-%{version}.tar.bz2 +Source1: %{name}-rpmlintrc BuildRequires: autogen BuildRequires: binutils-devel BuildRequires: devhelp-devel @@ -47,21 +54,13 @@ BuildRequires: update-desktop-files BuildRequires: valgrind-devel %endif BuildRequires: vte-devel -License: GPL v2 or later -Group: Development/Tools/IDE +Requires: %{name}-lang = %{version} # Directly required by anjuta: +Requires: autoconf Requires: autogen Requires: automake -Requires: autoconf -Requires: libtool Requires: gettext -Version: 2.27.5.0 -Release: 1 -Requires: %{name}-lang = %{version} -Summary: GNOME IDE for C and C++ -Source: anjuta-%{version}.tar.bz2 -Source1: %{name}-rpmlintrc -Url: http://anjuta.sourceforge.net/ +Requires: libtool BuildRoot: %{_tmppath}/%{name}-%{version}-build %gconf_schemas_prereq @@ -73,22 +72,12 @@ the collection of command line programming utilities and tools available for the GNU system. These are usually run via a text console and can be unfriendly to use. - - -Authors: --------- - Naba kumar - Stéphane Démurget - Andy Piper - Hector Rivera Falu - Luca Bellonda - Biswapesh Chattopadhyay - %package devel License: GPL v2 or later Summary: GNOME IDE for C and C++ Group: Development/Tools/IDE -Requires: %{name} = %{version} gdl-devel +Requires: %{name} = %{version} +Requires: gdl-devel %description devel Anjuta is a versatile integrated development environment (IDE) for C @@ -98,17 +87,6 @@ the collection of command line programming utilities and tools available for the GNU system. These are usually run via a text console and can be unfriendly to use. - - -Authors: --------- - Naba kumar - Stéphane Démurget - Andy Piper - Hector Rivera Falu - Luca Bellonda - Biswapesh Chattopadhyay - %package doc License: GPL v2 or later Summary: GNOME IDE for C and C++ @@ -123,17 +101,6 @@ the collection of command line programming utilities and tools available for the GNU system. These are usually run via a text console and can be unfriendly to use. - - -Authors: --------- - Naba kumar - Stéphane Démurget - Andy Piper - Hector Rivera Falu - Luca Bellonda - Biswapesh Chattopadhyay - %lang_package %prep %setup -q @@ -147,19 +114,19 @@ make %{?jobs:-j%jobs} %install %makeinstall # These should go to defaultdocdir. -rm -r $RPM_BUILD_ROOT%{_datadir}/doc -DESTDIR=$RPM_BUILD_ROOT mime-info-to-mime +rm -r %{buildroot}%{_datadir}/doc +DESTDIR=%{buildroot} mime-info-to-mime %suse_update_desktop_file -C "" -G "Integrated Development Environment" anjuta Development IDE GNOME %find_lang anjuta %find_lang anjuta-build-tutorial anjuta.lang %find_lang anjuta-faqs anjuta.lang %find_lang anjuta-manual anjuta.lang %find_gconf_schemas -find %{buildroot} -type f -name "*.la" -exec %{__rm} -fv {} + -%fdupes $RPM_BUILD_ROOT +find %{buildroot} -type f -name "*.la" -delete -print +%fdupes %{buildroot} %clean -rm -rf $RPM_BUILD_ROOT +rm -rf %{buildroot} %pre -f %{name}.schemas_pre