Accepting request 25374 from home:vuntz:branches:GNOME:Factory

Copy from home:vuntz:branches:GNOME:Factory/gedit via accept of submit request 25374 revision 3.
Request was accepted with message:
Accepting...

OBS-URL: https://build.opensuse.org/request/show/25374
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gedit?expand=0&rev=51
This commit is contained in:
Vincent Untz 2009-12-03 01:50:56 +00:00 committed by Git OBS Bridge
parent 17256aa9ca
commit 866fc0ebd7
4 changed files with 33 additions and 13 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5c760f0c9c6243eeffaff7cc961e124431602a6ce4a46e0655caa6f526eedd9e
size 4605511

3
gedit-2.29.3.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ba3671354e150908555a40d5df346e6f4c3e01c966a67321d865a8d9f6d60252
size 4659860

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Wed Dec 2 11:28:05 CET 2009 - vuntz@opensuse.org
- Update to version 2.29.3:
+ Use gio metadata system
+ Misc bugfixes
+ Updated translations.
- Changes from version 2.29.2:
+ Order hidden files after normal files on filebrowser
+ Removed indent plugin, this is now supported by gtksourceview
+ Implemented file open support on OS X
+ Fixed OS X native vs X11 built
+ Basic mac OS X integration
+ Use GtkSpinner instead of GeditSpinner
+ Misc bugfixes
+ Updated translations.
- Update the way we remove the la locale for old versions of
openSUSE.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Nov 14 16:41:37 CET 2009 - vuntz@opensuse.org Sat Nov 14 16:41:37 CET 2009 - vuntz@opensuse.org

View File

@ -1,5 +1,5 @@
# #
# spec file for package gedit (Version 2.29.1) # spec file for package gedit (Version 2.29.3)
# #
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -37,7 +37,8 @@ BuildRequires: translation-update-upstream
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
License: GPL v2 or later License: GPL v2 or later
Group: Productivity/Editors/Other Group: Productivity/Editors/Other
Version: 2.29.1 Version: 2.29.3
# FIXME: en@shaw is always removed; fix it when new filesystem package is accepted in factory
Release: 1 Release: 1
Summary: The Editor for the GNOME 2.x Desktop Summary: The Editor for the GNOME 2.x Desktop
Source: ftp://ftp.gnome.org/pub/gnome/sources/gedit/2.25/%{name}-%{version}.tar.bz2 Source: ftp://ftp.gnome.org/pub/gnome/sources/gedit/2.25/%{name}-%{version}.tar.bz2
@ -90,10 +91,15 @@ make %{?jobs:-j%jobs}
%install %install
%makeinstall %makeinstall
%if 0%{?suse_version} <= 1110
%{__rm} %{buildroot}%{_datadir}/locale/la/LC_MESSAGES/*
%endif
# %if 0%{?suse_version} <= 1120
%{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
# %endif
%suse_update_desktop_file -N gedit -G "Text Editor" gedit TextEditor %suse_update_desktop_file -N gedit -G "Text Editor" gedit TextEditor
%find_lang %{name} %find_lang %{name}
%find_gconf_schemas %find_gconf_schemas
cat %{name}.schemas_list >%{name}.lst
rm $RPM_BUILD_ROOT%{_libdir}/*/*/*.*a rm $RPM_BUILD_ROOT%{_libdir}/*/*/*.*a
%fdupes $RPM_BUILD_ROOT %fdupes $RPM_BUILD_ROOT
@ -106,7 +112,7 @@ rm -rf $RPM_BUILD_ROOT
%preun -f %{name}.schemas_preun %preun -f %{name}.schemas_preun
%files -f %{name}.lst %files -f %{name}.schemas_list
%defattr(-, root, root) %defattr(-, root, root)
%doc AUTHORS BUGS ChangeLog COPYING MAINTAINERS NEWS README %doc AUTHORS BUGS ChangeLog COPYING MAINTAINERS NEWS README
%{_bindir}/gedit %{_bindir}/gedit
@ -118,11 +124,6 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_mandir}/man1/gedit* %doc %{_mandir}/man1/gedit*
%files lang -f %{name}.lang %files lang -f %{name}.lang
%defattr(-, root, root)
%if %suse_version <= 1110
# exclude locales which don't exist on old versions of openSUSE
%exclude %{_datadir}/locale/la/LC_MESSAGES/*
%endif
%files devel %files devel
%defattr(-, root, root) %defattr(-, root, root)