Browse Source

mate: change category
fontconfig: rebuild
others: new upstream release

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@5316 ec354946-7b23-47d6-9f5a-488ba84defc7

Takemikaduchi 12 years ago
parent
commit
9f03c7d197
32 changed files with 164 additions and 60 deletions
  1. 4 1
      c/colord/colord-vl.spec
  2. 6 3
      d/dia/dia-vl.spec
  3. 6 3
      f/fontconfig/fontconfig-vl.spec
  4. 10 1
      f/freetype2/freetype2-vl.spec
  5. 6 1
      g/gdk-pixbuf2/gdk-pixbuf2-vl.spec
  6. 4 1
      g/gtk3/gtk3-vl.spec
  7. 4 1
      lib/libX/libXi/libXi-vl.spec
  8. 5 2
      m/mate-applets/mate-applets-vl.spec
  9. 5 2
      m/mate-backgrounds/mate-backgrounds-vl.spec
  10. 5 2
      m/mate-calc/mate-calc-vl.spec
  11. 5 2
      m/mate-conf/mate-conf-vl.spec
  12. 5 2
      m/mate-control-center/mate-control-center-vl.spec
  13. 5 2
      m/mate-desktop/mate-desktop-vl.spec
  14. 5 2
      m/mate-display-manager/mate-display-manager-vl.spec
  15. 5 2
      m/mate-doc-utils/mate-doc-utils-vl.spec
  16. 5 2
      m/mate-document-viewer/mate-document-viewer-vl.spec
  17. 5 2
      m/mate-file-archiver/mate-file-archiver-vl.spec
  18. 5 2
      m/mate-file-manager/mate-file-manager-vl.spec
  19. 5 2
      m/mate-image-viewer/mate-image-viewer-vl.spec
  20. 5 2
      m/mate-mime-data/mate-mime-data-vl.spec
  21. 5 2
      m/mate-panel/mate-panel-vl.spec
  22. 5 2
      m/mate-polkit/mate-polkit-vl.spec
  23. 5 2
      m/mate-power-manager/mate-power-manager-vl.spec
  24. 5 2
      m/mate-screensaver/mate-screensaver-vl.spec
  25. 5 2
      m/mate-session-manager/mate-session-manager-vl.spec
  26. 5 2
      m/mate-settings-daemon/mate-settings-daemon-vl.spec
  27. 5 2
      m/mate-system-monitor/mate-system-monitor-vl.spec
  28. 5 2
      m/mate-system-tools/mate-system-tools-vl.spec
  29. 5 2
      m/mate-terminal/mate-terminal-vl.spec
  30. 5 2
      m/mate-text-editor/mate-text-editor-vl.spec
  31. 5 2
      m/mate-window-manager/mate-window-manager-vl.spec
  32. 4 1
      x/xorg-x11-server/xorg-x11-server-vl.spec

+ 4 - 1
c/colord/colord-vl.spec

@@ -2,7 +2,7 @@
 
 Summary:   Color daemon
 Name:      colord
-Version:   0.1.14
+Version:   0.1.15
 Release:   1%{?_dist_release}
 Group:     System Environment/Daemons
 License:   GPLv2+ and LGPLv2+
@@ -134,6 +134,9 @@ touch $RPM_BUILD_ROOT%{_localstatedir}/lib/colord/storage.db
 %endif
 
 %changelog
+* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp 0.1.15-1
+- new upstream release
+
 * Wed Nov 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp 0.1.14-1
 - new upstream release
 

+ 6 - 3
d/dia/dia-vl.spec

@@ -10,12 +10,12 @@
 Summary: A gtk+ based diagram creation program.
 Summary(ja): Gtk+ ベースのダイアグラム作成プログラム
 Name: dia
-Version: 0.97.1
-Release: 2%{?_dist_release}
+Version: 0.97.2
+Release: 1%{?_dist_release}
 License: GPL
 Group: Applications/Graphics
 
-Source: http://ftp.gnome.org/pub/GNOME/sources/dia/%{version}/dia-%{version}%{?extraver:-%extraver}.tar.bz2
+Source: http://ftp.gnome.org/pub/GNOME/sources/dia/%{version}/dia-%{version}%{?extraver:-%extraver}.tar.xz
 
 URL: http://www.gnome.org/projects/dia/
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
@@ -102,6 +102,9 @@ fi
 %{_datadir}/gnome/help/dia
 
 %changelog
+* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.97.2-1
+- new upstream release
+
 * Sun Apr 17 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.97.1-2
 - rebuilt with current VineSeed
 

+ 6 - 3
f/fontconfig/fontconfig-vl.spec

@@ -1,11 +1,11 @@
 %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
-%define freetype_version 2.3.11
+%define freetype_version 2.4.8
 
 Summary: Font configuration and customization library
 Summary(ja): フォント設定/カスタマイズライブラリ
 Name: fontconfig
 Version: 2.8.0
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 License: MIT
 Group: System Environment/Libraries
 URL: http://fontconfig.org/
@@ -25,7 +25,7 @@ BuildRequires: expat-devel
 BuildRequires: freetype2-devel >= %{freetype_version}
 BuildRequires: perl
 
-PreReq: freetype2 >= %{freetype_version}, coreutils
+Requires(pre): freetype2 >= %{freetype_version}, coreutils
 Conflicts: XOrg-libs <= 6.9.0
 Obsoletes: XOrg-libs <= 6.9.0
 Conflicts: XOrg-font-utils <= 6.9.0
@@ -193,6 +193,9 @@ HOME=/root /usr/bin/fc-cache -f -s >& /dev/null
 %endif
 
 %changelog
+* Sat Dec 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.8.0-3
+- rebuild with freetype2-2.4.8
+
 * Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 2.8.0-2
 - build with rpm-4.8.1-1 for pkg-config file
 

+ 10 - 1
f/freetype2/freetype2-vl.spec

@@ -5,7 +5,7 @@
 Summary: FreeType 2 library
 Summary(ja): FreeType 2 ライブラリ
 Name: freetype2
-Version: 2.4.6
+Version: 2.4.8
 Release: 1%{?_dist_release}
 License: GPL/FTL dual license
 URL: http://www.freetype.org/
@@ -30,8 +30,10 @@ Patch201: freetype-2.4.4-x86_64-invalid_outline.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
 BuildRequires: zlib-devel
+BuildRequires: bzip2-devel
 BuildRequires: libX11-devel
 Requires: zlib
+Requires: bzip2
 
 %description
 The FreeType project is a team of volunteers who develop free,
@@ -115,6 +117,7 @@ Summary(ja):	FreeType 2 ライブラリの開発ファイル
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
 Requires:	zlib-devel
+Requires:	bzip2-devel
 
 
 %description devel
@@ -154,6 +157,7 @@ Group:		Development/Libraries
 Requires:	compat32-%{name} = %{version}-%{release}
 Requires:	%{name}-devel    = %{version}-%{release}
 Requires:	compat32-zlib-devel
+Requires:	compat32-bzip2-devel
 
 %description -n compat32-%{name}-devel
 The FreeType project is a team of volunteers who develop free,
@@ -288,6 +292,11 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 %endif
 
 %changelog
+* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.8-1
+- new upstram release
+- add BuildRequires: bzip2-devel
+- add Requires: bzip2-devel (-devel package)
+
 * Wed Sep 28 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.6-1
 - new upstram release
 

+ 6 - 1
g/gdk-pixbuf2/gdk-pixbuf2-vl.spec

@@ -8,7 +8,7 @@
 %endif
 
 Name:           gdk-pixbuf2
-Version:        2.24.0
+Version:        2.24.1
 Release:        1%{?_dist_release}
 Summary:        An image loading library
 
@@ -109,6 +109,7 @@ autoreconf
 (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
  %configure $CONFIGFLAGS \
 	--with-libjasper             \
+	--with-x11	             \
         --with-included-loaders=png  \
         --enable-introspection=yes  )
 make %{?_smp_mflags}
@@ -201,6 +202,10 @@ fi
 %endif
 
 %changelog
+* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.24.1-1
+- new upstream release
+- add configure option (--with-x11)
+
 * Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.24.0-1
 - new upstream release
 

+ 4 - 1
g/gtk3/gtk3-vl.spec

@@ -13,7 +13,7 @@
 %define gobject_introspection_version 1.30.0
 
 
-%define base_version 3.2.2
+%define base_version 3.2.3
 %define bin_version 3.0.0
 
 # biarch support
@@ -311,6 +311,9 @@ fi
 %endif
 
 %changelog
+* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.3-1
+- new upstream release
+
 * Wed Nov 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-1
 - new upstream release
 - remove Patch1

+ 4 - 1
lib/libX/libXi/libXi-vl.spec

@@ -3,7 +3,7 @@
 Summary: X.Org X11 libXi runtime library
 Summary(ja): X.Org X11 libXi ランタイムライブラリ
 Name: libXi
-Version: 1.4.3
+Version: 1.4.5
 Release: 1%{?_dist_release}
 License: MIT/X11
 Group: System Environment/Libraries
@@ -123,6 +123,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.5-1
+- new upstream release
+
 * Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.3-1
 - new upstream release
 

+ 5 - 2
m/mate-applets/mate-applets-vl.spec

@@ -1,10 +1,10 @@
 Summary:	Applets for MATE panel
 Name:		mate-applets
 Version:	1.1.0
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 Source0:	%{name}-%{version}.tar.xz
 License:	GPLv2
-Group:		System Environment/Libraries 
+Group:		User Interface/Desktops
 URL:		https://matsusoft.com.ar/projects/mate/
 
 BuildRequires:	mate-common
@@ -183,6 +183,9 @@ update-desktop-database %{_datadir}/applications >& /dev/null ||:
 
 
 %changelog
+* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-2
+- change category
+
 * Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
 - initial build for Vine Linux
 

+ 5 - 2
m/mate-backgrounds/mate-backgrounds-vl.spec

@@ -1,10 +1,10 @@
 Summary:	Background images and data for MATE
 Name:		mate-backgrounds
 Version:	1.1.0
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 Source:		%{name}-%{version}.tar.xz
 License:	GPLv2
-Group:		Development/Tools
+Group:		User Interface/Desktops
 URL:		https://matsusoft.com.ar/projects/mate/
 BuildArch:	noarch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
@@ -46,6 +46,9 @@ ln -sf ../gnome-background-properties/vine6.xml ${RPM_BUILD_ROOT}%{_datadir}/mat
 %{_datadir}/pixmaps/backgrounds/mate
 
 %changelog
+* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-2
+- change category
+
 * Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
 - initial build for Vine Linux
 

+ 5 - 2
m/mate-calc/mate-calc-vl.spec

@@ -1,10 +1,10 @@
 Summary:	Calculator for the Mate desktop environment
 Name:		mate-calc
 Version:	1.1.0
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 Source0:	%{name}-%{version}.tar.xz
 License:	GPLv2
-Group:		System Environment/Libraries 
+Group:		Applications/Productivity
 URL:		https://matsusoft.com.ar/projects/mate/
 
 BuildRequires:	mate-common
@@ -97,6 +97,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 
 
 %changelog
+* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-2
+- change category
+
 * Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
 - initial build for Vine Linux
 

+ 5 - 2
m/mate-conf/mate-conf-vl.spec

@@ -1,10 +1,10 @@
 Summary:	MATE Config System
 Name:		mate-conf
 Version:	1.1.0
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 Source0:	%{name}-%{version}.tar.xz
 License:	GPLv2
-Group:		System Environment/Libraries 
+Group:		System Environment/Base
 URL:		https://matsusoft.com.ar/projects/mate/
 
 BuildRequires:	mate-common
@@ -134,6 +134,9 @@ fi
 
 
 %changelog
+* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-2
+- change category
+
 * Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
 - initial build for Vine Linux
 

+ 5 - 2
m/mate-control-center/mate-control-center-vl.spec

@@ -1,10 +1,10 @@
 Summary:	The Control Center for MATE
 Name:		mate-control-center
 Version:	1.1.0
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 Source0:	%{name}-%{version}.tar.xz
 License:	GPLv2
-Group:		System Environment/Libraries 
+Group:		User Interface/Desktops
 URL:		https://matsusoft.com.ar/projects/mate/
 
 BuildRequires:	mate-common
@@ -167,6 +167,9 @@ fi
 
 
 %changelog
+* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-2
+- change category
+
 * Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
 - initial build for Vine Linux
 

+ 5 - 2
m/mate-desktop/mate-desktop-vl.spec

@@ -1,10 +1,10 @@
 Summary:	Library with common API for various MATE modules
 Name:		mate-desktop
 Version:	1.1.0
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 Source0:	%{name}-%{version}.tar.xz
 License:	GPLv2
