Browse Source

rebuilt and new upstream release

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@8311 ec354946-7b23-47d6-9f5a-488ba84defc7
kudoh 10 years ago
parent
commit
4e597d7ff2
4 changed files with 17 additions and 21 deletions
  1. 2 16
      g/guake/guake-vl.spec
  2. 4 1
      i/isomaster/isomaster-vl.spec
  3. 4 1
      s/sagasu/sagasu-vl.spec
  4. 7 3
      z/zlib/zlib-vl.spec

+ 2 - 16
g/guake/guake-vl.spec

@@ -9,10 +9,6 @@ Source0:	%{name}-%{version}.tar.gz
 #Source1:	guake-0.4.1-ja.po
 Patch0:         0001-Fix-focus-issue-on-gnome-shell.patch
 Patch1:         0001-Fix-notification.patch
-Patch2:         0001-Let-allow-the-signal.SIGTERM-to-fail.patch
-Patch3:         0001-Fix-regex-to-include-the-port-number-when-there-is-o.patch
-# Upstream patch at https://github.com/Guake/guake/pull/75
-Patch4:         0001-Include-bpython-and-ipython-as-interpreters.patch
 
 License:	GPLv2+
 Group:		Applications/Accessories
@@ -29,8 +25,6 @@ BuildRequires: desktop-file-utils
 BuildRequires: intltool, gettext
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 
-Vendor:		Project Vine
-Distribution:	Vine Linux
 Packager:	kazutaka
 
 %description
@@ -54,9 +48,6 @@ sed -i 's/Categories=GNOME;GTK;Utility;TerminalEmulator;/Categories=GNOME;GTK;Ut
 
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
 
 %build
 %configure --disable-static \
@@ -131,19 +122,14 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
-* Tue Dec 31 2013 IWAI, Masaharu <iwaim.sub@gmail.com> 0.4.4-2
-- add some patches from Fedora guake-0.4.4-11.fc21
- - 0001-Let-allow-the-signal.SIGTERM-to-fail.patch (Patch2)
- - 0001-Fix-regex-to-include-the-port-number-when-there-is-o.patch (Patch3)
- - 0001-Include-bpython-and-ipython-as-interpreters.patch (Patch4)
-- add Vendor and Distribution tags
+* Fri Mar 21 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.4.4-2
+- rebuilt with new toolchain
 
 * Sat Jul 28 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.4.4-1
 - new upstream release
 - added Patch1 from Fedora
 - run gtk-update-icon-cache in %%post, %%posutn
 
-
 * Thu Jun 28 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.4.3-2
 - run desktop-file-validate in %%check
 

+ 4 - 1
i/isomaster/isomaster-vl.spec

@@ -2,7 +2,7 @@ Summary:	An easy to use graphical CD image editor
 Summary(ja): 	使いやすい GUI の CD イメージエディタ 
 Name:		isomaster
 Version:	1.3.9
-Release: 	1%{?_dist_release}
+Release: 	2%{?_dist_release}
 Source0:	%{name}-%{version}.tar.bz2
 #Source1:	isomaster-ja.po
 #Source2:	isomaster-ja.mo
@@ -71,6 +71,9 @@ make install DESTDIR=${RPM_BUILD_ROOT} \
 %{_mandir}/man1/isomaster.1*
 
 %changelog
+* Fri Mar 21 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.3.9-2
+- rebuilt with new toolchain
+
 * Fri Mar 30 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.3.9-1
 - new upstream release
 

+ 4 - 1
s/sagasu/sagasu-vl.spec

@@ -2,7 +2,7 @@ Name: sagasu
 Summary: GNOME tool to find strings in a set of files
 Summary(ja): ファイル内の語句を検索するための GNOME ツール
 Version: 2.0.12
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: GPLv2+
 Group: Applications/Text
 Source: %{name}-%{version}.tar.gz
@@ -79,6 +79,9 @@ rm -fR $RPM_BUILD_ROOT
 %{_mandir}/man?/*
 
 %changelog
+* Fri Mar 21 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.0.12-2
+- rebuilt with new toolchain
+
 * Fri Dec 14 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.0.12-1
 - new upstream release
 - fixed Patch0 a bit

+ 7 - 3
z/zlib/zlib-vl.spec

@@ -2,10 +2,10 @@
 Summary: The zlib compression and decompression library.
 Summary(ja): zlib 圧縮/展開ライブラリ
 Name: zlib
-Version: 1.2.7
+Version: 1.2.8
 Release: 1%{?_dist_release}
 Group: System Environment/Libraries
-Source: http://www.zlib.net/zlib-%{version}.tar.bz2
+Source: http://www.zlib.net/zlib-%{version}.tar.xz
 # Patch0: zlib-1.2.5-lfs-decls.patch
 
 Requires(post): /sbin/ldconfig
@@ -150,7 +150,7 @@ rm -rf ${RPM_BUILD_ROOT}
 
 %files devel
 %defattr(-,root,root)
-%doc ChangeLog doc/algorithm.txt minigzip.c example.c
+%doc ChangeLog doc/algorithm.txt
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/zlib.pc
 %{_includedir}/*
@@ -172,6 +172,10 @@ rm -rf ${RPM_BUILD_ROOT}
 %endif
 
 %changelog
+* Fri Mar 21 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.2.8-1
+- new upstream release
+- changed archive type bz2 to xz
+
 * Fri Oct 19 2012 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> - 1.2.7-1
 - new upstream release
 - drop patch0 (resolved by upstream)