Hello community,

here is the log from the commit of package anjuta-extras for openSUSE:Factory 
checked in at 2012-01-26 13:59:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/anjuta-extras (Old)
 and      /work/SRC/openSUSE:Factory/.anjuta-extras.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "anjuta-extras", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/anjuta-extras/anjuta-extras.changes      
2012-01-09 11:14:45.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.anjuta-extras.new/anjuta-extras.changes 
2012-01-26 13:59:39.000000000 +0100
@@ -1,0 +2,26 @@
+Tue Jan 17 08:52:29 UTC 2012 - [email protected]
+
+- Update to version 3.3.4:
+  + scintilla:
+    - Add editor view settings
+    - Improve style setting dialog
+    - Fix reload comparison when removing trailing space
+    - Fix a crash when saving an empty file
+    - Move preferences to org/gnome/anjuta/plugins/scintilla
+    - Add an id column to GtkComboBox used in preferences
+    - Add one page of documentation in Mallard format
+    - Link to gmodule to fix build against glib >= 2.31
+    - Other bugs fixed: bgo#610371, bgo#664514.
+  + scratchbox:
+    - Move preferences to org/gnome/anjuta/plugins/scratchbox
+    - Add an id column to GtkComboBox used in preferences
+  + Updated translations.
+- Drop anjuta-extras-link-gmodule.patch: fixed upstream.
+- Remove gnome-common BuildRequires and call to gnome-autogen.sh,
+  that were only needed for above patch.
+- Add gnome-doc-utils-devel BuildRequires for new documentation.
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+
+-------------------------------------------------------------------

Old:
----
  anjuta-extras-3.2.0.tar.bz2
  anjuta-extras-link-gmodule.patch

New:
----
  anjuta-extras-3.3.4.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ anjuta-extras.spec ++++++
--- /var/tmp/diff_new_pack.lqNfqP/_old  2012-01-26 13:59:41.000000000 +0100
+++ /var/tmp/diff_new_pack.lqNfqP/_new  2012-01-26 13:59:41.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package anjuta-extras
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2009 Dominique Leuenberger, Almere, The Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -16,25 +16,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 Name:           anjuta-extras
 Summary:        Extra plugins for anjuta
 License:        GPL-2.0+
 Group:          Development/Tools/IDE
-Version:        3.2.0
+Version:        3.3.4
 Release:        0
 Url:            http://download.gnome.org/sources/anjuta-extras
-Source:         
http://download.gnome.org/sources/anjuta-extras/3.2/%{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM anjuta-extras-link-gmodule.patch bgo#666656 
[email protected] -- Link to gmodule
-Patch0:         anjuta-extras-link-gmodule.patch
+Source:         
http://download.gnome.org/sources/anjuta-extras/3.3/%{name}-%{version}.tar.xz
 # For directory ownership; okay since we have a Requires on anjuta
 BuildRequires:  anjuta
 BuildRequires:  anjuta-devel
 BuildRequires:  gcc-c++
-# needed by patch0
-BuildRequires:  gnome-common
+BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
 Recommends:     %{name}-lang
 Requires:       anjuta
 Requires:       gsettings-desktop-schemas
@@ -51,11 +49,8 @@
 %prep
 %setup -q
 translation-update-upstream
-%patch0 -p1
 
 %build
-# needed by patch0
-NOCONFIGURE=1 gnome-autogen.sh
 %configure --disable-static
 %__make %{?smp_mflags}
 
@@ -72,7 +67,14 @@
 
 %files
 %defattr(-,root,root)
-%{_libdir}/anjuta/*.plugin
+%dir %{_datadir}/gnome/
+%dir %{_datadir}/gnome/help/
+%dir %{_datadir}/gnome/help/anjuta-manual/
+%doc %{_datadir}/gnome/help/anjuta-manual/C/
+# Explicitly list .plugin files so we know what we ship
+%{_libdir}/anjuta/anjuta-editor.plugin
+%{_libdir}/anjuta/anjuta-sample.plugin
+%{_libdir}/anjuta/anjuta-scratchbox.plugin
 %{_libdir}/anjuta/*.so*
 %{_datadir}/pixmaps/anjuta/*
 %{_datadir}/anjuta/*

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to