-Group:		System Environment/Libraries 
+Group:		User Interface/Desktops
 URL:		https://matsusoft.com.ar/projects/mate/
 
 BuildRequires:	mate-common
@@ -112,6 +112,9 @@ update-desktop-database %{_datadir}/applications >& /dev/null ||:
 
 
 %changelog
+* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-2
+- change category
+
 * Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
 - initial build for Vine Linux
 

+ 5 - 2
m/mate-display-manager/mate-display-manager-vl.spec

@@ -1,10 +1,10 @@
 Summary:	The MATE Display Manager
 Name:		mate-display-manager
 Version:	1.1.0
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 Source0:	%{name}-%{version}.tar.xz
 License:	GPLv2
-Group:		System Environment/Libraries 
+Group:		User Interface/X
 URL:		https://matsusoft.com.ar/projects/mate/
 
 BuildRequires:	mate-common
@@ -143,6 +143,9 @@ fi
 
 
 %changelog
+* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-2
+- change category
+
 * Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
 - initial build for Vine Linux
 

+ 5 - 2
m/mate-doc-utils/mate-doc-utils-vl.spec

@@ -1,10 +1,10 @@
 Summary:	Documentation utilities for MATE
 Name:		mate-doc-utils
 Version:	1.1.0
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 Source0:	%{name}-%{version}.tar.xz
 License:	GPLv2
-Group:		System Environment/Libraries 
+Group:		Development/Tools
 URL:		https://matsusoft.com.ar/projects/mate/
 
 BuildRequires:	mate-common
@@ -80,6 +80,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
 
 
 %changelog
+* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-2
+- change category
+
 * Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
 - initial build for Vine Linux
 

+ 5 - 2
m/mate-document-viewer/mate-document-viewer-vl.spec

@@ -1,10 +1,10 @@
 Summary:	Simply a document viewer for MATE
 Name:		mate-document-viewer
 Version:	1.1.0
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 Source0:	%{name}-%{version}.tar.xz
 License:	GPLv2
-Group:		System Environment/Libraries 
+Group:		Applications/Publishing
 URL:		https://matsusoft.com.ar/projects/mate/
 
 BuildRequires:	mate-common
@@ -186,6 +186,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 
 
 %changelog
+* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-2
+- change category
+
 * Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
 - initial build for Vine Linux
 

+ 5 - 2
m/mate-file-archiver/mate-file-archiver-vl.spec

@@ -1,10 +1,10 @@
 Summary:	Archive manipulator for MATE
 Name:		mate-file-archiver
 Version:	1.1.0
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 Source0:	%{name}-%{version}.tar.xz
 License:	GPLv2
-Group:		System Environment/Libraries 
+Group:		Applications/Archiving
 URL:		https://matsusoft.com.ar/projects/mate/
 
 BuildRequires:	mate-common
@@ -126,6 +126,9 @@ fi
 
 
 %changelog
+* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-2
+- change category
+
 * Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
 - initial build for Vine Linux
 

+ 5 - 2
m/mate-file-manager/mate-file-manager-vl.spec

@@ -1,10 +1,10 @@
 Summary:	The MATE shell and file manager
 Name:		mate-file-manager
 Version:	1.1.0
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 Source0:	%{name}-%{version}.tar.xz
 License:	GPLv2
-Group:		System Environment/Libraries 
+Group:		User Interface/Desktops
 URL:		https://matsusoft.com.ar/projects/mate/
 
 BuildRequires:	mate-common
@@ -169,6 +169,9 @@ fi
 
 
 %changelog
+* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-2
+- change category
+
 * Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
 - initial build for Vine Linux
 

+ 5 - 2
m/mate-image-viewer/mate-image-viewer-vl.spec

@@ -1,10 +1,10 @@
 Summary:	An image viewing and cataloging program for MATE
 Name:		mate-image-viewer
 Version:	1.1.0
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 Source0:	%{name}-%{version}.tar.xz
 License:	GPLv2
-Group:		System Environment/Libraries 
+Group:		Applications/Graphics
 URL:		https://matsusoft.com.ar/projects/mate/
 
 BuildRequires:	mate-common
@@ -158,6 +158,9 @@ fi
 
 
 %changelog
+* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-2
+- change category
+
 * Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
 - initial build for Vine Linux
 

+ 5 - 2
m/mate-mime-data/mate-mime-data-vl.spec

