Hello community,

here is the log from the commit of package anjuta for openSUSE:Factory checked 
in at 2012-01-09 11:14:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/anjuta (Old)
 and      /work/SRC/openSUSE:Factory/.anjuta.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "anjuta", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/anjuta/anjuta.changes    2011-10-25 
15:46:03.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.anjuta.new/anjuta.changes       2012-01-09 
11:14:42.000000000 +0100
@@ -1,0 +2,45 @@
+Tue Dec 20 23:11:52 UTC 2011 - [email protected]
+
+- Update to version 3.3.3:
+  + Fix various crashes (including bgo#665082, rh#532290,
+    rh#757236).
+  + Several improvements to git support.
+  + Several improvements to vala support.
+  + Fix memory leaks.
+  + Ship files missing in 3.3.2.
+  + Various other code changes.
+  + Other bugs fixed: bgo#641079, bgo#646695, bgo#656761,
+    bgo#666321, bgo#666336, bgo#666448, bgo#666482.
+  + Updated translations.
+- Drop gnome-shell-extension-template.tar.bz2: the files are in
+  the tarball now.
+
+-------------------------------------------------------------------
+Fri Dec  9 10:41:46 UTC 2011 - [email protected]
+
+- Split typelib files into typelib-1_0-Anjuta-3_0 subpackage.
+- Add typelib-1_0-Anjuta-3_0 Requires to devel subpackage.
+
+-------------------------------------------------------------------
+Sat Nov 26 12:44:34 UTC 2011 - [email protected]
+
+- Update to version 3.3.2:
+  + Add template for Gnome Shell Extension (bgo#661299).
+  + Bugs fixed: bgo#648934, bgo#662526, bgo#663016, bgo#663385,
+    bgo#664058, bgo#664263, bgo#645212, bgo#629769, bgo#658788,
+    bgo#662960.
+- Inject gnome-shell-extension-template.tar.bz2 into build system,
+  as the tarball misses those files. See bgo#664829.
+- 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.
+
+-------------------------------------------------------------------
+Wed Oct 26 19:26:57 UTC 2011 - [email protected]
+
+- Update to version 3.3.1:
+  + Integrate fixes from 3.2.1.
+  + Bugs fixed: bgo#610371, bgo#633284, bgo#653274, bgo#659563,
+    bgo#662526.
+
+-------------------------------------------------------------------

Old:
----
  anjuta-3.2.1.tar.bz2

New:
----
  anjuta-3.3.3.tar.xz

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

Other differences:
------------------
++++++ anjuta.spec ++++++
--- /var/tmp/diff_new_pack.rz5EVZ/_old  2012-01-09 11:14:44.000000000 +0100
+++ /var/tmp/diff_new_pack.rz5EVZ/_new  2012-01-09 11:14:44.000000000 +0100
@@ -16,16 +16,15 @@
 #
 
 
-
 Name:           anjuta
-Version:        3.2.1
-Release:        1
-License:        GPLv2+
+Version:        3.3.3
+Release:        0
 Summary:        Versatile Integrated Development Environment for GNOME
-Url:            http://anjuta.sourceforge.net/
+License:        GPL-2.0+
 Group:          Development/Tools/IDE
-Source:         
http://download.gnome.org/sources/anjuta/3.2/%{name}-%{version}.tar.bz2
-Source1:        %{name}-rpmlintrc
+Url:            http://anjuta.sourceforge.net/
+Source:         
http://download.gnome.org/sources/anjuta/3.3/%{name}-%{version}.tar.xz
+Source99:       %{name}-rpmlintrc
 BuildRequires:  autogen
 BuildRequires:  binutils-devel
 BuildRequires:  bison
@@ -48,6 +47,8 @@
 %ifnarch ia64 s390 s390x
 BuildRequires:  valgrind-devel
 %endif
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
 BuildRequires:  pkgconfig(gdl-3.0)
 BuildRequires:  pkgconfig(gladeui-2.0)
@@ -84,7 +85,6 @@
 and more.
 
 %package -n libanjuta-3-0
-License:        GPLv2+
 Summary:        Libraries for developing Anjuta plugins
 Group:          System/Libraries
 
@@ -97,8 +97,23 @@
 profiler, a class generator, a powerful source editor, source browsing,
 and more.
 
+%package -n typelib-1_0-Anjuta-3_0
+Summary:        Libraries for developing Anjuta plugins -- Introspection 
bindings
+Group:          System/Libraries
+
+%description -n typelib-1_0-Anjuta-3_0
+Anjuta is a versatile Integrated Development Environment (IDE) for the
+GNOME desktop. It features a number of advanced programming facilities
+includes project management, application wizards, an interactive
+debugger, an integrated Glade UI designer, integrated Devhelp API help,
+an integrated Valgrind memory profiler, an integrated gprof performance
+profiler, a class generator, a powerful source editor, source browsing,
+and more.
+
+This package provides the GObject Introspection bindings for the Anjuta
+library to develop plugins.
+
 %package -n glade-catalog-anjuta
-License:        GPLv2+
 Summary:        Versatile Integrated Development Environment for GNOME -- 
Catalog for Glade
 Group:          Development/Tools/GUI Builders
 Requires:       %{name} = %{version}
@@ -118,10 +133,10 @@
 widgets in Glade.
 
 %package devel
-License:        GPLv2+
 Summary:        Libraries for developing Anjuta plugins -- Development Files
 Group:          Development/Tools/IDE
 Requires:       libanjuta-3-0 = %{version}
+Requires:       typelib-1_0-Anjuta-3_0 = %{version}
 Provides:       %{name}-doc = %{version}
 Obsoletes:      %{name}-doc < %{version}
 
@@ -214,6 +229,9 @@
 %files -n libanjuta-3-0
 %defattr(-, root, root)
 %{_libdir}/libanjuta-3.so.*
+
+%files -n typelib-1_0-Anjuta-3_0
+%defattr(-,root,root)
 %{_libdir}/girepository-1.0/Anjuta-3.0.typelib
 %{_libdir}/girepository-1.0/IAnjuta-3.0.typelib
 

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

Reply via email to