rpms/glade3/devel glade3-3.6.0-desktop.patch, NONE, 1.1 .cvsignore, 1.10, 1.11 glade3.spec, 1.22, 1.23 sources, 1.10, 1.11 glade3-3.5.6-desktop.patch, 1.1, NONE

Debarshi Ray rishi at fedoraproject.org
Tue Mar 17 23:09:02 UTC 2009


Author: rishi

Update of /cvs/pkgs/rpms/glade3/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24881

Modified Files:
	.cvsignore glade3.spec sources 
Added Files:
	glade3-3.6.0-desktop.patch 
Removed Files:
	glade3-3.5.6-desktop.patch 
Log Message:
* Tue Mar 17 2009 Debarshi Ray <rishi at fedoraproject.org> - 3.6.0-1
- Version bump to 3.6.0.
  * Support for both GtkBuilder and Libglade, and conversion from one format
    to the other.
  * Support for GtkAction.
  * New interface to allow plugins to define editor layouts on a class level
    basis, and new customized editors for GtkButton, GtkImage and GtkEntry.
  * New Python plugin for instrospecting and loading Python class properties
    and signals, and adding them to the palette automatically.
  * Support for filtering and searching the project using the inspector.
  * Support for inline editing of widgets in a dialog.
  * Cut and pasted widgets should retain original names. (GNOME Bugzilla
    #567809)
  * The "after" property for a signal handler should be saved to the project
    file. (GNOME Bugzilla #573453)
  * Fixed crash when choosing not to save a project with errors. (GNOME
    Bugzilla #574706)
  * Translation updates: el, fr, da, ml, gl, te, lt, pt, or, cs, it, th, en_GB,
    sv, ru, fi, de, tr, lv, ko, es, sv, hu, eu, vi and pt_BR.
- Updated License to reflect recent licensing changes according to Fedora
  licensing guidelines.
- Stripped redundant translations from .mo files. (GNOME Bugzilla #474987)


glade3-3.6.0-desktop.patch:

--- NEW FILE glade3-3.6.0-desktop.patch ---
diff -urNp glade3-3.5.5.orig/data/glade-3.desktop.in.in glade3-3.5.5/data/glade-3.desktop.in.in
--- glade3-3.5.5.orig/data/glade-3.desktop.in.in	2009-01-07 00:41:35.000000000 +0530
+++ glade3-3.5.5/data/glade-3.desktop.in.in	2009-01-07 00:42:21.000000000 +0530
@@ -1,6 +1,6 @@
 [Desktop Entry]
 Encoding=UTF-8
-_Name=Glade Interface Designer
+_Name=Glade-3 Interface Designer
 _GenericName=User Interface Designer
 _Comment=Create or open user interface designs for GTK+ applications
 Exec=glade-3 %F


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/glade3/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore	19 Feb 2009 02:09:41 -0000	1.10
+++ .cvsignore	17 Mar 2009 23:08:31 -0000	1.11
@@ -1 +1 @@
-glade3-3.5.7.tar.bz2
+glade3-3.6.0.tar.gz


Index: glade3.spec
===================================================================
RCS file: /cvs/pkgs/rpms/glade3/devel/glade3.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- glade3.spec	26 Feb 2009 21:05:18 -0000	1.22
+++ glade3.spec	17 Mar 2009 23:08:31 -0000	1.23
@@ -1,13 +1,13 @@
 Summary:	User Interface Designer for GTK+ and GNOME
 Name:		glade3
-Version:	3.5.7
-Release:	2%{?dist}
+Version:	3.6.0
+Release:	1%{?dist}
 License:	GPLv2+
 Group:		Development/Tools
 URL:		http://glade.gnome.org/
-Source0:	http://ftp.gnome.org/pub/GNOME/sources/glade3/3.5/%{name}-%{version}.tar.bz2
+Source0:	http://ftp.gnome.org/pub/GNOME/sources/glade3/3.6/%{name}-%{version}.tar.gz
 
-Patch0:		%{name}-3.5.6-desktop.patch
+Patch0:		%{name}-%{version}-desktop.patch
 
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
@@ -36,9 +36,10 @@
 
 %package libgladeui
 Summary:	Widget library for Glade UI designer
-# Some artwork is licensed under LGPLv2.
+# The libgladegtk.so modules is under (GPLv2+ and LGPLv2+), the icons are
+# under under LGPLv2, and the rest is GPLv2+.
 # For a breakdown of the licensing, see COPYING.
-License:	GPLv2+ and LGPLv2
+License:	GPLv2+ and (GPLv2+ and LGPLv2+) and LGPLv2
 Group:		Development/Libraries
 
 %description libgladeui
@@ -47,7 +48,8 @@
 
 %package libgladeui-devel
 Summary:	Development files for %{name}-libgladeui
-License:	GPLv2+
+# The glade-parser.h header is under LGPLv2+, and the rest is GPLv2+.
+License:	GPLv2+ and LGPLv2+
 Group:		Development/Libraries
 
 Requires:	gtk-doc
@@ -80,6 +82,20 @@
 
 make %{?_smp_mflags}
 
+# Strip unneeded translations from .mo files:
+# http://bugzilla.gnome.org/474987
+pushd ./po
+  grep --invert-match \
+    ".*[.]desktop[.]in[.]in$\|.*[.]server[.]in[.]in$\|.*[.]schemas[.]in$" \
+    POTFILES.in > POTFILES.keep
+  mv POTFILES.keep POTFILES.in
+  intltool-update --pot
+  for p in *.po; do
+    msgmerge $p %{name}.pot > $p.out
+    msgfmt -o `basename $p .po`.gmo $p.out
+  done
+popd
+
 %install
 rm -rf $RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/ld.so.conf.d
@@ -153,15 +169,12 @@
 %doc COPYING
 %doc COPYING.GPL
 %doc COPYING.LGPL
-# GPLv2+
 %{_libdir}/libgladeui-1.so.*
 
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/catalogs
-# LGPLv2
 %{_datadir}/%{name}/pixmaps
 
-# GPLv2+
 %dir %{_libdir}/%{name}
 # Contains *.so files that are not symlinked to *.so.* files.
 %{_libdir}/%{name}/modules
@@ -179,6 +192,29 @@
 %{_includedir}/libgladeui-1.0/gladeui
 
 %changelog
+* Tue Mar 17 2009 Debarshi Ray <rishi at fedoraproject.org> - 3.6.0-1
+- Version bump to 3.6.0.
+  * Support for both GtkBuilder and Libglade, and conversion from one format
+    to the other.
+  * Support for GtkAction.
+  * New interface to allow plugins to define editor layouts on a class level
+    basis, and new customized editors for GtkButton, GtkImage and GtkEntry.
+  * New Python plugin for instrospecting and loading Python class properties
+    and signals, and adding them to the palette automatically.
+  * Support for filtering and searching the project using the inspector.
+  * Support for inline editing of widgets in a dialog.
+  * Cut and pasted widgets should retain original names. (GNOME Bugzilla
+    #567809)
+  * The "after" property for a signal handler should be saved to the project
+    file. (GNOME Bugzilla #573453)
+  * Fixed crash when choosing not to save a project with errors. (GNOME
+    Bugzilla #574706)
+  * Translation updates: el, fr, da, ml, gl, te, lt, pt, or, cs, it, th, en_GB,
+    sv, ru, fi, de, tr, lv, ko, es, sv, hu, eu, vi and pt_BR.
+- Updated License to reflect recent licensing changes according to Fedora
+  licensing guidelines.
+- Stripped redundant translations from .mo files. (GNOME Bugzilla #474987)
+
 * Tue Feb 24 2009 Release Engineering <rel-eng at fedoraproject.org> - 3.5.7-2
 - Autorebuild for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
@@ -209,6 +245,7 @@
 
 * Thu Dec 18 2008 Debarshi Ray <rishi at fedoraproject.org> - 3.5.4-1
 - Version bump to 3.5.4.
+  * Some files in plugins/gtk+ have been relicensed from GPLv2+ to LGPLv2+.
   * Support for GtkIconFactory, GtkAccelGroup, GtkSizeGroup, GtkListStore,
     GtkTreeStore, GtkTreeViewColumn, GtkTreeView, GtkIconView, GtkComboBox and
     GtkCellRenderer derivatives.
@@ -217,6 +254,7 @@
     starting from gtk2-2.8.
   * New GtkTreeView editor for combo-boxes and icon views.
   * Beefed up editor widget with icon and class header.
+  * Better resizing in editors for property names, warnings and inputs.
   * Simplified accelerator editor.
   * New Pango attributes editor for GtkLabel.
   * Widgets and their properties in .glade files are now saved in the same
@@ -228,7 +266,6 @@
   * Translation updates: ar, bg, da, de, en_gb, es, et, fi, fr, gl, gu, he,
     hi, hu, it, ko, ml, mr, nl, oc, pl, pt, pt_BR, ru, sr.po, sr at latin, sv,
     th, tr, vi, zh_HK and zh_TW.
-  * http://ftp.gnome.org/pub/GNOME/sources/glade3/3.5/glade3-3.5.5.news
   * http://ftp.gnome.org/pub/GNOME/sources/glade3/3.5/glade3-3.5.3.news
   * http://ftp.gnome.org/pub/GNOME/sources/glade3/3.5/glade3-3.5.2.news
   * http://ftp.gnome.org/pub/GNOME/sources/glade3/3.5/glade3-3.5.1.news


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/glade3/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources	19 Feb 2009 02:09:41 -0000	1.10
+++ sources	17 Mar 2009 23:08:31 -0000	1.11
@@ -1 +1 @@
-381e290d4a6ae7d6a41fe16b06f15bb3  glade3-3.5.7.tar.bz2
+84bcae0beb890515f29fca88ce27f496  glade3-3.6.0.tar.gz


--- glade3-3.5.6-desktop.patch DELETED ---




More information about the fedora-extras-commits mailing list