@@ -1,10 +1,10 @@
 Summary:	The base MIME and Application database for MATE.
 Name:		mate-mime-data
 Version:	1.1.0
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 Source:		%{name}-%{version}.tar.xz
 License:	GPLv2
-Group:		Development/Tools
+Group:		System Environment/Libraries
 URL:		https://matsusoft.com.ar/projects/mate/
 BuildArch:	noarch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
@@ -43,6 +43,9 @@ make install DESTDIR=${RPM_BUILD_ROOT}
 %{_datadir}/pkgconfig/mate-mime-data-2.0.pc
 
 %changelog
+* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-2
+- change category
+
 * Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
 - initial build for Vine Linux
 

+ 5 - 2
m/mate-panel/mate-panel-vl.spec

@@ -1,11 +1,11 @@
 Summary:	The MATE Panel
 Name:		mate-panel
 Version:	1.1.0
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 Source0:	%{name}-%{version}.tar.xz
 Source1:	vine-mate-panel-default-setup.entries
 License:	GPLv2
-Group:		System Environment/Libraries 
+Group:		User Interface/Desktops
 URL:		https://matsusoft.com.ar/projects/mate/
 
 BuildRequires:	mate-common
@@ -240,6 +240,9 @@ fi
 
 
 %changelog
+* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-2
+- change category
+
 * Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
 - initial build for Vine Linux
 

+ 5 - 2
m/mate-polkit/mate-polkit-vl.spec

@@ -1,10 +1,10 @@
 Summary:	PolicyKit integration for the MATE desktop
 Name:		mate-polkit
 Version:	1.1.0
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 Source0:	%{name}-%{version}.tar.xz
 License:	GPLv2
-Group:		System Environment/Libraries 
+Group:		Applications/System
 URL:		https://matsusoft.com.ar/projects/mate/
 
 BuildRequires:	mate-common
@@ -85,6 +85,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
 
 
 %changelog
+* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-2
+- change category
+
 * Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
 - initial build for Vine Linux
 

+ 5 - 2
m/mate-power-manager/mate-power-manager-vl.spec

@@ -1,10 +1,10 @@
 Summary:	A Power Manager for MATE
 Name:		mate-power-manager
 Version:	1.1.0
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 Source0:	%{name}-%{version}.tar.xz
 License:	GPLv2
-Group:		System Environment/Libraries 
+Group:		Applications/System
 URL:		https://matsusoft.com.ar/projects/mate/
 
 BuildRequires:	mate-common
@@ -150,6 +150,9 @@ fi
 
 
 %changelog
+* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-2
+- change category
+
 * Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
 - initial build for Vine Linux
 

+ 5 - 2
m/mate-screensaver/mate-screensaver-vl.spec

@@ -1,11 +1,11 @@
 Summary:	Screensaver for MATE
 Name:		mate-screensaver
 Version:	1.1.0
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 Source0:	%{name}-%{version}.tar.xz
 Source1:	%{name}.pam
 License:	GPLv2
-Group:		System Environment/Libraries 
+Group:		User Interface/Desktops
 URL:		https://matsusoft.com.ar/projects/mate/
 
 BuildRequires:	mate-common
@@ -169,6 +169,9 @@ fi
 
 
 %changelog
+* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-2
+- change category
+
 * Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
 - initial build for Vine Linux
 

+ 5 - 2
m/mate-session-manager/mate-session-manager-vl.spec

@@ -1,10 +1,10 @@
 Summary:	The MATE Session Handler
 Name:		mate-session-manager
 Version:	1.1.0
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 Source0:	%{name}-%{version}.tar.xz
 License:	GPLv2
-Group:		System Environment/Libraries 
+Group:		User Interface/Desktops
 URL:		https://matsusoft.com.ar/projects/mate/
 
 BuildRequires:	mate-common
@@ -128,6 +128,9 @@ fi
 
 
 %changelog
+* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-2
+- change category
+
 * Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
 - initial build for Vine Linux
 

+ 5 - 2
m/mate-settings-daemon/mate-settings-daemon-vl.spec

@@ -1,10 +1,10 @@
 Summary:	The MATE Settings daemon
 Name:		mate-settings-daemon
 Version:	1.1.0
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 Source0:	%{name}-%{version}.tar.xz
 License:	GPLv2
