SHA256
1
0
forked from pool/enca

Accepting request 146293 from Education

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/146293
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/enca?expand=0&rev=13
This commit is contained in:
Ismail Dönmez 2012-12-28 13:59:04 +00:00 committed by Git OBS Bridge
commit 3e31971063
4 changed files with 21 additions and 14 deletions

View File

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

3
enca-1.14.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Dec 16 02:58:43 UTC 2012 - lars@linux-schulserver.de
- update to 1.14:
+ Allow standard names for belarusian and slovenian languages,
thanks to Branislav Geržo for suggestion.
+ Reset strictness when check buffer less than file size,
thanks to Sam Liao.
+ Fixed typos in man page, thanks to A. Costa.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 15 20:15:09 UTC 2012 - lars@linux-schulserver.de Wed Feb 15 20:15:09 UTC 2012 - lars@linux-schulserver.de

View File

@ -16,18 +16,17 @@
# #
Name: enca Name: enca
Summary: Detects encoding of text files Summary: Detects encoding of text files
Group: Productivity/Other
Version: 1.13
Release: 7
License: GPL-2.0 License: GPL-2.0
Group: Productivity/Other
Version: 1.14
Release: 0
Url: http://gitorious.org/enca Url: http://gitorious.org/enca
Source: %{name}-%{version}.tar.bz2 Source: %{name}-%{version}.tar.bz2
Source1: baselibs.conf Source1: baselibs.conf
Requires: sed Requires: sed
%define gtk_doc %{_datadir}/gtk-doc %define gtk_doc %{_datadir}/gtk-doc
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: pkgconfig BuildRequires: pkgconfig
@ -48,9 +47,8 @@ Install Enca if you need to cope with text files of dubious origin
and unknown encoding and convert them to some reasonable encoding. and unknown encoding and convert them to some reasonable encoding.
%package -n libenca0 %package -n libenca0
License: GPL-2.0
Group: System/Libraries
Summary: Header files and libraries for Enca development Summary: Header files and libraries for Enca development
Group: System/Libraries
%description -n libenca0 %description -n libenca0
The enca-devel package contains the static libraries and header files The enca-devel package contains the static libraries and header files
@ -61,11 +59,10 @@ Install enca-devel if you are going to create applications using the Enca
library. library.
%package devel %package devel
License: GPL-2.0
Requires: libenca0 = %{version}
Requires: glibc-devel Requires: glibc-devel
Group: Development/Libraries/C and C++ Requires: libenca0 = %{version}
Summary: Header files and libraries for Enca development Summary: Header files and libraries for Enca development
Group: Development/Libraries/C and C++
%description devel %description devel
The enca-devel package contains the static libraries and header files The enca-devel package contains the static libraries and header files
@ -93,7 +90,7 @@ rm %{buildroot}/%{_libdir}/libenca.la
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog ChangeLog.prelib FAQ ChangeLog.old README THANKS TODO %doc AUTHORS COPYING ChangeLog* FAQ README THANKS TODO
%{_bindir}/enc* %{_bindir}/enc*
%{_libexecdir}/enca %{_libexecdir}/enca
%{_mandir}/man1/enc*.1* %{_mandir}/man1/enc*.1*