-Group:		System Environment/Libraries 
+Group:		System Environment/Daemons
 URL:		https://matsusoft.com.ar/projects/mate/
 
 BuildRequires:	mate-common
@@ -178,6 +178,9 @@ fi
 
 
 %changelog
+* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-2
+- change category
+
 * Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
 - initial build for Vine Linux
 

+ 5 - 2
m/mate-system-monitor/mate-system-monitor-vl.spec

@@ -1,10 +1,10 @@
 Summary:	A system monitor for MATE
 Name:		mate-system-monitor
 Version:	1.1.0
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 Source0:	%{name}-%{version}.tar.xz
 License:	GPLv2
-Group:		System Environment/Libraries 
+Group:		Applications/System
 URL:		https://matsusoft.com.ar/projects/mate/
 
 BuildRequires:	mate-common
@@ -118,6 +118,9 @@ update-desktop-database %{_datadir}/applications >& /dev/null ||:
 
 
 %changelog
+* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-2
+- change category
+
 * Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
 - initial build for Vine Linux
 

+ 5 - 2
m/mate-system-tools/mate-system-tools-vl.spec

@@ -1,10 +1,10 @@
 Summary:	A system tools for MATE
 Name:		mate-system-tools
 Version:	1.1.0
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 Source0:	%{name}-%{version}.tar.xz
 License:	GPLv2
-Group:		System Environment/Libraries 
+Group:		Applications/System
 URL:		https://matsusoft.com.ar/projects/mate/
 
 BuildRequires:	mate-common
@@ -116,6 +116,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
 %{_libdir}/pkgconfig/mate-system-tools.pc
 
 %changelog
+* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-2
+- change category
+
 * Sun Dec 18 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
 - initial build for Vine Linux
 

+ 5 - 2
m/mate-terminal/mate-terminal-vl.spec

@@ -1,10 +1,10 @@
 Summary:	The MATE Terminal Emulator
 Name:		mate-terminal
 Version:	1.1.0
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 Source0:	%{name}-%{version}.tar.xz
 License:	GPLv2
-Group:		System Environment/Libraries 
+Group:		User Interface/Desktops
 URL:		https://matsusoft.com.ar/projects/mate/
 
 BuildRequires:	mate-common
@@ -115,6 +115,9 @@ update-desktop-database %{_datadir}/applications >& /dev/null ||:
 
 
 %changelog
+* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-2
+- change category
+
 * Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
 - initial build for Vine Linux
 

+ 5 - 2
m/mate-text-editor/mate-text-editor-vl.spec

@@ -1,10 +1,10 @@
 Summary:	An powerfull text editor for MATE
 Name:		mate-text-editor
 Version:	1.1.0
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 Source0:	%{name}-%{version}.tar.xz
 License:	GPLv2
-Group:		System Environment/Libraries 
+Group:		Applications/Editors
 URL:		https://matsusoft.com.ar/projects/mate/
 
 BuildRequires:	mate-common
@@ -146,6 +146,9 @@ update-desktop-database %{_datadir}/applications >& /dev/null ||:
 
 
 %changelog
+* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-2
+- change category
+
 * Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
 - initial build for Vine Linux
 

+ 5 - 2
m/mate-window-manager/mate-window-manager-vl.spec

@@ -1,10 +1,10 @@
 Summary:	A window manager for MATE
 Name:		mate-window-manager
 Version:	1.1.0
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 Source0:	%{name}-%{version}.tar.xz
 License:	GPLv2
-Group:		System Environment/Libraries 
+Group:		User Interface/Desktops
 URL:		https://matsusoft.com.ar/projects/mate/
 
 BuildRequires:	mate-common
@@ -143,6 +143,9 @@ update-desktop-database %{_datadir}/applications >& /dev/null ||:
 
 
 %changelog
+* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-2
+- change category
+
 * Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
 - initial build for Vine Linux
 

+ 4 - 1
x/xorg-x11-server/xorg-x11-server-vl.spec

@@ -5,7 +5,7 @@
 Summary:   X.Org X11 X server
 Summary(ja):   X.Org X11 X サーバ
 Name:      xorg-x11-server
-Version:   1.11.2
+Version:   1.11.3
 Release:   1%{?_dist_release}
 URL:       http://www.x.org
 License:   MIT/X11
@@ -545,6 +545,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.11.3-1
+- new upstream release
+
 * Sat Nov 05 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.11.2-1
 - new upstream release